post https://data.getangler.ai/v1/workspaces//data/orders
Response
xxxxxxxxxx
22curl --request POST \
--url https://data.getangler.ai/v1/workspaces/workspace_id/data/orders \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": [
{
"billing_address": {
"default": true
},
"buyer_accepts_marketing": true,
"confirmed": true,
"estimated_taxes": true,
"shipping_address": {
"default": true
},
"taxes_included": true
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: