curl --location -g --request POST '{{BASE_URL}}/admin/orders//fulfillments' \
--header 'Content-Type: application/json' \
--data-raw '{
"location_id": "string",
"no_notification": true,
"metadata": {},
"items": [
{
"id": "string",
"quantity": 0
}
],
"additional_data": {}
}'
+
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.additional_data
parameter.