Terms
Model
Item status is driven by the shipment. Items are
pending_outbound while the shipment is
processing, and shipped_out once it is shipped. delivered is a shipment status
only; the item stays shipped_out.Statuses
Status changes are pushed as
outbound_shipment.status_changed webhook events. Item changes come separately as inventory.status_changed.