Version: v2BEYABLE Product Shelving API
This API provides collection of products built from BEYABLE Shelving Rules.
You can request product recommandations for a given point of interest, ie. recommandations related to a given product or a given product tag (aka attribute) or a given product category.
If you provide no point of interest, you are requesting global recommandation, ie. recommandations with no particular context.
- If you are requesting recommandations related to a given product, the point of interest value will be the product ID.
- If you are requesting recommandations related to a given product tag, the point of interest value will be in the following form: tagName=tagValue (eg. color=blue).
- If you are requesting recommandations related to a given product category, the point of interest value will be in the following form: categoryName=categoryValue (eg. category1=pants).
Authentication
- API Key: apiKeyHeader
- API Key: apiKeyQuery
Security Scheme Type: | apiKey |
---|
Header parameter name: | Subscription-Key |
---|
Security Scheme Type: | apiKey |
---|
Header parameter name: | subscription-key |
---|