Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface BatchAddItemComplaintPolicy

    BatchAddItemComplaintPolicy sub-interface for BatchAddItemItem

    interface BatchAddItemComplaintPolicy {
        additional_information?: string;
        complaint_address_id?: number;
        exclude_entrepreneur_warranty?: boolean;
        warranty_time?: string;
    }
    Index

    Properties

    additional_information?: string

    Additional information for warranty claim. Should be less than 1000 characters.

    complaint_address_id?: number

    Address for complaint. Fetch available addresses using v2.logistics.get_address_list, and use address_id returned from it.

    exclude_entrepreneur_warranty?: boolean

    Whether to exclude warranty complaints for entrepreneurs.If True means "I exclude warranty complaints for entrepreneur"

    warranty_time?: string

    Value should be in one of ONE_YEAR TWO_YEARS OVER_TWO_YEARS.