Delivery checkout shipments
Handles partial shipments that were previously created.
GET |
Fetches a partial shipment that was previously created.
URI parameters
prepareId | string | Identification of the partial shipment. | Required |
For description of properties, please refer to the Property reference guide.
For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /delivery-checkout-shipments/{prepareId} GET.
DELETE |
Deletes a partial shipment.
Note
No response body is returned when a partial shipment is successfully deleted.
Notice
When the partial shipment is deleted the prepare ID can be reused for new partial shipments.
URI parameters
prepareId | string | Identification of the partial shipment | Required |
No response body is returned when a partial shipment is successfully deleted.
For description of properties, please refer to the Property reference guide.
For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /delivery-checkout-shipments/{prepareId} DELETE.
GET |
Fetches the source system from which the partial shipment service originates.
Notice
Useful if only the prepare ID is known and the delivery checkout configuration contains options with services from several source systems.
URI parameters
prepareId | string | Identification of the partial shipment. | Required |
For description of properties, please refer to the Property reference guide.
For schema and testing, please refer to https://api.unifaun.com/rs-docs/ and navigate to /delivery-checkout-shipments/{prepareId}/sourceSystem GET.