Changes in integration with Wix:
- The transition to the new version of the Wix API (eCommerce API) for the "order.shipment.list" and "order.shipment.info" methods has been completed
- The transition to the new version of the Wix API (eCommerce API) for the "order.abandoned.list" method has been completed. Only cursor pagination is now supported (parameter "start" is no longer supported)
- The "order.count" method is now deprecated. Wix will stop supporting it on September 4, 2024
- Added support for method "order.update"
- The transition to the new version of the Wix API (eCommerce API) for the "order.list" and "order.info" methods has been completed. The new version of the API includes the following changes:
- If a field has no values, it will return null (previously returned an empty string)
- Introduced field "order_status"
- Changed "order_product_id"
- Added coupons (field "discounts")
- Only supports cursor pagination
- The fulfillment status CANCELED is absent
- Added financial statuses: UNSPECIFIED, PARTIALLY_REFUNDED, FULLY_REFUNDED, PENDING, PARTIALLY_PAID
- Email is missing in billing and shipping addresses in the new API version