post http://localhost:8000/api/v1/orders/bulk
Allows you to bulk update a field across multiple Orders.
You must have the correct priviledges to perform this action.
Log in to see full request history
Responses
204No Content
Allows you to bulk update a field across multiple Orders.
You must have the correct priviledges to perform this action.
204No Content
xxxxxxxxxx
curl --request POST \
--url http://localhost:8000/api/v1/orders/bulk \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: