Products for the requested Shelving Rule
GETproductshelving/:account/:rule/:dimension/:pointofinterest
Products for the requested Shelving Rule
Request
Path Parameters
account stringrequired
rule stringrequired
dimension stringrequired
pointofinterest stringrequired
Header Parameters
Api-Version stringrequired
Responses
- 200
- 204
- 401
- 404
Product collection with cardinal (score)
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
PointOfInterest object
Id string
AssociatedPoints object[]
Point objectrequired
Id string
Name string
Description string
Url string
ImagePath string
Feature1 string
Feature2 string
Categories string[]
CustomTags string[]
Tags string[]
Cardinal integerrequired
{
"PointOfInterest": {
"Id": "string"
},
"AssociatedPoints": [
{
"Point": {
"Id": "string",
"Name": "string",
"Description": "string",
"Url": "string",
"ImagePath": "string",
"Feature1": "string",
"Feature2": "string",
"Categories": [
"string"
],
"CustomTags": [
"Generic array"
],
"Tags": [
"Generic array"
]
},
"Cardinal": 0
}
]
}
{
"PointOfInterest": {
"Id": "Sousrayon=Eau du Soir"
},
"AssociatedPoints": [
{
"Point": {
"Id": "995700",
"Name": "Crème Parfumée Hydratante Eau du Soir",
"Description": "",
"Url": "https://www.mysite.com/fr-FR/creme-parfumee-hydratante-eau-du-soir-195700.html",
"ImagePath": "",
"Feature1": "91.00",
"Feature2": "91.00",
"Categories": [
"Univers=Parfums",
"Rayon=Parfum femme",
"Sousrayon=Eau du Soir"
],
"CustomTags": [],
"Tags": []
},
"Cardinal": 4
}
]
}
No product collection
Check Subscription-Key
Not found, check Api-Version header
Loading...