ITEM_ADD
.curl --location -g --request POST '{{BASE_URL}}/admin/exchanges//outbound/items' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"variant_id": "string",
"quantity": 0,
"unit_price": 0,
"internal_note": "string",
"allow_backorder": true,
"metadata": {}
}
]
}'
+
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.