Skip to main content
PATCH
Bulk Update Deliveries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Top-level body for PATCH /v1/deliveries (bulk update).

deliveries
BulkDeliveryUpdateItem · object[]
required

Delivery updates to apply (max 100).

Required array length: 1 - 100 elements

Response

OK

Top-level response for PATCH /v1/deliveries.

results
BulkDeliveryUpdateResultItem · object[]
required

One result per request item, in order.