Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface Warehouse

    Warehouse information

    interface Warehouse {
        address: Address;
        enterprise_info?: EnterpriseInfo | null;
        location_id: string;
        warehouse_id: number;
        warehouse_name: string;
        warehouse_region: string;
        warehouse_type: number;
    }
    Index

    Properties

    address: Address

    Address details

    enterprise_info?: EnterpriseInfo | null

    Enterprise information (if applicable)

    location_id: string

    Location identifier

    warehouse_id: number

    Warehouse ID

    warehouse_name: string

    Name of the warehouse

    warehouse_region: string

    Region where warehouse is located

    warehouse_type: number

    Type of warehouse: 1 = pickup, 2 = return