curl --location --request POST 'https://api.ticaret.pro/accounts//orders' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"contactId": "string",
"currency": "TRY",
"paymentStatus": "unpaid",
"fulfillmentStatus": "unfulfilled",
"source": {
"channel": "manual",
"sourceType": "string",
"sourceId": "string",
"threadId": "string",
"messageId": "string",
"externalThreadId": "string",
"externalMessageId": "string",
"label": "string",
"metadata": {}
},
"items": [
{
"productId": "string",
"sku": "string",
"name": "string",
"unitPrice": 0,
"currency": "string",
"quantity": 0,
"discountAmount": 0,
"taxRate": 0,
"metadata": {}
}
],
"shippingTotal": 0,
"payment": {},
"shipping": {},
"notes": "string",
"tags": [
"string"
],
"metadata": {}
}'{
"status": true,
"data": {
"id": "string",
"accountId": "string",
"orderNo": "string",
"customerId": "string",
"contactId": "string",
"customer": {
"id": "string",
"title": "string",
"shortName": "string",
"status": "string"
},
"contact": {
"id": "string",
"displayName": "string",
"email": "string",
"phone": "string",
"status": "string"
},
"status": "draft",
"paymentStatus": "unpaid",
"fulfillmentStatus": "unfulfilled",
"source": {
"channel": "manual",
"sourceType": "string",
"sourceId": "string",
"threadId": "string",
"messageId": "string",
"externalThreadId": "string",
"externalMessageId": "string",
"label": "string",
"metadata": {}
},
"items": [
{
"id": "string",
"productId": "string",
"sku": "string",
"name": "string",
"unitPrice": 0,
"currency": "string",
"quantity": 0,
"discountAmount": 0,
"taxRate": 0,
"taxAmount": 0,
"lineSubtotal": 0,
"lineTotal": 0,
"productSnapshot": {},
"metadata": {}
}
],
"subtotal": 0,
"discountTotal": 0,
"taxTotal": 0,
"shippingTotal": 0,
"grandTotal": 0,
"currency": "string",
"payment": {},
"shipping": {},
"notes": "string",
"tags": [
"string"
],
"metadata": {},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"entityVersion": "2019-08-24T14:15:22.123Z"
}
}