This endpoint is designed for merchants with small, fixed inventories such as vending machines, kiosks, or simple storefronts.
Use Cases
- Vending machines - Display available snacks and drinks
- Kiosks - Show menu items with prices
- Mobile top-up - List available recharge amounts
- Simple stores - Present a catalog of products
Item Fields
| Field | Required | Description |
|---|---|---|
id | Yes | Unique item identifier |
name | Yes | Display name |
price | Yes | Unit price as decimal string |
description | No | Item description |
quantity | No | Available stock |
min_qty | No | Minimum order quantity (default: 1) |
max_qty | No | Maximum order quantity |
images | No | Array of image URLs |
url | No | Link to item details page |
Example Response
For larger catalogs or dynamic inventory, consider implementing a paginated endpoint or directing users to your web store.