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

    Interface GetMerchantWarehouseListResponseData

    GetMerchantWarehouseListResponseData sub-interface for GetMerchantWarehouseListResponse

    interface GetMerchantWarehouseListResponseData {
        cursor?: GetMerchantWarehouseList_GetMerchantWarehouseListCursor;
        total_count?: number;
        warehouse_list?: GetMerchantWarehouseListWarehouse[];
    }
    Index

    Properties

    total_count?: number

    Total count of all warehouses.