Order
Calculate, create, and manage inventory orders
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/inventory/order/inventory-order-split-up | Calculate order totals (split-up) Calculates a detailed breakdown of an order before creation. Returns subtotal, |
| POST | /v1/inventory/order | Create an inventory order Creates a new inventory order for a shop. Supports multiple order modes (DINE_IN, |
| GET | /v1/inventory/order/{gid} | Get an inventory order by GID Retrieves a specific order with complete details including line items, customer |
| GET | /v2/inventory/order | List inventory orders Enhanced order search with rich filtering options. Supports filtering by shop, |