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

OR
OR
OR

Example request

{
  "order": {
    "items": [
      {
        "modifiers": [
          {
            "currency": "usd"
          }
        ]
      }
    ]
  }
}

Changes

Changed in 2 of the 3 revisions of this API.12

    • deleted the header request parameter Stream-Webhook-Signature

      request-parameter-removed

    • the endpoint scheme security webhookHmac was added to the API

      api-security-added

    • endpoint added

      endpoint-added