Get assortment details by cart
GET{{API_BASE_URL}}/shop/v1/cart/:cart/assortments/:assortment
This endpoint retrieves the assortments for a specific cart identified by the cart ID and zhe assortment ID.
Request Body
This request does not require a request body.
Response Body
The response contains an array of "articleGroups" with their respective details such as ID, name, description, sort order, and configuration. The assortment itself will have an ID, name, description, sort order, and configuration details, including whether it is the default assortment.
-
articleGroups:-
id(string) -
name(string) -
sort(integer) -
isExpanded(boolean) -
configuration:maxNumberOfTicketsPerSale(integer)
-
Authentication#auth
This endpoint does not require authentication.
Headers#headers
Accept-Language{{LANGUAGE}}
—
Responses#responses
200OKGet assortment details by cart