Shipment
Confirm shipment and order pickup.
post/rest/api/shipping/carrier-document/
Request body
Example request
{
"shippingConfirmations": [
{
"pickupId": "2024-06-12|09:00|18:00"
}
]
}Response
Shipping confirmation created
Example response
{
"shippingConfirmations": [
{
"media": "2ed996a6-0b91-529c-9728-f2e59532e7bc",
"error": {
"pickupError": true,
"pickupErrorMessage": "The pickup date is not available",
"shippingConfirmationError": true,
"shippingConfirmationErrorMessage": "Shipping confirmation already exists"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.