mutation

updateShipmentStatus

Update current status of a specific shipment using its shipment ID. Supports both partial and full transition as per the configured settings.
Arguments
shipmentId
String!
Required
ID of the shipment. An order may contain multiple items and may get divided into one or more shipment, each having its own ID.
updateShipmentStatusRequestInput
UpdateShipmentStatusRequestInput!
Required
Schema for update shipment status request.
Response
An array containing different status options of shipments.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...