Carriers allowed (Amazon v2)

Retrieves the list of allowed carriers for the Amazon fulfillment.

Usage:

  • The returned allowedCarriers array provides the valid values for the companyId field when creating a fulfillment (e.g., in the POST create fulfillment endpoint).

Response:

  • Returns a JSON object with a success status and an array allowedCarriers, where each carrier includes its id and name.

  • The id is the ecartapi reference and the name is the Amazon reference.

  • Recommended uses the id

  • The values could be different vs the old documentation, but both works

Example Response:

{
  "success": true,
  "allowedCarriers": [
    {"id": "17feia", "name": "17FEIA"},
    {"id": "360lion", "name": "360lion"},
    ...
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!