```
```

Cargo Providers Service

GET Cargo Providers

  • Method: GET
  • If the storefrontcode header is not provided, the default TR is used. You can use SA and AE storefrontcode only. This service is working only limited storefrontcode.
  • If an invalid storefrontcode is 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 returned code values in the cargoProviders field 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

FieldTypeNullableExplanation
codestringNoCargo provider code. This value is sent to the cargoProviders field
namestringNoDisplay name of cargo provider

Did this page help you?