input_object

StatusesRequestInput

Schema for status update for shipments.
Fields
A list containing information about shipments. Example: [{ identifier: '16736576489251696245', products: [{ identifier: '21500347', line_number: 1, quantity: 1 }] }].
status
String
The status to which the shipment is to be transitioned. For example, 'bag_confirmed', 'delivered', or 'return_bag_delivered'. For list of status please refer OMS States.
exclude_bags_next_state
String
Other line items in the not included in StatusesRequestInput.Shipments will be transitioned to this state. Please refer for detailed example.