Expedition
Expedition Entity
The Expedition entity represents the shipment process of an order. It includes key attributes such as orderNumber
, deliveryAddress
, billingAddress
, carrier
, and more. The expedition's status reflects its progress in fulfillment, from booking to delivery. This guide walks you through all endpoints related to expeditions and their structure.
Each expedition is uniquely identified by its id
and belongs to an eshop
.
Find more about expedition flow in our Knowledge Base.
Expedition catalog
Get Expedition | Fetches all data about a specific expedition. | |
Update Expedition | Updates an existing expedition. | |
Patch expedition without rebooking | Updates custom reference fields of an expedition without triggering a rebooking. | |
Get list of Expedition | Retrieves a list of all expeditions in Mailship. | |
Send multiple expeditions to WMS | Sends multiple expeditions for processing into WMS. | |
Continue multiple expeditions to WMS | Allows the processing of multiple expeditions in WMS. | |
Cancel multiple expeditions | Cancels multiple expeditions, provided they meet the cancellation conditions. | |
Create Expedition | Creates a new expedition. | |
Rebook Expedition | Rebooks an existing expedition entity. | |
Unbook all from Expedition | Unbooks all items from an expedition. | |
Get Expedition Invoice | Fetches the invoice associated with an expedition. | |
Upload Expedition Invoice | Uploads an invoice to an expedition. | |
Remove Expedition Invoice | Removes an invoice from an expedition. | |
Send Expedition to WMS | Sends an expedition for processing in WMS. | |
Process Expedition to WMS | Allows processing of an expedition in WMS. | |
Cancel Expedition | Cancels a specific expedition, provided it meets the cancellation conditions. | |
Rollback Expedition | Rollbacks a specific expedition, provided it meets the rollback conditions. | |
Delete Expedition | Deletes a specific expedition, provided it meets the deletion conditions. |
Expedition Item
An Expedition Item represents an individual product unit within an expedition. It contains information about the product, quantity. Each expedition can have multiple items, where each item corresponds to a specific product being shipped.
Get list of ExpeditionItems | Retrieves a list of expedition items based on specified criteria. |
For more details, please visit other subsections in the expedition category.