Instant Site v2 JS API
Described how to make an app work on the homepage of New-gen Instant Site and JS API methods for New-gen Instant Site. Read more.
New order extra field attribute
New order extra field attribute showForPaymentMethodIds
is released. It detects whether an extra field should be visible for some certain payment methods only. Read more.
Added new query parameters for the 'Search orders' request
Added 2 new query parameters for the 'Search orders' request: pickupTimeFrom
and pickupTimeTo
. These parameters allows searching orders depending on their lower and upper bound of order pickup date/time. Both parameters support UNIX timestamp format.
Added 'access_support_chat' scope and GET store JWT method
Added GET store JWT method that allows getting JWT (token) for authorisation in the support chat. access_support_chat
access scope is required for using this method.
Added 'getVisitorLocation();'
Ecwid.getVisitorLocation();
provides information about customer's location. This information can be get via shipping or billing address (if the address is already filled or user is registered) or via IP address.
Verification of "stateOrProvinceCode" and "countryCode" fields in order details
We've enabled verification for "stateOrProvinceCode" and "countryCode" fields to comply with the codes used in Ecwid. Please note that using different codes will result in an error.
Updated Products, Profile and Store changes stats API
Added information about fields related to the Recurring Subscriptions feature.
Added sales channel info request
A new REST API GET method that can be used for getting the information about the marketplaces configuration and the feed info in the read-only format.
Updated Products API
- Search products, Get a product and Update a product REST API requests: added the information regarding the
galleryImages
array. - Search products and Get a product REST API requests: added the information regarding the
originalImage
array.