RECEIVE_RETURN_ITEM
.curl --location -g --request POST '{{BASE_URL}}/admin/returns//receive-items' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"id": "string",
"quantity": 0,
"description": "string",
"internal_note": "string"
}
]
}'
+
it will be added to the default fields, using -
will remove it from the default fields. without prefix it will replace the entire default fields.