cURL
curl --request POST \ --url http:localhost:3000/v2/objects/{objectId}/order \ --header 'Content-Type: application/json' \ --header 'x-API-Key: <api-key>' \ --data '{ "items": [ {} ], "comment": "<string>" }'
{ "orderId": "<string>" }
Create a material order for a specific object. Requires a list of items and optional comment.
Object ID
Order created
The response is of type object.
object
Was this page helpful?