Files
medusa-store/docs/api/admin/code_samples/Shell/notes/postundefined
2022-09-05 10:23:46 +03:00

9 lines
283 B
Plaintext

curl --location --request POST 'https://medusa-url.com/admin/notes' \
--header 'Authorization: Bearer {api_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"resource_id": "{resource_id}",
"resource_type": "order",
"value": "We delivered this order"
}'