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.

- Public API sends a “create order“ webhook event, the request must be processed and the response should be one of the following:
- HTTP 200 - the request was successfully processed;
- 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".