Update shipment
Update one or more shipment fields. All body fields are optional — only fields you include are touched.
Use triggerBooking: true to request pickup with the carrier after persisting the update. Same behaviour as POST /shipments with autoBook: true but lets you split persist and book into two calls (useful when collecting recipient details first and confirming pickup later).
Authorizations
API key for authentication. Create one in Settings > Developer. The key must have the BITCRM product scope and an orders resource scope; required action depends on the endpoint (READ, WRITE, or DELETE).
Path Parameters
Body
All fields optional — patch semantics.
255x >= 0Unified shipping status. Some values are provider-specific (e.g. cancelled_by_blitz is RideBlitz, midmile_pickup_done is KiriminAja Express).
confirmed, allocated, out_for_pickup, picked, out_for_delivery, on_hold, cancelled, delivered, rejected, no_driver, awaiting, on_the_way_to_pickup, delivering, delivery_completed, canceled, processed_packages, shipped_packages, canceled_packages, finished_packages, returned_packages, return_finished_packages, created, midmile_pickup_done, midmile_pickup_failed, arrived_blitz_hub, allocation_failure, pickup_started, pickup_done, pickup_failed, pickup_failure, dropoff_started, dropoff_done, dropoff_failed, delivery_failure, cancelled_by_blitz, cancelled_by_business, returned_to_business Service category. INSTANT = on-demand intra-city; EXPRESS = scheduled inter-city.
INSTANT, EXPRESS Vehicle requested for the pickup. TWO_WHEEL = motorcycle, FOUR_WHEEL = car.
TWO_WHEEL, FOUR_WHEEL RideBlitz fuel preference. green = electric fleet (lower emissions, may have limited availability).
regular, green How the merchant hands the package to the carrier. PICKUP = courier picks up from the store, DROPOFF = merchant drops off at carrier hub.
PICKUP, DROPOFF x >= 0x >= 0x >= 00 <= x <= 100x >= 0unpaid, paid, failed When true, request pickup with the carrier after persisting this update. Same outcome as creating the shipment with autoBook: true.
Response
Updated.

