Simulate Order
Test the end-to-end order workflow with channel-specific pricing
Build Order
Loading SKUs...
What happens when you submit?
- 1Shopify webhook payload is sent to
/api/integrations/webhooks/shopify - 2SKU codes are mapped to internal SKU IDs via database
- 3Idempotency check prevents duplicate orders
- 4Inventory availability is validated
- 5Inventory is reserved (transaction-safe)
- 6Order is created with PENDING status
- 7Order fulfilled - reserved inventory deducted
- 8COGS calculated using weighted average cost
- 9Invoice sent to QuickBooks mock integration