POST
/api/v2/orders/create
{ "order_ref": "WEB-99281", "customer": { "name": "John Doe", "shipping_service": "DPD_NEXT_DAY" }, "items": [ "sku": "EP01-BLK-L", "qty": 1250, "art_ref": "ART-X77B", "finish": "RETAIL_FOLD_BAG" } ]}
> 200 OK: Order injected to production queue.