Back to Developer changelog

CartDiscountCode#code has been fixed to be case insensitive.

API

Effective April 02, 2024

CartDiscountCode#code has been corrected to be case insensitive. For example, providing the input ["DISCOUNT", "dIsCoUnT", "discount"] on cartCreate or cartDiscountCodeUpdate will return a cart payload with one CartDiscountCode with the code value set to DISCOUNT.