New Webhook Event (DSP –> Stream via Webhook)
You will have to call this endpoint from your system. This is how you will notify Stream about events that happen in your system.
post/order/{partner_id}
Path parameters
partner_idstring required
Request body
Example request
{
"order": {
"items": [
{
"modifiers": [
{
"currency": "usd"
}
]
}
]
}
}