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

    Interface GetWarehouseDetailRequest

    Request parameters for get_warehouse_detail

    For given shop id and region, return warehouse info including warehouse id, address id and location id, return all warehouse with once call.

    interface GetWarehouseDetailRequest {
        warehouse_type?: number;
    }
    Index

    Properties

    Properties

    warehouse_type?: number

    Type of warehouse. Applicable values: - 1: Pickup Warehouse- 2: Return WarehouseDefault value is 1 (Pickup Warehouse)