REST Assortment API

The Assortment API combines all methods around assortments. Currently the retrieval of the content of an assortment is possible as well as updating it's content by reevaluating dynamic rules. A modification of assortments rules is not yet possible using the Service API.

Get assortment content

URL Pattern

/manage/assortment/{assortment-id}/content

Method

GET

Parameters

updateAssortment: update the assortment if set to true, by default - false.

Content types

-

Media types

application/json

Result

report result object

Returns report result object, which contains all information from internal report result + entity identifier.

If updateAssortment is set, corresponding assortment will be updated (which can be time consuming) before returning the result.