What you can build
Any buying experience where a customer browses products and places an order:- A branded website or landing page with its own design, outside of Leyyow’s hosted storefront.
- A mobile app that lets customers browse and buy.
- An embedded checkout inside another platform — a blog, a link-in-bio page, a WhatsApp flow.
How it works
Every request is scoped to a single store via an API key created in Settings → API in your Leyyow suite. The key is sent as a bearer token:404 — the API never leaks data across stores.
Response format
Every response — success or failure — uses the same envelope:error is null and data carries the payload. On failure, error holds a human-readable reason, data is null, and the HTTP status code carries the machine-readable meaning.
Server-calculated amounts
You never send prices or totals. Order requests carry the customer’s choices — which variants, how many, which delivery method — and Leyyow calculates unit prices, tax, delivery fees, and the total server-side. Any amount submitted in a request body is ignored.Explore the docs
Get up and running in three simple steps.The API Flow
See how the Leyyow API connects each part of the shopping experience.Explore the catalogue
Retrieve order details
StoreGet store information
/storeStoreGet all products
/productsProductGet product details
/products/{id}Prepare the delivery
Delivery OptionsGet available delivery options
/delivery-optionsShipping QuotesCalculate shipping costs
/shipping-quotes