New "Update staff account" REST API method.
Now the Update staff account REST API method is available. You can set/change the name of an existing staff member: https://api-docs.ecwid.com/reference/update-staff-accounts
New field for order/calculate endpoint
The paymentOptionsDetails
field has been added to the Calculate order details
Custom order statuses now in API!
Recently we added a new "Custom order statuses" feature and now it got its own REST API support!
New REST API method "Delete shipping option" added
Now you can delete shipping options with the help of REST API: https://api-docs.ecwid.com/reference/delete-shipping-option
New field for tracking UTM parameters is added
If an order keeps 1 or more UTM kits the utmDataSets
field will be in the response to the Get/Search order(s) request.
https://api-docs.ecwid.com/reference/search-orders
https://api-docs.ecwid.com/reference/get-order
Define attributes visibility when add/update products
The show
field is added for Create/Update product requests.
https://api-docs.ecwid.com/reference/add-a-product
https://api-docs.ecwid.com/reference/update-a-product
New getAppClientId and getApiDomain methods in Ecwid JS SDK
Added new getAppClientId
and getApiDomain
methods in Ecwid JS SDK
New 'configured' field in the payment options endpoint
Added a new field configured
in the profile/paymentOptions endpoint.
Set min/max purchase quantity for products and variations
minPurchaseQuantity
& maxPurchaseQuantity
fields are added for REST API methods (Products, Variations).
https://api-docs.ecwid.com/reference/rest-api
"Calculate order details" method fix - countryCode field
Now order details are calculated correctly according to the countryCode parameter in the request and target store tax settings.