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

    Interface GetMerchantWarehouseListWarehouse

    GetMerchantWarehouseListWarehouse sub-interface for GetMerchantWarehouseListResponseData

    interface GetMerchantWarehouseListWarehouse {
        address?: GetMerchantWarehouseListAddress;
        enterprise_info?: GetMerchantWarehouseListEnterpriseInfo;
        location_id?: string;
        warehouse_id?: number;
        warehouse_name?: string;
        warehouse_region?: string;
        warehouse_type?: number;
    }
    Index

    Properties

    location_id?: string

    Location identifier for stocks. Different location_ids represent that your addresses are in different item stocks.

    warehouse_id?: number

    Warehouse address identifier.

    warehouse_name?: string

    The warehouse name filled in when creating the warehouse.

    warehouse_region?: string

    Region of your warehouse.

    warehouse_type?: number

    1 means pickup warehouse2 means return warehouse