Order
Add shipment to order.
Shipment is created as order document, it can be see from <a href='#tag/Order/operation/get_rest_order_documents_detail'>here</a>
post/rest/api/orders/{id}/shipment/
Path parameters
idstring required
order number in Apilo system, e.g. <code>AL0012345</code>
Request body
Example request
{
"idExternal": "312",
"tracking": "005842792564T",
"carrierProviderId": 1,
"postDate": "2022-06-09T10:59:12+0100",
"media": "2ed996a6-0b91-529c-9728-f2e59532e7bc"
}Response
Shipment already exsists
Example response
{
"id": 1,
"idExternal": "312",
"tracking": "005842792564T",
"carrierProviderId": 1,
"postDate": "2022-06-09T10:59:12+0100",
"media": "2ed996a6-0b91-529c-9728-f2e59532e7bc"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.