Order update
Retrieve by webhook order update on you company account (thank you note)
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"Recipient Email": "[email protected]",
"Recipient First Name": "Recipient test FirstName",
"Recipient Last Name": "Recipient test LastName",
"Recipient Company": "Recipient test Company",
"Product Name": "Product test",
"Order Status": "Order status Commandé",
"Charity": "Charity test",
"Cost excl tax": "10",
"Cost incl tax": "12",
"Created date": "2023-01-05",
"Sender Email": "[email protected]",
"Sender First Name": "Sender test FirstName",
"Sender Last Name": "Sender test LastName",
"Campaign Name": "Campaign Test Order",
"Product Type": "Product Type"
}Last updated