improved
v2023.3.31 - Improved Buyer Identity Validation and Performance Boost for Product Reviews
about 2 months ago by Alex Kravchuk
API changes
🧠 Added buyer identity validation for createCart
and updateCartBuyerIdentity
mutations. If there are invalid fields, CartResponse
will contain corresponding errors. For the createCart
mutation, null
will be returned for the buyer identity. For the updateCartBuyerIdentity
mutation, the previous buyer identity value will be returned.
🧠 Presence of buyer identity will now be checked when requesting AmazonStore.offer
or ShopifyStore.offer
. If it is not passed, the corresponding error will be returned
Resolved issues
🥳 Improved performance of querying product reviews