New REST API methods for Instant Site are available.
Now you can use new REST API methods for the following:
New "application.storageChanged" webhook event
The application.storageChanged
webhook event is available now: https://api-docs.ecwid.com/reference/webhooks-overview#application-storage
Specified response fields in GET requests
New feature released: now you can specify the exact fields you want to receive from GET request (instead of receiving full JSON): https://api-docs.ecwid.com/reference/rest-api#response-fields-specification
Additional datepicker options for Order extra fields
Additional datepicker options are available for Order Extra fields. You can learn more in the following article: https://api-docs.ecwid.com/reference/add-new-fields-to-checkout
Changes to the attribute update and creation process
When you create or update a product/variation, you can specify the attribute via the new name
field instead of id
. Also, the alias
values were expanded with PRICE_PER_UNIT
and UNITS_IN_PRODUCT
values.
New fields for tax settings are available.
Now ukVatRegistered
& euIossEnabled
fields are available for Get/Update Store Profile REST API methods: https://api-docs.ecwid.com/reference/get-store-profile#taxsettings
New query params for Search customers REST API method.
Now you can use minSalesValue
& maxSalesValue
query params.
New "Repeat order URL" endpoint
Added Repeat order URL endpoint allowing to get a URL for repeating a specific order with exact same product and shipping/payment methods.
New "stats" field for /customers endpoint
Add the new "stats" field that contains customer's statistical information. See: Search customers
New "Update product media in bulk" REST API method is available.
Now you can update product images/videos via REST API method in bulk: https://api-docs.ecwid.com/reference/update-product-media-in-bulk