Get delivery options
Returns the store’s delivery configuration and all available manual and express delivery options.
Use the response to build your storefront’s delivery selection step:
| Flag | Meaning |
|---|---|
pickup_enabled | Customer can collect from the store (always true) |
manual_delivery_enabled | Flat-rate manual delivery is active |
express_delivery_enabled | Express flat-rate delivery is active |
shipbubble_delivery_enabled | Live ShipBubble quotes are available |
When shipbubble_delivery_enabled is true, call POST /shipping-quotes to get live courier rates.
Authorizations
Authenticate using a Leyyow merchant API key.
Include the key in every request as a Bearer token:
Keys are scoped to a single store. All endpoints return data belonging to the store that issued the key — there is no X-Store-Id override.
Keys are created in the Leyyow merchant dashboard under Settings → Developer → API Keys.
Response
Delivery options for the store.
Read-only response for GET /api/public/v1/delivery-options