id - the shipment's unique identifier in Hive system
delivery_status - the shipment's status on Hive side in terms of delivery. Possible values:
Delivery status options
Information transmitted to the carrier - the shipment has been marked as shipped by Hive but no further statuses from the carrier yet
In transit - the parcel is on the way to the carrier hub
Out for delivery - the parcel has left the carrier hub and is in the process of being delivered
Delivered - the parcel has been successfully delivered
Returned to sender - the carrier initiated a return to the sender
Action required - the parcel is going through an unconventional event (e.g. failed delivery attempt, shipment lost, address issues etc.)
merchant_order_id - related order's unique identifier provided by merchant
order_id - related order's unique identifier in Hive system
status - the shipment's status on Hive side in terms of fulfillment. Possible values:
Status options
waiting_for_picking - initial status (normally shipment is created with this status during order import)
on_hold - shipment is on hold for now, for example because shop is configured to start fulfillment in future or there are some issues (e.g. incorrect address or not enough inventory amount)
picking_assigned - fulfillment center employee assigned themselves to pick this shipment's items
in_picking - shipment items picking process has been started
picked - shipment items have been picked and are ready for packing
in_packing - shipment items packing process has been started
packed - shipment items have been packed and are ready for shipping
in_shipping - shipping process has been started
shipped - a shipping label has been created for the shipment and it has left the packing station (and now the shipment is awaiting carrier pickup or is already picked up)
cancelled - shipment is cancelled and will not be fulfilled, e.g. because the order was cancelled via Merchant API
List all shipments
Lists all shipments of an order
GEThttps://app.hive.app/merchant_api/v1/shipments
Returns shipments ordered by descending creation time.