Skip to content

Order Create Events Flow

This integration flow represents the process of receiving an order that was already created in our internal systems, by an internal integration, or manually created by a user. Mainly used for POS integrations.

Create Events Flow

  1. Public API sends a “create order“ webhook event, the request must be processed and the response should be one of the following:
  2. HTTP 200 - the request was successfully processed;
  3. HTTP 202 - the request was accepted for asynchronous processing. When the processing is done, partner application should notify our system by sending "Notify the result of a Create Order event" webhook. Errors should be reported via "PublishError".