Skip to main content

v2.logistics.get_channel_list

GET /api/v2/logistics/get_channel_list

Use this api to get all supported logistic channels.

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/logistics/get_channel_list

Common Request Parameters

NameTypeSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
access_tokenstringc09222e3fc40ffb25fc947f738b1abf1The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.
shop_idint600000Shopee's unique identifier for a shop. Required param for most APIs.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature generated by partner_id, api path, timestamp, access_token, shop_id and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2

No Request Parameters Set.

Response Parameters

NameTypeSampleDescription
errorstringerror_authIndicate error type if hit error. Empty if no error happened.
messagestringInvalid access_token.Indicate error details if hit error. Empty if no error happened.
responseobjectDetail informations you are querying.
logistics_channel_listobject[]The list of logistics channel.
logistics_channel_idint6428016The identity of logistic channel.
logistics_channel_namestringVNPost Nhanh_productThe name of logistic channel.
cod_enabledbooleantrueThis is to indicate whether this logistic channel supports COD
enabledbooleantrueWhether this logistic channel is enabled on shop level.
fee_typestringSIZE_INPUTSIZE_SELECTION SIZE_INPUT FIXED_DEFAULT_PRICE CUSTOM_PRICE
size_listobject[]Only for fee_type is SIZE_SELECTION
size_idstring0The identity of size.
namestringThe name of size.
default_pricefloatThe pre-defined shipping fee for the specific size.
weight_limitobjectThe weight limit for this logistic channel.
item_max_weightfloat10.0The max weight for an item on this logistic channel.If the value is 0 or null, that means there is no limit.
item_min_weightfloat0.01The min weight for an item on this logistic channel. If the value is 0 or null, that means there is no limit.
item_max_dimensionobjectThe dimension limit for this logistic channel.
heightfloat100.0The max height limit.
widthfloat100.0The max width limit.
lengthfloat100.0The max length limit.
unitstringcmThe unit for the limit.
dimension_sumfloat280.0The sum of the item's dimension
volume_limitobjectThe limit of item volume.
item_max_volumefloat10.0The max volume for an item on this logistic channel.If the value is 0 or null, that means there is no limit for the item weight.
item_min_volumefloat1.0The min volume for an item on this logistic channel. If the value is 0 or null, that means there is no limit for the item weight.
logistics_descriptionstringFor checkout channels, this field indicates its corresponding fulfillment channels.
force_enablebooleanfalseIndicates whether the logistic channel is force enabled on Shop Level. If true, sellers cannot close this channel.
mask_channel_idint640Indicate the parent logistic channel ID. If it’s 0, it indicates the channel is a checkout(masked) channel; if it’s not 0, indicate the channel is a fulfillment channel and has a checkout channel(checkout channel’s channel_id equals this mask_channel_id) on top of it. Multiple channels may share the same mask_channel_id.
block_seller_cover_shipping_feebooleanfalseIndicate whether the channel is blocked to use seller cover shipping fee function. if the channel does not allow sellers to cover shipping fee, then the block_seller_cover_shipping_fee field will return true, otherwise it will return false.
support_cross_borderbooleanfalseIndicate whether this channel support cross border shipping.
seller_logistic_has_configurationbooleanfalseIndicate If seller has set the Seller logistics configuration if set will return true, otherwise it will return false or null.
logistics_capabilityobjectThe capability of one logistic channel.
seller_logisticsbooleanfalseIndicate If it's a Seller logistics channel, if it's a Seller logistics channel will return true, otherwise it will return false.
preprintbooleanfalseIndicate whether this channel support pre-print AWB
service_type_identifierstringinstantThis parameter specifies the delivery service type of logistics channel. Applicable values: - instant - same_day - null