Get assortments by cart
GET{{API_BASE_URL}}/shop/v1/cart/:cart/assortments
This endpoint retrieves the assortments associated with the specified cart.
Request
No request body is required for this endpoint.
cart(path parameter) - The unique identifier of the cart.
Response
Upon a successful execution, the API returns a JSON object with a status code of 200 and the following structure:
-
id(string) -
name(string) -
description(string) -
sort(integer) -
isDefault(boolean) -
configuration:maxNumberOfTicketsPerSale(integer)
Authentication#auth
This endpoint does not require authentication.
Headers#headers
Accept-Language{{LANGUAGE}}
—
Responses#responses
200OKGet assortments by cart