Carriers

GET https://api.ecartapi.com/api/v2/orders/carriers?countryCode2=string <ISO 3166-1 alpha-2>

Request Params

KeyDatatypeRequiredDescription
countryCode2stringRequired Parameter. string <ISO 3166-1 alpha-2>

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;carriers&quot;:[{&quot;id&quot;:1,&quot;idReference&quot;:null,&quot;name&quot;:&quot;USPS&quot;,&quot;active&quot;:null,&quot;url&quot;:null,&quot;max_width&quot;:null,&quot;max_height&quot;:null,&quot;max_weight&quot;:null,&quot;max_depth&quot;:null},{&quot;id&quot;:3,&quot;idReference&quot;:null,&quot;name&quot;:&quot;FedEx&quot;,&quot;active&quot;:null,&quot;url&quot;:null,&quot;max_width&quot;:null,&quot;max_height&quot;:null,&quot;max_weight&quot;:null,&quot;max_depth&quot;:null},{&quot;id&quot;:2,&quot;idReference&quot;:null,&quot;name&quot;:&quot;UPS&quot;,&quot;active&quot;:null,&quot;url&quot;:null,&quot;max_width&quot;:null,&quot;max_height&quot;:null,&quot;max_weight&quot;:null,&quot;max_depth&quot;:null},{&quot;id&quot;:4,&quot;idReference&quot;:null,&quot;name&quot;:&quot;DHL Express&quot;,&quot;active&quot;:null,&quot;url&quot;:null,&quot;max_width&quot;:null,&quot;max_height&quot;:null,&quot;max_weight&quot;:null,&quot;max_depth&quot;:null}]}