Updated featureToggles
Updated the featureToggles list in the response.
Discount coupons webhooks
Recently we added the webhook events for discount coupons. Now it's possible to receive webhooks about the following events:
Random Order IDs
It’s reflected in the API and the Ecwid UI. From now on, the new fields (‘id’, ‘orderId’) will be used instead of the old fields (‘orderNumber’, ‘vendorNumber’ and ‘id’ in Webhook events) and it requires appropriate changes in your applications.
Descriptions for errors from Static code generator
Previously, all Bad request error messages weren't accompanied by any specific description.
New version of Ecwid CSS Framework
We have updated our Ecwid CSS Framework to 1.3.9 version.
New version of Ecwid CSS Framework
We have updated our Ecwid CSS Framework to 1.3.8 version.
Storefront language and custom error message for payments
We've added an option to display a custom errror message in storefront for failed payment requests in the return URL:
Default product sort order and applying discounts to specific products
- The
defaultProductSortOrder
field in the Store profile can now be updated to a different value. Also, it is now returned with the request via Public token - Added
appliesToProducts
field for custom discount API response. Now you can apply a discount to certain products in cart only. Learn more
Taxable flag for products
We've added taxable
boolean flag for Products endpoint (see tax
field details). It controls tax application for specific products. It's possible to read and modify this flag for existing and new store products.