Overview
Use the ShipmentListAPIV3 and ShipmentAPIV3 to manage your shipments.
Shipments
A shipment in byrd is the object composed by a packaging and a product or products that have to be picked and packed in the warehouse to be sent through a carrier to a specific recipient.
Shipment status and sub-status
Once the shipment is created it can go through different status and sub-status:
Status | Description | Possible sub-status |
---|---|---|
new | The shipment was just created. |
|
releasing | The shipment is being released to a warehouse. | |
released | The shipment was released to a warehouse. |
|
picking | The items of the shipment are being picked. | |
packaging | The shipment is being packaged. |
|
packaged | The shipment is already packaged and labeled. | Used for some B2B shipments:
|
sent | The carrier picked up the package. |
|
delivered | The package was delivered to the recipient. |
|
returning | A return shipment was created for this shipment. | |
returned | The return shipment has arrived to the warehouse. | |
deleted | The shipment was deleted. |
Shipment types
There are two types of shipments:
- B2C > shipments sent to end consumers or companies but with no special requirements.
- B2B > shipments sent to companies or other non byrd warehouses which need special requirements like sending by pallet or fill a whole insurance value for the shipment.
Updated 8 days ago