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

    Interface UpdateSelfCollectionOrderLogisticsRequest

    Request parameters for update_self_collection_order_logistics

    Use this api to update the order status for buyer to collect the orders directly from your pharmacy. This includes indicating that order is ready for collection, and that the order has been picked up by the buyer. You should call v2.logistics.get_order_detail or v2.logistics.get_package_detail first to get the package_number of such orders.

    interface UpdateSelfCollectionOrderLogisticsRequest {
        epoc_image_list?: string[];
        package_number: string;
        pin?: string;
        self_collection_logistics_action: string;
    }
    Index

    Properties

    epoc_image_list?: string[]

    List of image_id for the proof that buyer already collected the order at the store. Required when self_collection_logistics_action is order_collected. Max: 3.You can call the v2.media.upload_image to upload image and get the image_id, for this scenario, please pass the business = 1 and scene = 1.

    package_number: string

    Shopee's unique identifier for the package under an order.

    pin?: string

    PIN code required for prescription orders when buyer collects at your shop.

    self_collection_logistics_action: string

    Order logistics action. available values:- ready_for_collection- order_collected