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

    Interface GetWarehouseDetailResponseDataItem

    GetWarehouseDetailResponseDataItem sub-interface for GetWarehouseDetailResponse

    interface GetWarehouseDetailResponseDataItem {
        address?: string;
        address_id?: number;
        city?: string;
        district?: string;
        holiday_mode_state?: number;
        location_id?: string;
        region?: string;
        state?: string;
        state_code?: string;
        town?: string;
        warehouse_id?: number;
        warehouse_name?: string;
        warehouse_type?: number;
        zipcode?: string;
    }
    Index

    Properties

    address?: string

    Detail address of your warehouse address

    address_id?: number

    Identity of address

    city?: string

    City of your warehouse address

    district?: string

    Distinct of your warehouse address

    holiday_mode_state?: number

    The holiday mode state of your address.0: not in holiday mode1: holiday mode active2: holiday mode is turning of3: holiday mode is turning on

    location_id?: string

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

    region?: string

    Region of your warehouse address

    state?: string

    State of your warehouse address

    state_code?: string

    State code of your warehouse address

    town?: string

    Town of your warehouse address

    warehouse_id?: number

    Warehouse address identifier. It should be unique for every warehouse address

    warehouse_name?: string

    The warehouse name filled in when creating the warehouse address

    warehouse_type?: number

    Type of warehouse. Applicable values: - 1: Pickup Warehouse- 2: Return Warehouse

    zipcode?: string

    Zipcode of your warehouse address