Get all carriers

GET https://api.ecartapi.com/api/v2/orders/carriers

This resource show all carriers information or filters the results with params.

Request Params

KeyDatatypeRequiredDescription
idstringFilter carrier by Id's provided
namestringFilter items by carrier service name
activestringFilter carriers by active status

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"carriers":[{"id":"68","idReference":"68","name":"fedex ground","active":false,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"69","idReference":"69","name":"fedex express","active":false,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"71","idReference":"71","name":"estafeta express","active":false,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"72","idReference":"72","name":"estafeta ground","active":false,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"73","idReference":"73","name":"quiken local_express","active":false,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"74","idReference":"74","name":"quiken local_guaranteed","active":false,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"76","idReference":"70","name":"fedex guaranteed","active":false,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"78","idReference":"78","name":"e e","active":false,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"79","idReference":"0","name":null,"active":false,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"77","idReference":"75","name":"test","active":true,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"70","idReference":"70","name":"fedex guaranteed","active":false,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"1","idReference":"1","name":"envia","active":true,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"2","idReference":"2","name":"My carrier","active":true,"url":{},"max_width":"0","max_height":"0","max_weight":"0.000000","max_depth":"0"},{"id":"75","idReference":"75","name":"test","active":true,"url":{},"max_width":"500","max_height":"500","max_weight":"500.000000","max_depth":"500"}]}