ITEM_ADD
.curl --location -g --request POST '{{BASE_URL}}/admin/order-edits//items' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"variant_id": "string",
"quantity": 0,
"unit_price": 0,
"internal_note": "string",
"allow_backorder": true,
"metadata": {},
"compare_at_unit_price": 0
}
]
}'