Collapse All
Bug Fixes
Catalog Performance – Fixed the search functionality for clients having more than 5 million SKUs. We reduced the time for the catalog search and sorting, thus minimizing the possibility of timeouts. We also improved catalog usability and performance by minimizing the loading time of the categories and items, resulting in a faster user interface.
Improvements
Security:
Bug Fixes
APIs:
issue_offer
, manual_claim_offer
, purchase_reward_store_offer
. /lock
, /redeem
, /verify
) are returning a validation error of 400 when they are applied to a revoked user offer.get_user_offers
endpint can return to 1000 records and fixed the endpoint to only return the first 1000 records whenever the request for offers exceeds 1000. If more than 1000 records are needed, pagination can be used via the skip
and take
parameters, described in the Offers API documentation.