/v1/data/merchandising
GET /v1/data/merchandising
Summary
Export merchandising data from Datafuse to utilize on-page recommendations. Leverage comprehensive data to optimize every page on your webshop.
Request Headers
Header | Value |
---|---|
Authorization | Bearer API_TOKEN |
Query Parameters
Parameter | Type | Description | Mandatory |
---|---|---|---|
collection_name | string | Collection name of the data you need. Available options: merchandising | true |
Responses
401
: Unauthorized Response
200
: Successful Response
The successful response returns a JSON list based on the collection name you requested.
JSON
{
"header_1": 123456,
"header_2": 24.45,
"header_3": 11.52
}