Spedizione
Crea spedizioni e le mette in coda verso il corriere
Authorization
api-key x-api-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://service.e-manager.io/api/v1/external/shipment/create" \ -H "Content-Type: application/json" \ -d '[ { "orderId": 0 } ]'{
"success": true,
"message": "string",
"total": 0,
"details": {
"success": [
0
],
"errors": [
{
"id": 0,
"message": "string"
}
]
}
}Last updated on