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
Key | Datatype | Required | Description |
---|---|---|---|
id | string | Filter carrier by Id's provided | |
name | string | Filter items by carrier service name | |
active | string | Filter carriers by active status |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
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"}]}