Corrieri
Lista i servizi disponibili per un corriere
Authorization
api-key x-api-key<token>
In: header
Path Parameters
carrierId*number
Response Body
application/json
curl -X GET "https://service.e-manager.io/api/v1/external/carriers/0/services"[
{
"id": 0,
"name": "string",
"code": "string",
"amazonCarrierCode": "string",
"sortOrder": 0,
"isNew": true,
"isActive": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"logoUrl": "string"
}
]Last updated on