ID
of the item's RETURN_ITEM
action.actions
property, whose value is an array of actions. You can check the action's name using its action
property, and use the value of the id
property.curl --location -g --request POST '{{BASE_URL}}/admin/exchanges//inbound/items/' \
--header 'Content-Type: application/json' \
--data-raw '{
"quantity": 0,
"internal_note": "string",
"reason_id": "string",
"metadata": {}
}'
RETURN_ITEM
action.