Item Status Change
Changes the state of a delivery item
GET /api/v1.1/delivery/item/status_change
Input Parameters
Name | Type | Description |
---|---|---|
item_id |
integer |
Required. Id of the Delivery Item that’s being received |
location_id |
integer |
Required. Id of the Location where the item was received |
previous_state |
string |
Required. State the the item is leaving |
state |
state |
Required. New state for the item |