Tottus: Get Product Details
Tottus via Parse · ecommerce
Retrieve full product detail by ID and slug. Returns comprehensive information including variants with individual pricing and availability, specifications, breadcrumb category hierarchy, media URLs, and seller info. The slug and product_id are obtained from search_products or browse_category results. API for Tottus Peru supermarket, providing product search, category browsing, detailed product information, and promotional data. Supports pagination and filtering. Fulfilled by Parse from tottus.com.pe.
- ecommerce
- food-dining
- marketplace
- parse
- platform-key
- tottus
- tottus-com-pe
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e9df91f2-0213-48b2-9c59-a8ae5ac30e1e/get_product_details
- Interface artifact
- sha256:87c99f484453e2bb3214445c1e74c1a1c2bee9cac100ac1ffdb1ad5d6bfaf1d3
- Manifest digest
- sha256:cd961aaac73a6227fc0ae56e78ee480fd2a4961a52d0fb72d5e65352292aaea8
Request fields
- slug (string, required): Product URL slug (e.g., 'leche-uht-tottus-entera-tripack-bolsa-800-ml'). Obtain from search_products or browse_category results.
- product_id (string, required): Unique product ID (e.g., '145417875'). Obtain from search_products or browse_category results.
- variant_id (string): Specific variant/SKU ID. Defaults to product_id if not provided.
Example queries
- {"slug":"leche-uht-tottus-entera-tripack-bolsa-800-ml","product_id":"145417875","variant_id":"145417875"}