Logistics Channel
Logistics Channel API provides information like shipping method (channelNameEn), channel code, delivery time, or freight.
Products Properties
sku
string[64]
sku
quantity
int[16]
quantity must be greater than 0
shipToCountry
string[12]
ship to country,shortcode required.Examples: FR,US
warehouseCode
string[32]
Warehouse code,This value is obtained by calling the CountryAndWarehouse api, and it is not required. If no value is passed or the warehouse is not matched, the G007 warehouse will be used automatically.
Request Properties
POST
/openapi/v2/order/orders/channel
Request Body
shipToCountry*
String
shipping country shortcode required FR,US
products*
Array
Product information
Response Properties
channelCode
String
channelNameEn
String
channel name(shipping method)
estimatedFreight
String
Shipping amount
estimatedFreightCurrency
String
USD
deliveryTime
String
For example: 6~10 Business Days
channelType
String
channelType
Response Examples
Last updated