Post
/customers/{customerId}/users/{userId}/product-values
Security
API Key
Header parameter nameaccess_token
Access token Authentication
Path parameters
customerId
stringRequired
userId
stringRequired
Body parameters
object
Example{
"prod_code": "abc123",
"collection": "us"
}
prod_code
string
The product code to get values for
collection
string Required
The collection to search in
Responses
200
Successful response
object
Example{
"brand": [
{
"name": "Brand 1",
"count": 120
},
{
"name": "Brand 2",
"count": 100
},
{
"name": "Brand 3",
"count": 150
}
],
"color": [
{
"name": "Color 1",
"count": 30
},
{
"name": "Color 2",
"count": 70
},
{
"name": "Color 3",
"count": 20
}
]
}
property*
Array of object additionalProperties
object
name
string
ExampleColor
count
integer
Example120
400
Bad request
401
Unauthorized
403
Forbidden
500
Internal server error