2024-09-22
Added find_where
and find_value
parameters for the product.list/count, category.list/count and customer.list/count methods for Wix integration.
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
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
Global products on cross-border accounts are now supported for integration with TikTok Shop.
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.
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
.
Added support for the "product.variant.update" method for integration with TikTok Shop.
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
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.
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
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
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.
Added integration with TikTok Shop
2024-08-18
Fixed "rest_invalid_param" error when updating status in order.update method for Woocommerce API integration.
2024-08-11
Changes in integration with eBay:
Added the ability to filter by sku for "product.list" and "product.count" methods (parameter "find_value").
eBay integration update:
Fixed creating another duplicate when changing product status from "disabled" to "enabled"
2024-08-04
Added parameters find_where and find_value in the product.list, product.count methods for BigCommerce integration.
Added order.financial_status.list method for LightSpeed eCommerce integration.
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.
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-21
Added support for cursor-based pagination for the "product.brand.list" method for all integrations
2024-07-07
Added sort_by, sort_direction parameters for the /order.list.json method in the BigCommerce integration.
Fixed an error on the "marketplace.product.find" method for version v1.0
Changes in integration with Woocommerce:
Added parameter shipp_phone for method "order.add"
Changes in integration with Walmart:
Added field order_products->total_price for "order.list" and "order.info" methods
Added store_id parameter to order.shipment.addupdate methods in Prestashop integration.
Changes in integration with Woocommerce API:
Added parameter shipp_phone for method "order.add"
2024-06-30
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"
Added warehouse_id output for products in order_products->additional_fields->warehouse_id for Shopify integration.
2024-06-16
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"
Changes in integration with EBay:
Added "marketplace.product.find" method.
Added customer.delete method for Shopify integration.
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.
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.
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.
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-02
Changes in integration with Amazon SP API:
Added "marketplace.product.find" method.
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.
Changes in integration with Wix:
added "cart.coupon.list", "cart.coupon.count", "cart.catalog_price_rules.list" and "cart.catalog_price_rules.count" methods.
Changes in integration with Wix:
added "product.option.delete" and "product.option.value.delete" methods.
Added support for product bundles type for order.add in Shopify integrations
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
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-19
Added status parameter in product.update method for eBay integration.
Changes in integration with Demandware:
Added webhook support.
Supported events:
- product.add/update
- product.child_item.add/update
- order.add/update
- order.shipment.add
Also added methods:
- product.child_item.info
- order.shipment.info
2024-05-12
Changes in integration with Bigcommerce:
added support for the "fixed_cost_shipping_price" parameter for the "product.add" and "product.update" methods
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"
Added category.add/update/delete/assign/unassign/image.add/image.delete methods for Shopware 5/6 integrations.
Changes in the integration with eBay:
added "cancellation_reason" parameter to "order.update" method
The parameter can have the following values:
- ADDRESS_ISSUES
- BUYER_ASKED_CANCEL
- ORDER_UNPAID
- OUT_OF_STOCK_OR_CANNOT_FULFILL
2024-04-28
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"
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.
Added store_id parameter to product.variant.delete method in WooCommerce integration.
Added store_id parameter in the return.reason.list method for WooCommerce iteration.
Added output of lang_id, gender fields in the subscriber.list method for ShopWare API integration.
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
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-14
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.
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"
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.
Added product.add/update/delete methods for Bol integration.
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.
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.
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
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.
Improve validation when adding Bigcommerce store:
- The validation of the 'bigcommerceapi_context' parameter has been improved.
Added image support for JFIF, HEIC, WebP, and SVG formats for Shopify integration.
2024-03-31
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.
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"
Implemented new methods: product.image.add and product.image.delete for Wix integration.
Added tax_class_id and in_stock parameters to the product.add/update and product.variant.add/update methods for WooCommerce API integration.
Added method "product.variant.delete" for Opencart integration.
Fixed the output of the "variant_id" field for order products in the "order.list" and "order.info" methods in the BigCommerce integration.
Update in Shopline Integration: Fixed output of "shipping_address" and "billing_address" fields in methods:
Update in eBay Integration: Added webhook support
Supported webhooks for:
- product.add
- order.add
- order.update
- order.shipment.add
Bugfix in integration with Prestashop: Fixed an issue where the "product.variant.add" method was creating "broken" attributes.
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.
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
- 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.
Fixed issue with missed webhooks for "order.add" event in BigCommerce integration.
The "product.variant.add" method was implemented for Amazon SP API integration.
Updates have been made to the integration with Walmart. The field "weight" is now accessible in the "order.list" and "order.info" methods.
Changes in integration with Bigcommerce:
- Added the "cost_price" parameter to the "product.variant.add".
Implemented the stores_ids field in the subscriber.list method across Magento, Magento API, PrestaShop, PrestaShop API, Shopware, Shopware API, and WooCommerce integrations.
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
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.
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
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.
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.
PrestaShop: Added the 'is_default' parameter for the 'product.variant.add' and 'product.variant.update' methods.
Bugfix in integration with OpenCart: The "combination" field is now populated in the response of the "product.child_item.list" method.
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.
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-03
Added "status" parameter to the "product.add" method for OpenCart integration.
Returns support was added for Shopline integration. List of added methods: "order.return.add", "order.return.update", "return.status.list", "return.list", "return.info".
Updates in integration with Shopware (bridge-based):
For Shopware 5:
- Added the 'status' parameter for the 'product.add' and 'product.update' API methods.
For Shopware 6:
- Added the 'status' and 'visible' parameters for the 'product.add' and 'product.update' methods.
- Added the 'store_id' parameter for the 'product.update' method.
We now provide webhooks for Amazon SP API integration. The following events are supported:
- "product.add"
- "product.update"
- "product.delete"
- "order.add"
- "order.update"
Added the "status" and "visibility" parameters to the "product.add" method for Magento (bridge-based) and Magento 2 API integrations.
2024-02-25
We migrated to the newer API version "2024-01" for Shopify integration.
Enhanced method signatures for adding and updating products in WooCommerce and WooCommerceAPI.
Added "status" and "visible" parameters to the "product.add" method for WooCommerce.
Updated possible "status" values from "publish, pending" to "enabled, disabled, draft."
Added the "visible" parameter in the "product.update" method for WooCommerce
Added "status" and "visible" parameters to the "product.add" method for WooCommerceAPI.
Added "status" parameter to the "product.update" method for WooCommerceAPI.
Plugin Builder changes. We removed the default store key from "bridge2cart/config.php" in Shopware and WooCommerce connector plugins; also, in the WooCommerce connector plugin, some code was refactored to meet WordPress requirements.
"status" parameter was added to the product.add and product.update methods for the Demandware integration.
Added "status" and "visible" parameters to the "product.add" method for BigCommerce.
Added "status" parameter to the "product.add" method for Etsy API v3.
Added "status" and "visible" parameters to the "product.add" method.
Added "status" and "visible" parameters to the "product.update" method.
For Shift4Shop REST API.
Implemented multi-store support for variants in Prestashop integration, introducing the following parameters:
- "stores_ids" and "store_id" for the "product.variant.add" method
- "store_id" for the "product.variant.update", "product.variant.delete", and "product.delete" methods.
The parameter "group_ids" was implemented in the "customer.add" method for Prestashop integration.
2024-02-18
New methods were added for Lightspeed: "category.list", "category.info", "category.count".
Added order.abandoned.list method for Tiendanube platform.
"Returns support has been added for Zoho integration. The following methods have been introduced: 'order.return.add', 'order.return.update', 'return.status.list', 'return.list', 'return.info'."
A new "Auto-detect IP addresses" button has been added to the
"Firewall settings" page. Now, it has become easier to whitelist the IP addresses from which you make requests to API2Cart.
Added methods product.variant.add, product.variant.update, product.variant.delete on Tiendanube.
Added methods product.image.add, product.image.update, product.image.delete on Tiendanube.
Now, we provide integration with the Tiendanube platform. The list of added methods for this platform includes:
- "account.cart.add"
- "account.config.update"
- "cart.validate"
- "cart.delete"
- "cart.script.list"
- "cart.info"
- "cart.meta_data.list"
- "account.cart.list"
- "account.cart.add"
- "account.config.update"
- "account.supported_platforms"
- "product.list"
- "product.count"
- "product.info"
- "product.find"
- "product.add"
- "product.update"
- "product.delete"
- "category.list"
- "category.count"
- "category.info"
- "order.count"
- "order.list"
- "order.info"
- "order.status.list"
- "order.financial_status.list"
- "order.fulfillment_status.list"
- "order.abandoned.list"
- "customer.list"
- "customer.count"
- "customer.info"
- "product.child_item.info"
- "product.child_item.list"
Added methods webhook.count, webhook.create, webhook.delete, webhook.events, webhook.list on Tiendanube.
EtsyAPIv3: fixed order.shipment.add when tracking number is already in use for order
2024-02-11
The parameters "weight_unit", "dimensions_unit", "avail_from", and "seo_url" to the product.add and product.update methods were added for the OpenCart integration.
Fixed quantity update in "product.variant.update" API method for eBay integration.
Fixed the "Internal service error" for some "order.list/info" requests for Walmart integration with Sandbox environment. Fixed the "category.list/info" methods for Walmart integration with Sandbox environment.
"WooCommerce Dynamic Pricing & Discounts" plugin support was implemented in "product.list/info" and "product.child_item.list/info" API methods for WooCommerce (bridge-based) and WooCommerce API. You can find those prices in the "advanced_price" field of the response.
Added compatibility with Shopware, ShopwareAPI version 6.5.7.3
Added compatibility with OpenCart version 4.0.2.3. The bridge has been updated to 151 version.
Added support for new notifications for plugins from the plugin builder: The plugin is disconnected, and store key is updated
Fixed the "product.variant.add" method for Prestashop 8.1+ when "broken" variants were created if none of these fields were passed: upc, ean, isbn or mpn.
2024-02-04
"product.image.update" and "product.image.delete" API methods were added for Prestashop.
Returns support was added for Magento 2 API integration (but only for "Enterprise Edition" stores).
List of added methods: "order.return.add", "order.return.update", "return.status.list", "return.reason.list", "return.action.list ", "return.list", "return.count", "return.info".
Fixed output format in some additional fields for eBay integration. The problem could occur if there is only one element in the array.
Fixed a bug, when adding class rates to a product via "product.tax.add" API method for OpenCart 4+ version.
New methods were added for Zoho: "product.variant.add", "product.variant.update", "product.variant.delete", "product.variant.image.delete". Added the ability to set images for variants in the product.image.add method (parameter "variant_ids").
The "store_id" parameter was implemented in "order.list" API method for BigCommerce integration.
The "cart.coupon.list" method has been added for Zoho.
Amazon MWS integration has been delisted due to the end of support by Amazon. Please migrate to
Amazon SP API integration.
Added method order.refund.add on Shopline.
We added support for the "tags" parameter in the "product.add" and "product.update" methods for PrestaShop (bridge-based) and PrestaShop API integrations.
2024-01-28
The "stores_ids" parameter was implemented in "product.add" request for Prestashop (bridge based) integration. Now you can assign the product to multiple shops during creation.
New methods were added for Shopline: "order.shipment.add", "order.shipment.update", "order.shipment.delete", "order.shipment.tracking.add".
"product.image.add" and "product.image.delete" API methods were implemented for Shopline.
"parent_ids" additional field was added to the "calegory.list" and "calegory.info" responses, also additional fields "browse_path_by_name" and "browse_path_by_id" are now displayed as an array of strings. All these changes are related only to the Amazon SP API integration.
A new parameter, "auction_confidentiality_level", was added to the "product.add" method for eBay integration.
2024-01-21
We migrated to the latest API version "23.2" for Salesforce Commerce Cloud (Demadware) integration.
Added the ability to create a configurable product for eBay. Due to some limitations on the API side of the platform, the creation process is slightly different from other platforms. When creating a product, you must pass at least one option that will form the variants. Options are specified in specifics with the flag used_for_variations = true.
Fixed the value of a field "categories_ids" in the "product.list" and "product.info" responses for Amazon SP API integration.
Fixed the "Internal service error" for some "category.list" requests for Amazon SP API integration.
New methods were added for Shopline: "category.add", "category.update", "category.delete", "category.assign", "category.unassign", "category.image.add", "category.image.delete".
2024-01-14
The "specifics" parameter in "product.add" API method now supports multivalue specifics for eBay.
The "buyitnow_price" and "reserve_price" parameters were added for eBay in "product.add" and "product.update" API methods.
Added support for returns on Opecart.
List of added methods: "order.return.add", "order.return.update", "order.return.delete", "return.status.list", "return.reason.list", "return.action.list ", "return.list", "return.count", "return.info".
New API methods were implemented for Zoho: "order.update", "shipment.add", "shipment.update".
Webhooks support was implemented for Zoho: "order.add", "order.update", "order.shipment.update", "category.add", and "category.update".
New methods were added for Zoho: "product.add", "product.update", "product.delete", "product.image.add", "product.image.update", "product.image.delete".
2024-01-07
"Price Based on Country for WooCommerce" plugin support was implemented in "product.list/info" and "product.child_item.list/info" API methods for WooCommerce (bridge-based). You can find those prices in the "advanced_price" field of the response.
The "store_url" parameter was implemented in "account.config.update" API method for all platforms with this parameter in "account.cart.add" API method.
New methods were added for Lazada: "product.update", "product.variant.update".