skims_product_recommendations
Fetch SKIMS product recommendations by handle, returning related or complementary items as normalized JSON for easy integration.
Instructions
List SKIMS product recommendations. Returns normalized recommended products for one SKIMS (https://skims.com) product handle. The route handle is resolved to a Shopify product id before fetching recommendations. The storefront URL is fixed server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum products, defaults to 10 and supports up to 20 | |
| handle | Yes | Product handle | |
| intent | No | Recommendation intent. Allowed values: related, complementary |