Reserved: List Products
Reserved via Parse · ecommerce
Lists products in a given category with support for pagination, sorting, and filtering. Returns product summaries including name, SKU, price, images, sizes, and color options. API for Reserved.com providing access to the product catalog, search, product details, and in-store availability. Fulfilled by Parse from reserved.com.
- ecommerce
- maps-geo
- marketplace
- parse
- platform-key
- reserved
- reserved-com
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/0216d37e-57d9-471f-9b8b-dc6e4c2e809f/list_products
- Interface artifact
- sha256:17d20191036f4460c03819c55485478de20e9b552a0b40489a0a6ad18b9794e6
- Manifest digest
- sha256:7269ca9eb238fa257117d42ed1a98d55efb5d4cac666338ff7f2357e2d441a4e
Request fields
- page (integer): Zero-based page index.
- limit (integer): Number of results per page.
- sizes (string): Comma-separated size slugs to filter by (e.g. 's,m,l').
- colors (string): Comma-separated color slugs to filter by.
- sort_by (string): Sort order ID passed to the upstream API.
- max_price (integer): Maximum price filter in HUF.
- min_price (integer): Minimum price filter in HUF.
- category_id (string, required): Category ID from list_categories (e.g. '239' for Women).
Example queries
- {"limit":"5","category_id":"239"}