gucci_recommendations
Retrieve Gucci product recommendations: related items for a given style code or the site's general trending shelf, returning normalized product name, price, image, and stock.
Instructions
Gucci product recommendations. Returns one Gucci recommendations shelf: normalized product summaries (name, price, image, stock) from either a given product's own "You May Also Like" carousel (style_code set) or the site's general trending-items shelf (style_code omitted). style_code comes from gucci-search's or gucci-category's own style_code field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum products to return, defaults to 10, maximum 20 | |
| style_code | No | Product style code to get related items for; omit for the site's general trending-items shelf instead |