GET v2/ShippingTemplate/Carriers

Retrieves a list of valid Carriers to be used when creating a Shipping Template.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of Carriers

Collection of Carrier

Name Description Type
CarrierId

Unique identifier of the Carrier

integer
Name

The name of the Carrier

string

Response Formats

application/json

Sample:

[
  {
    "CarrierId": 1,
    "Name": "sample string 2"
  },
  {
    "CarrierId": 1,
    "Name": "sample string 2"
  }
]