Skip to content

Create Order Note

POST
/admin/order-notes
curl --request POST \
--url http://localhost:9000/admin/order-notes \
--header 'Content-Type: application/json' \
--data '{ "order_id": "example", "note": "example", "sent": false, "metadata": {} }'
Media type application/json
object
order_id
required
string
note
required
string
sent
required
boolean
metadata
object
key
additional properties
any

OK

Media type application/json
object
Example generated
{}