Hi There,
creating the POST below of an order in postman works.
{
"@priority": 1,
"Order": {
"Content": {
"CustomerReference": "test order nummer",
"Items": {
"Item":
{
"Sku": "1",
"Quantity": 1
},
]
}
}
Now i try to replicate this in a Zapier WEBHOOK, but get 400 errors all the time, What am i don’t wrong?
What is the syntax i need to use?
PAYLOAD TYPE: JSON
@priority 1
Order_Content_CustomerReference test order nummer
OR
“@priority”. 1
“Order”
“Content”
“CustomerReference" test order number
????
I really don’t know anymore.
Does anyone have some insights about the formatting?
Kind regards Martijn