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

    Interface GetMerchantWarehouseListAddress

    GetMerchantWarehouseListAddress sub-interface for GetMerchantWarehouseListWarehouse

    interface GetMerchantWarehouseListAddress {
        address?: string;
        address_name?: string;
        city?: string;
        district?: string;
        region?: string;
        state?: string;
        town?: string;
        zip_code?: string;
    }
    Index

    Properties

    address?: string

    Detail address of your warehouse address.

    address_name?: string

    The address name filled in when creating the warehouse.

    city?: string

    City of your warehouse address.

    district?: string

    Distinct of your warehouse address.

    region?: string

    Region of your warehouse address.

    state?: string

    State of your warehouse address.

    town?: string

    Town of your warehouse address.

    zip_code?: string

    Zipcode of your warehouse address.