Cargo Providers Service
GET Cargo Providers
- Method:
GET - If the
storefrontcodeheader is not provided, the default TR is used. You can use SA and AEstorefrontcodeonly. This service is working only limitedstorefrontcode. - If an invalid
storefrontcodeis sent in the request →400 Bad Request(invalid.storefrontcode) error is returned - The list varies by storefront (TR ≠ SA etc.).
- Lists available cargo providers as (
code/name). You can send the returnedcodevalues in thecargoProvidersfield in product create/update requests.
[
{
"code": "FLOWPL",
"name": "Flow PL"
},
{
"code": "GFS",
"name": "GFS"
},
{
"code": "SPL",
"name": "SPL"
},
{
"code": "STARLINKS",
"name": "Starlinks"
},
{
"code": "STARLINKSH&B",
"name": "Starlinks H&B"
},
{
"code": "SHIPA",
"name": "Shipa"
},
{
"code": "JTEXPRESS",
"name": "J&T Express"
}
]Field Explanation
| Field | Type | Nullable | Explanation |
|---|---|---|---|
code | string | No | Cargo provider code. This value is sent to the cargoProviders field |
name | string | No | Display name of cargo provider |
Updated 11 days ago
Did this page help you?