POSTADITUS/Ticket purchase & registration/Cart/Coupons/Check and redeem coupon

Check and redeem coupon

POST{{API_BASE_URL}}/shop/v1/cart/:cart/coupons/:coupon

This endpoint is used to add a coupon to the specified cart.

Request

  • couponCode (text, required): The code of the coupon to be added to the cart.

Response

  • couponReserved (object):

    • cartId (string): The cart ID

    • code

    • registrationResult

    • affectedAssortments (array):

    • codeType (string)

    • reservation (object)

    • article (object)

    • apearance (object)

    • organization (object)

  • cart (object): The full cart object

Authentication#auth

This endpoint does not require authentication.

Headers#headers

Accept-Language{{LANGUAGE}}

Query parameters#query

$expandAlloptional

Responses#responses

200OKCheck and redeem coupon