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

    Interface GetMerchantWarehouseListRequest

    Request parameters for get_merchant_warehouse_list

    Get merchant warehouse with page

    interface GetMerchantWarehouseListRequest {
        cursor: GetMerchantWarehouseListCursor;
        warehouse_type: number;
    }
    Index

    Properties

    // how to use DoubleSidedCursor// Get data for the first page: Please pass next_id = 0 or nil, page_size = {your page size}.// Get data for the next page: Please pass the Cursor from the previous response, and set prev_id=nil;// Get data for the prev page: Please pass the Cursor from the previous response, and set next_id=nil;// Stop fetching next data: The Cursor.next_id in the previous response is nil.// Stop fetching prev data: The Cursor.prev_id in the previous response is nil.

    warehouse_type: number

    1 means pickup warehouse2 means return warehouse