Skip to main content

/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​

HeaderValue
AuthorizationBearer API_TOKEN

Query Parameters​

ParameterTypeDescriptionMandatory
collection_namestringCollection name of the data you need. Available options: merchandisingtrue

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
}