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

    Interface GetWarehouseFilterConfigWarehouseFilter

    GetWarehouseFilterConfigWarehouseFilter sub-interface for GetWarehouseFilterConfigResponseData

    interface GetWarehouseFilterConfigWarehouseFilter {
        address?: string;
        address_id?: number;
        product_location_id?: string;
        warehouse_name?: string;
        warehouse_type?: number;
    }
    Index

    Properties

    address?: string

    Detail address of your warehouse.

    address_id?: number

    Identity of address.

    product_location_id?: string

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

    warehouse_name?: string

    The warehouse name filled in when creating the warehouse address.

    warehouse_type?: number

    Type of warehouse. Applicable values:- 1: Local Warehouse- 2: CB Warehouse