Registration
The Registration endpoints are used to register items and to select timeslots if it is required.
It is still possible to to change the registration data and the timeslots after the order is completed. This is done via Get cart from order. Afterwards, the cart goes through the checkout again.
Endpoints#endpoints
PUTUpdate item's registration{{API_BASE_URL}}/shop/v1/cart/:cart/items/:item/registration?$expandPUTUpdate item's timeslots{{API_BASE_URL}}/shop/v1/cart/:cart/items/:item/timeslots?$expand=AssociatedPersonOnItems&$expand=AvailableTimeslotsOnItemsGETGet item registration prefill data{{API_BASE_URL}}/shop/v1/cart/:cart/items/:item/registration/self/prefill-dataGETGet item's timeslots information{{API_BASE_URL}}/shop/v1/cart/:cart/items/:item/timeslots