# Leyyow Docs ## Docs - [Introduction](https://docs.leyyow.com/index.md) - [Quickstart](https://docs.leyyow.com/quickstart.md) - [Retrieve store](https://docs.leyyow.com/api-reference/store/retrieve-store.md): Returns the store profile behind the API key: branding, contact details, categories, tax configuration, and which fulfilment methods are enabled. - [List products](https://docs.leyyow.com/api-reference/products/list-products.md): Returns active, storefront-visible products for the store, paginated. - [Retrieve product](https://docs.leyyow.com/api-reference/products/retrieve-product.md): Returns a single product with its variants, attributes, and images. - [List delivery options](https://docs.leyyow.com/api-reference/delivery/list-delivery-options.md): Returns the store's enabled Manual and Express Delivery options — named locations with fixed fees set by the merchant. - [Request shipping quote](https://docs.leyyow.com/api-reference/delivery/request-shipping-quote.md): Prices Managed Delivery for a specific address and basket by querying ShipBubble couriers. - [Create order](https://docs.leyyow.com/api-reference/orders/create-order.md): Creates an order and returns a Paystack payment link. The order is saved with source `storefront` and appears in the suite as **Website**. - [Retrieve order](https://docs.leyyow.com/api-reference/orders/retrieve-order.md): Returns the current state of an order, including `payment_status` and `fulfilment_status`. Poll this after the customer returns from Paystack to confirm payment. ## OpenAPI Specs - [openapi](https://docs.leyyow.com/openapi.yaml)