2025-03-23
bugfix

Updates in integration with Magento (Bridge).

Fixed: An issue for bridge-based Magento 2+, where image roles were reset when updating a product.

To apply the changes, update the bridge to version 172.

new_feature

Changes in integration with Shopify:

Added parameters sort_by and sort_direction to the order.list method.

The sort_by parameter accepts values: order_id, create_at, and modified_at.

new_feature

Updates in integration with Ecwid.

The order.abandoned.list method has been added.

new_feature

Changes in integration with OpenCart:

  • Added the created_from, created_to, modified_from, and modified_to parameters to the category.list and category.count methods.

new_feature

Changes in integration with Magento (bridge version):

store_id is now displayed in additional_fields in the order.abandoned.list method.

new_feature

Updates in integration with Prestashop (bridge-based).

The parameters created_from, created_to, modified_from, and modified_to have been added to the category.list and category.count methods.

new_feature

Ecwid Integration Updates

Added new methods: tax.class.list and tax.class.info.

2025-03-16
new_feature

Changes in integration with Shopify:

Added product.variant.update.batch method

new_feature

Updates in integration with Amazon SP.

The store_id parameter was added to the webhook.create method.

new_feature

Updates in integration with Ecwid.

New methods were added:

  • customer.group.add
  • customer.group.list

new_feature

Changes in integration with BigCommerce:

  • Added the product.brand.list method.
  • Added the manufacturer_id parameter to the product.add, product.update, product.update.batch, and product.add.batch methods.

new_feature

Updates in integration with Ecwid.

New methods were added:

  • cart.coupon.add
  • cart.coupon.condition.add
  • cart.coupon.delete

new_feature

Updates in integration with Ecwid.

New methods were added:

  • catalog_price_rules.list
  • catalog_price_rules.count

new_feature

Changes in integration with BigCommerce:

  • Added parameters search_keywords, tax_class_id, width, height, length, sku, condition, allow_display_condition, min_order_quantity, max_order_quantity, tier_prices to the product.add method.
  • Added parameter tax_class_id to the product.update method.
  • Added parameters advanced_prices, condition, allow_display_condition, tax_class_id, search_keywords to the product.add.batch method.
  • Added parameters advanced_prices, condition, allow_display_condition, tax_class_id, search_keywords to the product.update.batch method.

new_feature

Changes in integration with Ecwid:

  • Added support for the product.image.add, product.image.delete, product.variant.image.add, product.variant.image.delete, category.image.add, and category.image.delete methods.

new_feature

Changes in integration with Ecwid:

  • Added support for the product.variant.add, product.variant.update, product.variant.delete methods.

2025-03-09
new_feature
Added sort_by and sort_direction parameters to the customer.list method in Demandware integration.
new_feature

Added the ability to configure user permissions in the App.

new_feature

Wix Integration Updates

Added support for new Wix OAuth authentication using instanceId. Support for Custom Authentication (Legacy) using refresh_token. is retained.

new_feature

Ecwid Integration Updates

Added new methods: cart.coupon.list and cart.coupon.count.

2025-03-02
new_feature

Changes in Shopify Integration:

  • Added category_id filter for the following methods:
    • product.list
    • product.count

Note: If the read_locations scope is missing, the field additional_fields.fulfillment_service will not be available.

new_feature

LightSpeed Integration Updates:

  • Added new methods:
    • product.image.add
    • product.image.update
    • product.image.delete
    • product.variant.image.add
new_feature

For the Ecwid integration:

  • category.list and category.info: Added output of meta_title and meta_description fields.
  • customer.list and customer.info: Added output of news_letter_subscription and orders_count fields, and added the group_id filter.
  • order.list and order.info: Added output of refunds, customer->phone, totals, and comment fields.
  • order.financial_status.list: Added new status INCOMPLETE.
  • order.status.list: Added new status OUT_FOR_DELIVERY.
deprecation

Changes in integration with Shopify.

The use_latest_api_version parameter has been removed for the following methods:

  • product.info
  • product.list
  • product.count
  • product.child_item.info
  • product.child_item.list
annonce

Changes in Ecwid Integration

Due to updates on the Ecwid platform, the format of the order_id and id fields has changed for the following methods:

  • order.list
  • order.info
  • Response of order.add

Additionally, the format of the order_id and id fields has also been updated for shipment-related methods:

  • order.shipment.list
  • order.shipment.info
  • Response of order.shipment.add

Previously numerical values are now converted into strings with a prefix and suffix, which are configured in the store settings.

new_feature

For the WooCommerce API integration:

  • Added methods /product.brand.list.json and /product.manufacturer.add.json.
  • Added the manufacturer_id parameter to the product.add and product.update methods.
  • Added output of the u_brand_id and u_brand fields in the product.list and product.info methods.
new_feature

Changes in integration with Ecwid:

Order product dimensions are now displayed in additional_fields in the following methods:

  • order.list
  • order.info
annonce

Applies to all integrations

To unify all integrations, starting from May 1, 2025, all numeric fields for the status->refund_info and refunds objects, including items (qty and refund), will be strictly positive in the response of the order.list and order.info methods.

If your integration currently uses these fields as negative values, you must update your implementation to work with their absolute values.

2025-02-16
new_feature

We are happy to announce that we now support batch API requests for importing data into stores. The following API methods are supported:

API Method Amazon SP API Shopify BigCommerce WooCommerce API WooCommerce Bridge OpenCart Magento 2 Bridge PrestaShop Bridge
product.add.batch
product.update.batch
product.delete.batch
product.variant.add.batch
product.variant.update.batch
product.variant.delete.batch
category.add.batch
order.shipment.add.batch

You can check their processing status using the method batch.job.list

And get the execution result using the method batch.job.result

Or alternatively, subscribe to the webhook using the method webhook.create with the parameters "entity"="batch.job.result" and "action"="add".

Please note: The Batch API feature will be available only in the EXPANSION and ENTERPRISE plans. The feature will also be available during the Trial period.

new_feature

Our app now has a multilingual interface. You can switch between the following languages:

  • English
  • German
  • Spanish
  • French
  • Italian
2025-02-09
new_feature
Added the ability to create invoices for existing orders for Magento and Magento API integrations. To do this, you need to pass create_invoice=true in the order.update method. To receive notifications with invoices by email on bridge-based Magento, you need to update the bridge to version 171.
2025-02-02
new_feature
Added tax.class.info method for integration with BigCommerce.
new_feature

Added the refunds field output to order.list and order.info methods for:

  • PrestaShop
  • PrestaShop API-based
  • Magento
2025-01-26
new_feature

Added tax.class.list method for the following integrations:

  • Shopware API
  • Shopware
  • Opencart
  • Shift4Shop
new_feature

For the Etsy integration:

  • Added a new parameter auto_renew to the product.add and product.update methods.
  • Added a new parameter materials to the product.add and product.update methods.
  • For product.add, added the specifics parameter.
2025-01-19
new_feature

Changes in integration with Squarespace:

  • order.info, order.list: displayed the weight and dimensions of the order items
  • cart.info: displayed the weight and dimensions units in the store information

new_feature

Added the backorder_status parameter to the following methods in the Shopify integration:

  • product.variant.add
  • product.variant.update
new_feature

Etsy Integration Updates:

  • Added new parameters to the following methods:
    • product.add and product.update: is_supply, is_virtual, downloadablewhen_made.
    • product.update: manufacturer.
new_feature

Changes in integration with Squarespace:

The field order.status.refund_info has been added to the response of the order.info and order.list methods

new_feature

Changes in integration with Shopify.

Metafields are now included in the additional_fields.meta_fields field for the following methods:

  • product.info
  • product.list
  • product.child_item.info
  • product.child_item.list

Starting April 1, custom fields currently prefixed with custom_ will no longer be output directly. Instead, the required values should now be retrieved from additional_fields.meta_fields.

2025-01-12
new_feature

Added tax.class.list method for the following integrations:

  • Magento
  • Magento API
  • WooCommerce
  • WooCommerce API
  • PrestaShop
  • PrestaShop API
  • BigCommerce
new_feature

Changes in Integration with Salla:

  • Added order.add method
new_feature

Changes in Integration with Shopify:

  • Added new field refunds->items->additional_fields->restocked for order.info and order.list method
2025-01-05
new_feature

Now the seo_url field will be displayed in the product.child_item.list method for the following integrations:

  • Magento
  • Magento API
  • PrestaShop
  • PrestaShop API
  • WooCommerce
  • WooCommerce API
  • LightSpeed eCommerce
  • Demandware (Salesforce B2C Commerce)
  • Shopify
  • BigCommerce
2024-12-29
new_feature

Changes in integration with Shopify:

  • Added a new parameter financial_status_ids for the following methods:
    • order.list
    • order.count
new_feature

Changes in integration with WooCommerce:

  • Added a new parameter upc to the following methods:
    • product.add
    • product.update
    • variant.add
    • variant.update
2024-12-22
new_feature

Changes in integration with Etsy v3:

  • Added production_partner_ids parameter to the following methods:
    • product.add
    • product.update
  • Added production_partner_ids output to product.info and product.list methods under additional_fields.
2024-12-15
annonce

The Miva platform has been added with the following methods:

  • Cart Methods:
    • cart.info.json
  • Product Methods:
    • product.info
    • product.list
    • product.update
    • product.child_item.info
    • product.child_item.list
    • product.image.add
    • product.image.delete
    • product.variant.update
  • Category Methods:
    • category.info
    • category.count
    • category.list
  • Order Methods:
    • order.info
    • order.list
    • order.count
    • order.financial_status.list
    • order.status.list
  • Customer Methods:
    • customer.info
    • customer.list
    • customer.count
2024-12-01
new_feature

Added integration with Square (Weebly)

2024-11-10
new_feature
WooCommerce version 9.3.3 is now supported for Woocommerce and Woocommerce API integrations.
new_feature

Changes in Integration with Walmart:

Added support for Walmart CA region.

new_feature
Added webhooks order.add/order.update for EtsyV3 Integrations.
2024-11-03
new_feature

For PrestaShop API integration:

  • Added category.add method
  • Added category.update method
  • Added category.delete method
  • Added category.assign method
  • Added category.unassign method
annonce

We migrated to the newer API version "v20240601" for Shopline integration.

2024-10-27
annonce

Because Etsy API v2 was officially sunset on April 3, 2023, we have removed our integration as well. Existing integrations with Etsy (old API) will no longer be supported or maintained. As of today, only the Etsy API v3 integration remains.

bugfix

Changes in integration with Prestashop API:

Validation of parameters ean, upc, mpn and isbn on the Prestashop API has been corrected for the methods product.add, product.update, product.variant.add, and product.variant.update.

2024-10-20
new_feature
Changes in Integration with Walmart:
Added WFS Inventory level output for product.info and product.list methods.
Because of this, the number of requests to the Walmart API increased.
Therefore, if you encounter the error “Too many requests to the Walmart API” in the product.list method, you need to reduce the number of items that are retrieved - the count parameter, or exclude the inventory and quantity fields from the response if you do not need these fields.
annonce
Transition to the new version of the Shopify API 2024-10 for methods from the return section.
new_feature

For PrestaShop integration:

  • Added alias parameter to the following methods:
    • customer.add
    • customer.address.add
    • customer.update
  • Added the following parameters to the customer.update method:
    • group
    • status
    • news_letter_subscription
    • gender
new_feature

Added parameters for Ecwid integration:

  • product.list/count - added find_where (name, description)
  • product.child_item.list - added find_where (SKU)
  • category.list/count - added find_where (name_or_description)
  • customer.list/count - added find_where (email, first_name_or_last_name)
2024-10-13
new_feature
    Changes in Integration with WooCommerce:
  • Added parameter attribute_ids for attribute.list method
  • Added parameter lang_id for attribute.list and attribute.info methods. Now the values of the name and values fields will depend on the specified lang_id value
  • Added field additional_fields->wpml_info for attribute.list and attribute.info methods
  • Added attribute.value.add, attribute.value.update and attribute.value.delete methods.
  • Fixed the product.attribute.value.set method. If the option is global, it binds the corresponding translations of the option values to the product and its translations. If you specify the attribute_name + value parameter set and there is no attribute with this name, then the corresponding attribute with translations is created and immediately linked to the corresponding product translations. If the attribute is custom, then it is linked only to the translation in the specified language, and the attribute will not be duplicated for all product translations.
new_feature

Changes in integration with OpenCart:

New parameters added: find_value and find_where for the following methods:

  • product.list and product.count
  • category.list and category.count
  • customer.list and customer.count
  • product.child_item.list
new_feature

Changes in both integrations with PrestaShop, bridge-based and API-based:

New parameters added: find_value and find_where for the following methods:

  • product.list and product.count (bridge)
  • category.list and category.count (bridge)
  • customer.list and customer.count (bridge/API)
  • product.child_item.list (bridge/API)
annonce

We migrated to the newer API version "2024-10" for Shopify integration.

Important notice: In the latest API version, Shopify added a new access scope "read_locations". This scope is required for the proper functioning of our API methods. The affected methods are: cart.info, product.list, product.info, product.add, product.update, product.child_item.list, product.variant.add, and product.variant.update. Please take action to obtain the "read_locations" scope if your app is using these methods.

If your app does not have the "read_locations" scope, API2Cart will temporarily fall back to the previous Shopify API version to ensure the affected methods remain operational.

new_feature

The new "consents" field is now displayed in the API response of the "customer.list" and "customer.info" methods for Shopify, Shopline, BigCommerce, and Wix integrations.

We also added support for the "consents" parameter in the "customer.add" and "customer.update" methods for Shopify and Shopline integrations.

We renamed the field "customer->additional_fields->consents" to "customer->additional_fields->subscription_consents". This applies to the "customer.list" and "customer.info" methods in BigCommerce.

2024-09-29
new_feature

Changes in integration with eBay:

New parameters added: find_value and find_where

  • category.list/count - find_where (possible values: name).
  • product.child_item.list - find_where (possible value: sku).
new_feature

Changes in integration with Etsy API v3:

New parameters added: find_value and find_where

  • product.list/count - find_where (possible values: name).
  • category.list/count - find_where (possible values: name).
  • product.child_item.list - find_where (possible value: sku).
2024-09-22
new_feature
Added find_where and find_value parameters for the product.list/count, category.list/count and customer.list/count methods for Wix integration.
new_feature

Changes in integration with CommerceHQ:

New methods added:

  • customer.info
  • customer.list
  • customer.count

New parameters added: find_value and find_where

  • product.list/count - find_where (possible values: name, sku).
  • category.list/count - find_where (possible values: name, description).
  • customer.list/count - find_where (possible values: email, first_name, last_name).
  • product.child_item.list - find_where (possible value: sku).
2024-09-15
new_feature
Added find_where, find_value parameters for the product.list/count, category.list/count, customer.list/count, product.child_item.list methods for Magento (bridge-based) and Magento 2 API integrations
new_feature
Global products on cross-border accounts are now supported for integration with TikTok Shop.
new_feature
Added find_where and find_value parameters for the product.list/count, category.list/count and product.child_item.list methods for Amazon SP API integration.
annonce

Changes in Integration with OTTO.

Transition to the new version of Otto's API.

Affected methods: product.list, product.info, product.add, product.update.

  • In product.list, the parameter count must now be greater than 10.

  • The additional_fields object in the product now no longer includes the field manufacturer_name. Instead, there is a new field called manufacturer_info.

  • For the product.add/product.update methods, the parameter manufacturer has been removed and replaced with the manufacturer_info parameter, which is now mandatory in product.add.

new_feature
Added support for the "product.variant.update" method for integration with TikTok Shop.
new_feature
Added new methods - category.list and category.count for Demandware integration. Added find_where and find_value parameters for the product.list/count, category.list/count and customer.list/count methods for Demandware integration.
2024-09-08
new_feature
Added find_where, find_value parameters for the product.list/count, category.list/count, customer.list/count, product.child_item.list methods in the Shopware integration.
new_feature
Added find_where, find_value parameters for the product.list/count, category.list/count, customer.list/count, product.child_item.list methods in the Shopware API integration
new_feature

Added Support for Perfect Brands for WooCommerce (Bridge Version)

New Methods

  • product.brand.list
  • product.manufacturer.add

Updated Methods

  • product.info/list - Fields u_brand_id and u_brand and additional_fields.brands_ids are now populated.
  • product.add - Added parameter manufacturer_id
  • product.update - Added parameter manufacturer_id
  • product.update/add.batch - Added parameter manufacturer_id
2024-09-01
new_feature

Changes in integration with WooCommerce and WooCommerce API: Introducing find_value and find_where Parameters

WooCommerce (Bridge Version):

  • product.listcount - find_where now supports searching by name and description.
  • category.listcount - find_where now supports searching by name and description.
  • customer.listcount - find_where now supports searching by email, first name, and last name.
  • product.child_item.list - find_where now supports searching by name and description. Additionally, a separate filter for SKU has been added.

WooCommerce (API Version):

  • product.listcount - find_where supports name_or_description, which allows searching by both name and description simultaneously.
  • category.listcount - find_where supports searching by name.
  • customer.listcount - find_where supports searching by email.
  • product.child_item.list - find_where supports searching by name. Additionally, a separate filter for SKU has been added.
new_feature
Added integration with TikTok Shop
2024-08-18
bugfix
Fixed "rest_invalid_param" error when updating status in order.update method for Woocommerce API integration.
2024-08-11
new_feature
Changes in integration with eBay: Added the ability to filter by sku for "product.list" and "product.count" methods (parameter "find_value").
bugfix

eBay integration update:

Fixed creating another duplicate when changing product status from "disabled" to "enabled"

2024-08-04
new_feature
Added parameters find_where and find_value in the product.list, product.count methods for BigCommerce integration.
annonce
Added order.financial_status.list method for LightSpeed eCommerce integration.
new_feature

Added note parameter for customer.add and customer.update methods.

Added find_where and find_value parameters for customer.count and customer.list methods in BigCommerce integration.

new_feature

We have introduced a new feature in the user interface under Settings -> Your Profile. A new grid has been added at the bottom of the page that allows you to manage your active sessions.

Key Highlights:

  • View Active Sessions: You can now see a list of all your active sessions, including details such as device, location, and last activity time.
  • Terminate Sessions: You have the ability to terminate any active session, providing better control and security over your account access.

This enhancement aims to improve your account security by enabling you to monitor and manage your active sessions directly from your profile settings.

2024-07-14
new_feature

Changes in integration with Walmart:

Fixed values in the totals object for "order.list" and "order.info" methods

Added field total for "order.list" and "order.info" methods

new_feature

Changes in integration with eBay:

Added parameter package_details for method "product.update"

new_feature

Added Parameters

Customer List:

  • Shopline: ids and since_id
  • WooCommerce: ids and since_id
  • WooCommerce API: ids

Order List:

  • WooCommerce: since_id
  • Demandware (SfCC): since_id
  • BigCommerce: since_id
  • Shopware API: since_id

Product List:

  • Shopware API: since_id
new_feature

Changes in integration with Wallmart:

Added "cart.info" method.

2024-07-07
annonce
Added sort_by, sort_direction parameters for the /order.list.json method in the BigCommerce integration.
bugfix
Fixed an error on the "marketplace.product.find" method for version v1.0
new_feature

Changes in integration with Woocommerce:

Added parameter shipp_phone for method "order.add"

new_feature

Changes in integration with Walmart:

Added field order_products->total_price for "order.list" and "order.info" methods

annonce
Added store_id parameter to order.shipment.addupdate methods in Prestashop integration.
new_feature

Changes in integration with Woocommerce API:

Added parameter shipp_phone for method "order.add"

2024-06-30
new_feature

Changes in integration with Bigcommerce:

Added parameter is_free_shipping for methods:

  • "product.add"
  • "product.update"
  • "product.variant.add"
  • "product.variant.update"
  • "product.variant.add.batch"
  • "product.variant.update.batch"
2024-06-23
new_feature

Changes in integration with EBay:

Added support for isbn, ean and ups parameters for "product.variant.add" and "product.variant.update" methods

2024-06-16
annonce

Changes in integration with Shopify:

Migration to the Shopify Admin GraphQL API for the "product.image.add" and "product.image.delete" methods. Method "product.image.add" does not support parameter "content" in the new version of the API. New API version is only available if you pass the "use_latest_api_version" parameter with a value of "true"

new_feature

Changes in integration with EBay:

Added "marketplace.product.find" method.

annonce
Added customer.delete method for Shopify integration.
new_feature

Changes in integration with Shopify:

For the product.list, product.count and product.child_item.list methods, the ability to filter by barcode has been added. To do this, use the find_value and find_where parameters.

new_feature

We have implemented the output of the "comment" field and the "additional_fields->order_notes" fields in the responses of the "order.list" and "order.info" API methods for Woocommerce API Integration.

new_feature

We have implemented the output of the "variant_id" field field in the responses of the "order.shipment.list" and "order.shipment.info" API methods for Shopify Integration.

annonce

Added ids, since_id parameters to customer.list, customer.count to the integration:

  • Shopify
  • Shopware 5
  • Shopware 6
  • Shopware 6 API
  • Magento 2
  • Magento 2 API
  • BigCommerce
  • Demandware
  • PrestaShop
  • PrestaShop API
2024-06-09
annonce

Changes in integration with Bigcommerce:

In the "product.list" and "product.info" methods, the data type for fields 'is_free_shipping', 'is_featured', 'is_price_hidden', 'is_condition_shown', 'is_preorder_only' in additional_fields has been changed to boolean.

2024-06-02
new_feature

Changes in integration with Amazon SP API:

Added "marketplace.product.find" method.

annonce

Added up_sell_product_ids, cross_sell_product_ids fields for product.add/update methods for WooCommerce/API integration.

Added output of up_sell_products_ids, cross_sell_products_ids fields for WooCommerce/API integration.

new_feature

Changes in integration with Wix:

added "cart.coupon.list", "cart.coupon.count", "cart.catalog_price_rules.list" and "cart.catalog_price_rules.count" methods.

new_feature

Changes in integration with Wix:

added "product.option.delete" and "product.option.value.delete" methods.

annonce
Added support for product bundles type for order.add in Shopify integrations
annonce

Changes in integration with Shopify:

Now the “product.add”, “product.update”, “product.delete”, “product.variant.add”, “product.variant.update”, and “product.variant.delete” methods work based on the latest version of the Shopify Admin GraphQL API

annonce
  • cross_sell_products_id and related_products_ids parameters added for product.add/update methods.
  • Added related_products_ids and cross_sell_products_ids output in the product.info/list method of Shopware 5 integration.
  • Added cross_sell_products_ids output in the product.info/list method of Shopware 6/API integration.
2024-05-12
new_feature

Changes in integration with Bigcommerce:

added support for the "fixed_cost_shipping_price" parameter for the "product.add" and "product.update" methods

bugfix

Fixed error "404 Not Found: The requested resource could not be found. The WooCommerce plugin may be deactivated" in integration with Woocommerce API in methods:

  • "order.info"
  • "order.list"

annonce
Added category.add/update/delete/assign/unassign/image.add/image.delete methods for Shopware 5/6 integrations.
2024-05-05
new_feature

Changes in integration with Wix:

added "product.review.list" method.

new_feature

Changes in integration with Wix:

added "basket.info" method.

2024-04-28
new_feature

Added support for Live Shipping Rates for integration with Opencart. The following methods have been added:

  • "basket.live_shipping_service.create"
  • "basket.live_shipping_service.list"
  • "basket.live_shipping_service.delete"
bugfix

Update in Shopline Integration:

For the "order.shipmet.add" and "order.shipmet.update" methods is now possible to create or update shipment with custom carrier.

new_feature
Added store_id parameter to product.variant.delete method in WooCommerce integration.
new_feature
Added store_id parameter in the return.reason.list method for WooCommerce iteration.
new_feature
Added output of lang_id, gender fields in the subscriber.list method for ShopWare API integration.
new_feature

Changes in integration with Wix:

  • Added the "description" and "avail" parameters to the "category.add" and "category.update" methods
  • Added field "create_at" to the "product.list" and "product.info" methods
  • Added the "created_from" and "created_to" parameters to the "product.list" and "product.count" methods
annonce

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
    For a smooth transition, the new API version is only available if you pass the "use_latest_api_version" parameter with a value of "true". By default, methods work through the old API. The old API is available until September 4, 2024
2024-04-21
new_feature

Changes in Mercado Libre Integration:

For the "product.list" method, parameters "sort_by" and "sort_direction" have been added.

"sort_by" supports values: "price", "create_at", "modified_at".

new_feature
  • Added the 'tax_id' parameter to the 'customer.address.add' method for PrestaShop (bridge-based) integration.
  • Implemented the 'customer.address.add' method for PrestaShop API integration.
2024-04-14
new_feature

Changes in integration with Prestashop (bridge-based):

  • Added the "cost_price" parameter to the "product.add" and "product.variant.add" methods.
  • An additional field, "cost_price," has been added to the response.
new_feature

Added support for Live Shipping Rates for integration with Shopline. The following methods have been added:

  • "basket.live_shipping_service.create"
  • "basket.live_shipping_service.list"
  • "basket.live_shipping_service.delete"
bugfix
Update in eBay Integration: Fixed "Some error occurred" for the "product.variant.add" method. The "sku" parameter is now required in the "product.add" method for products with the "configurable" type.
new_feature
Added product.add/update/delete methods for Bol integration.
new_feature

Changes in integration with OpenCart:

  • Added the "tags" and "tax_class_id" parameters to the "product.add" method.
  • Same fields, has been added to the response.
bugfix
Update in Shopline Integration: Fixed "Internal service error" for the "order.shipmet.add" and "order.shipmet.update" methods. Added validation of the "carrier_id" parameter. It is now no longer possible to create custom carriers.
new_feature

Updates in integration with Woocommerce (Bridge Version)

For the following methods:

  • 'product.add'
  • 'product.update'

The ability to create or update products using Woocommerce resources has been implemented.

2024-04-07
bugfix
The issue with the value of the "combination->option_id" field in the "product.child_item.list" API method for Shopline integration has been fixed.
new_feature

Improve validation when adding Bigcommerce store:

  • The validation of the 'bigcommerceapi_context' parameter has been improved.
new_feature
Added image support for JFIF, HEIC, WebP, and SVG formats for Shopify integration.
2024-03-31
new_feature

Changes in integration with Shopware (bridge-based):

  • Added the "status" parameter to the "product.list" and "product.count" methods.
  • An additional field, "status," has been added in the responses of the "product.list" and "product.info" methods.
new_feature

Added "find_value" and "find_where" parameters for integration with Shopify for the following methods:

  • "product.list"
  • "product.count"
  • "product.child_item.list"
  • "category.list"
  • "category.count"
  • "customer.list"
  • "customer.count"
new_feature
Implemented new methods: product.image.add and product.image.delete for Wix integration.
new_feature
Added tax_class_id and in_stock parameters to the product.add/update and product.variant.add/update methods for WooCommerce API integration.
new_feature
Added method "product.variant.delete" for Opencart integration.
bugfix
Fixed the output of the "variant_id" field for order products in the "order.list" and "order.info" methods in the BigCommerce integration.
bugfix

Update in Shopline Integration: Fixed output of "shipping_address" and "billing_address" fields in methods:

  • order.list
  • order.info
new_feature

Update in eBay Integration: Added webhook support

Supported webhooks for:

  • product.add
  • order.add
  • order.update
  • order.shipment.add
bugfix
Bugfix in integration with Prestashop: Fixed an issue where the "product.variant.add" method was creating "broken" attributes.
new_feature
We have implemented the output of the "customer->phone" field and the "order_products->weight_unit" field in the responses of the "order.list" and "order.info" API methods for Magento 2 API Integration.
new_feature

Changes in integration with Wix:

  • added parameter "type" to the method "product.update"
  • added methods for working with options: "product.option.add" and "product.option.value.add"
2024-03-24
new_feature
  • Implemented new methods product.variant.image.add and product.variant.image.delete for OpenCart integration.
  • Updated the product.image.add method to include the product_variant_id and variant_ids parameters for PrestaShop API integration.
bugfix
Fixed issue with missed webhooks for "order.add" event in BigCommerce integration.
new_feature
The "product.variant.add" method was implemented for Amazon SP API integration.
new_feature
Updates have been made to the integration with Walmart. The field "weight" is now accessible in the "order.list" and "order.info" methods.
new_feature

Changes in integration with Bigcommerce:

  • Added the "cost_price" parameter to the "product.variant.add".
new_feature

Implemented the stores_ids field in the subscriber.list method across Magento, Magento API, PrestaShop, PrestaShop API, Shopware, Shopware API, and WooCommerce integrations.

new_feature

Updates in integration with BigCommerce. The following parameters have been added for methods:

  • "admin_private_comment" for the "order.add" method
  • "admin_private_comment" for the "order.update" method
new_feature

Changes in integration with OpenCart:

  • Added the "status" parameter to the "product.list" and "product.count" methods.
  • An additional field, "status," has been added in the responses of the "product.list" and "product.info" methods.
new_feature

Updates in integration with Woocommerce (Bridge Version)

For the following methods:

  • 'product.image.add'
  • 'product.variant.image.add'

The ability to upload images using Woocommerce resources has been implemented.

2024-03-17
new_feature

Enhanced integration with BigCommerce:

  • The "subscriber.list" method now includes the "stores_ids" field in the response.
  • Implemented warning message for users lacking permissions to view channels.
new_feature

The order_products.variant_id field is now populated in the response of the order.list and order.info methods for OpenCart integration.

Please note that the value is available only for OpenCart starting from version 4.0.0.

new_feature
PrestaShop: Added the 'is_default' parameter for the 'product.variant.add' and 'product.variant.update' methods.
bugfix

Bugfix in integration with OpenCart: The "combination" field is now populated in the response of the "product.child_item.list" method.

new_feature

Enhancement in integration with eBay:

  • We implemented the output of dimensions_unit, width, height, and length fields for product.info/list. Also these fields are now available in the order.info/list response under order_products > additional_fields.
new_feature

Added "store_id" parameter for integration with Prestashop API for the following methods:

  • "product.add"
  • "product.delete"
  • "product.variant.add"
  • "product.variant.update"
  • "product.variant.delete"
  • "product.image.add"
2024-03-10
new_feature

Updates in integration with eBay. The following parameters have been added for methods:

  • "sku" and "name" for the "product.update" method
  • "sku" for the "product.variant.update" method
2024-03-03
new_feature

We now provide webhooks for Amazon SP API integration. The following events are supported:

  • "product.add"
  • "product.update"
  • "product.delete"
  • "order.add"
  • "order.update"
new_feature
Added the "status" and "visibility" parameters to the "product.add" method for Magento (bridge-based) and Magento 2 API integrations.