v1
latestOpenAPI 3.0.12026-07-2412502.6 MBShipments
Swap a shipment item
This is a configurable option within the Item to determine what is available to swap to/from.
post/shipments/{shipment_id}/swap
Request body
Response
OK
Example response
{
"date_cancel": "2023-04-01 00:00:00",
"date_scheduled": "2023-04-01 00:00:00",
"date_complete": "2023-04-01 00:00:00",
"date_scan": "2023-04-01 00:00:00",
"date_deliver": "2023-04-01 00:00:00",
"date_return": "2023-04-01 00:00:00",
"date_skip": "2023-04-01 00:00:00",
"date_rma": "2023-04-01 00:00:00",
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00",
"customer_address_billing": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
},
"customer_address_shipping": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
},
"tracking_history": [
{
"date": "2023-04-01 00:00:00"
}
]
}