Bulk Update Shipping Service

View as Markdown
Updates the shipping service for multiple shipments in a single request.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Request

This endpoint expects an object.
reasonstringRequired
Reason for updating the shipping service
requested_shipping_service_idintegerRequired
ID of the shipping service to assign to the shipments
shipment_idslist of longsRequired
List of shipment IDs to update the shipping service for

Response

OK
summaryobject
Summary of the bulk operation results
resultslist of objects or null

Per-shipment results of the bulk operation

Errors

400
Bad Request Error