GETADITUS/Ticket purchase & registration/Cart/Basic cart processes/Get assortment articles by cart

Get assortment articles by cart

GET{{API_BASE_URL}}/shop/v1/cart/:cart/assortments/:assortment/articles

Retrieve Assortments in Cart

This endpoint retrieves the list of articles in the cart with the specified id.

Request

This request does not need a request body.

Response

The response will contain an array of article data, including the following properties:

  • prices

  • articleGroup

  • id

  • name

  • internalName

  • description

  • image

  • sort

  • isLegitimationRequired

  • legitimationCategory

  • type

  • ticketValidity

  • articleNumber

  • category

  • amount

  • configuration

  • timeslots

Authentication#auth

This endpoint does not require authentication.

Headers#headers

Accept-Language{{LANGUAGE}}

Responses#responses

200OKGet assortment articles by cart