Got questions? Leave your message here or Schedule a quick call with our manager now

Etsy Integration Development

Integrate your eCommerce software or app with Etsy and other popular marketplaces and shopping platforms.
Connect to API2Cart once, use data from as many platforms as you need.

APP Icon

YOUR APP or Software

APP Icon
Supported versions: All

Developing an integration with Etsy is a great way to quickly and easily add functionality to your existing product or app. Etsy integration via API2Cart unified API enables you to:


Etsy API Integration
  • retrieve and synchronize information on customers, products, categories, orders, abandoned carts, prices, etc.
  • use the data from Etsy e-stores according to your business purpose
  • make updates on both sides
  • perform these operations with the information from innumerable stores located on 40+ other shopping platforms

Use Cases

API2Cart is the perfect solution for different software providers that want to save time and money when they need to develop Etsy integration and connection with other shopping platforms and marketplaces. Choose your industry and find out what the best way for you to use API2Cart API methods

Share icon
Enhance your functionality
Our unified API eliminates the need to develop separate integration with Etsy and 40+ other platforms. Integrate once, get the data required from the platforms needed.
Share icon
Expand your market share
Win more clients by having access to data from stores built on the shopping cart they use. Etsy integration means thousands of users need you.
Share icon
Reduce cost, save time
The API2Cart API will save you multiple integrations development costs and exclude the need to maintain each connection.

Use Total Cost of Ownership Calculator to compare the costs of developing in-house integration with multiple eCommerce platforms and via API2Cart


Use TCO Calculator

List of methods for Etsy Integration

webhook icon

Webhook

  • webhook.create

    Create webhook on the store and subscribe to it.
  • webhook.list

    List registered webhook on the store.
  • webhook.count

    Count registered webhooks on the store.
  • webhook.events

    List all Webhooks that are available on this store.
  • webhook.delete

    Delete registered webhook on the store.
  • webhook.update

    Update Webhooks parameters.
cart icon

Cart

  • cart.create

    Add store to the account
  • cart.validate

    This method clears the cache in API2Cart for a particular store and checks whether the connection to the store is available. Use this method if there have been any changes in the settings on the storе, for example, if a new plugin has been installed or removed.
  • cart.list

    Get list of supported carts
  • cart.bridge

    Get bridge key and store key
  • cart.delete

    Remove store from API2Cart
  • cart.disconnect

    Disconnect with the store and clear store session data.
  • cart.methods

    Returns a list of supported API methods.
  • cart.config

    Get list of cart configs
  • cart.config.update

    Use this API method to update custom data in client database.
  • cart.coupon.count

    This method allows you to get the number of coupons. On some platforms, you can filter the coupons by the date they were active.
  • cart.coupon.list

    Get cart coupon discounts.
  • cart.giftcard.count

    Get gift cards count.
  • cart.giftcard.list

    Get gift cards list.
  • cart.giftcard.add

    Use this method to create a gift card for a specified amount.
  • cart.giftcard.delete

    Delete giftcard
  • cart.coupon.add

    Use this method to create a coupon with specified conditions.
  • cart.coupon.condition.add

    Use this method to add additional conditions for coupon application.
  • cart.coupon.delete

    Delete coupon
  • cart.catalog_price_rules.count

    Get count of cart catalog price rules discounts.
  • cart.catalog_price_rules.list

    Get cart catalog price rules discounts.
  • cart.script.list

    Get scripts installed to the storefront
  • cart.script.add

    Add new script to the storefront
  • cart.script.delete

    Remove script from the storefront
  • cart.info

    This method allows you to get various information about the store, including a list of stores (in the case of a multistore configuration), a list of supported languages, currencies, carriers, warehouses, and many other information. This information contains data that is relatively stable and rarely changes, so API2Cart can cache certain data to reduce the load on the store and speed up the execution of the request. We also recommend that you cache the response of this method on your side to save requests. If you need to clear the cache for a specific store, then use the cart.validate method.
  • cart.clear_cache

    Clear cache on store.
  • cart.plugin.list

    Get a list of third-party plugins installed on the store.
  • cart.shipping_zones.list

    Get list of shipping zones
  • cart.meta_data.list

    Using this method, you can get a list of metadata for various entities (products, options, customers, orders). Usually this is data created by third-party plugins.
  • cart.meta_data.set

    Set meta data for a specific entity
  • cart.meta_data.unset

    Unset meta data for a specific entity
account icon

Account

  • account.cart.list

    This method lets you get a list of online stores connected to your API2Cart account. You can get the number of API requests to each store if you specify a period using parameters (request_from_date, request_to_date). The total_calls field is displayed only if there are parameters (request_from_date, request_to_date).
  • account.cart.add

    Use this method to automate the process of connecting stores to API2Cart. The list of parameters will vary depending on the platform. To get a list of parameters that are specific to a particular shopping platform, you need to execute the account.supported_platforms.json method.
  • account.config.update

    Use this method to automate the change of credentials used to connect online stores. The list of supported parameters differs depending on the platform.
  • account.failed_webhooks

    If the callback of your service for some reason could not accept webhooks from API2Cart, then with the help of this method you can get a list of missed webhooks to perform synchronization again using entity_id. Please note that we keep such records for 24 hours.
  • account.supported_platforms

    Use this method to retrieve a list of supported platforms and the sets of parameters required for connecting to each of them. Note: some platforms may have multiple connection methods so that the response will contain multiple sets of parameters.
bridge icon

Bridge

  • bridge.download

    Download bridge for store.
    Please note that the method would not work if you call it from Swagger UI.
  • bridge.update

    Update bridge in the store.
  • bridge.delete

    Delete bridge from the store.
product icon

Product

  • product.list

    Get list of products from your store. Returns 10 products by default.
  • product.count

    Count products in store.
  • product.info

    Get information about a specific product by its ID. In the case of a multistore configuration, use the store_id filter to get a response in the context of a specific store.
  • product.find

    Search product in store catalog. 'Apple' is specified here by default.
  • product.fields

    Retrieve all available fields for product item in store.
  • product.add

    Add new product to store.
  • product.update

    This method can be used to update certain product data. The list of supported parameters depends on the specific platform. Please transmit only those parameters that are supported by the particular platform. Please note that to update the product quantity, it is recommended to use relative parameters (increase_quantity or reduce_quantity) to avoid unexpected overwrites on heavily loaded stores.
  • product.delete

    Product delete
  • product.price.add

    Add some prices to the product.
  • product.price.update

    Update some prices of the product.
  • product.price.delete

    Delete some prices of the product
  • product.image.add

    Add image to product
  • product.image.update

    Update details of image
  • product.image.delete

    Delete image
  • product.variant.image.add

    Add image to product
  • product.variant.image.delete

    Delete image to product
  • product.attribute.list

    Get list of attributes and values.
  • product.attribute.value.set

    Set attribute value to product.
  • product.attribute.value.unset

    Removes attribute value for a product.
  • product.option.add

    Add product option from store.
  • product.option.list

    Get list of options.
  • product.option.assign

    Assign option from product.
  • product.option.value.add

    Add product option item from option.
  • product.option.value.assign

    Assign product option item from product.
  • product.option.value.update

    Update product option item from option.
  • product.review.list

    Get reviews of a specific product.
  • product.variant.add

    Add variant to product.
  • product.child_item.info

    Get child for specific product.
  • product.child_item.list

    Get a list of a product's child items, such as variants or bundle components. The total_count field in the response indicates the total number of items in the context of the current filter.
  • product.child_item.find

    Search product child item (bundled item or configurable product variant) in store catalog.
  • product.variant.list

    Get a list of variants. This method is deprecated, and its development is stopped. Please use 'product.child_item.list' instead.
  • product.variant.info

    Get variant info. This method is deprecated, and its development is stopped. Please use 'product.child_item.info' instead.
  • product.variant.count

    Get count variants.
  • product.variant.update

    Update variant.
  • product.variant.delete

    Delete variant.
  • product.variant.price.add

    Add some prices to the product variant.
  • product.variant.price.update

    Update some prices of the product variant.
  • product.variant.price.delete

    Delete some prices of the product variant.
  • product.tax.add

    Add tax class and tax rate to store and assign to product.
  • product.manufacturer.add

    Add manufacturer to store and assign to product
  • product.brand.list

    Get list of brands from your store.
  • product.currency.add

    Add currency and/or set default in store
  • product.currency.list

    Get list of currencies
  • product.store.assign

    Assign product to store
category icon

Category

  • category.list

    Get list of categories from store.
  • category.count

    Count categories in store.
  • category.info

    Get category info about category ID*** or specify other category ID.
  • category.find

    Search category in store. 'Laptop' is specified here by default.
  • category.add

    Add new category in store
  • category.update

    Update category in store
  • category.delete

    Delete category in store
  • category.assign

    Assign category to product
  • category.unassign

    Unassign category to product
  • category.image.add

    Add image to category
  • category.image.delete

    Delete image
order icon

Order

  • order.count

    Count orders in store
  • order.list

    Get list of orders from store.
  • order.info

    Info about a specific order by ID
  • order.find

    This method is deprecated and won't be supported in the future. Please use 'order.list' instead.
  • order.add

    Add a new order to the cart.
  • order.update

    Update existing order.
  • order.status.list

    Retrieve list of statuses
  • order.financial_status.list

    Retrieve list of financial statuses
  • order.fulfillment_status.list

    Retrieve list of fulfillment statuses
  • order.abandoned.list

    Get list of orders that were left by customers before completing the order.
  • order.shipment.list

    Get list of shipments by orders.
  • order.shipment.info

    Get information of shipment.
  • order.shipment.add

    Add a shipment to the order.
  • order.shipment.update

    Update order's shipment information.
  • order.shipment.delete

    Delete order's shipment.
  • order.shipment.tracking.add

    Add order shipment's tracking info.
  • order.refund.add

    Add a refund to the order.
  • order.transaction.list

    Retrieve list of order transaction
  • order.preestimate_shipping.list

    Retrieve list of order preestimated shipping methods
  • order.return.add

    Create new return request.
  • order.return.update

    Update order's shipment information.
  • order.return.delete

    Delete return.
return icon

Return

  • return.status.list

    Retrieve list of statuses
  • return.reason.list

    Retrieve list of return reasons
  • return.action.list

    Retrieve list of return actions
  • return.count

    Count returns in store
  • return.list

    Get list of return requests from store.
  • return.info

    Retrieve return information.
basket icon

Basket

  • basket.live_shipping_service.list

    Retrieve a list of live shipping rate services.
  • basket.info

    Retrieve basket information.
  • basket.live_shipping_service.create

    Create live shipping rate service.
  • basket.live_shipping_service.delete

    Delete live shipping rate service.
  • basket.item.add

    Add item to basket
customer icon

Customer

  • customer.list

    Get list of customers from store.
  • customer.count

    Get number of customers from store.
  • customer.info

    Get customers' details from store.
  • customer.find

    Find customers in store.
  • customer.add

    Add customer into store.
  • customer.update

    Update information of customer in store.
  • customer.address.add

    Add customer address.
  • customer.group.list

    Get list of customers groups.
  • customer.group.add

    Create customer group.
  • customer.attribute.list

    Get attributes for specific customer
  • customer.wishlist.list

    Get a Wish List of customer from the store.
attribute icon

Attribute

  • attribute.list

    Get a list of global attributes.
  • attribute.info

    Get information about a specific global attribute by its ID.
  • attribute.count

    Get attributes count
  • attribute.type.list

    Get list of supported attributes types
  • attribute.delete

    Delete attribute from store
  • attribute.add

    Add new attribute
  • attribute.update

    Update attribute data
  • attribute.assign.group

    Assign attribute to the group
  • attribute.assign.set

    Assign attribute to the attribute set
  • attribute.unassign.group

    Unassign attribute from group
  • attribute.unassign.set

    Unassign attribute from attribute set
  • attribute.group.list

    Get attribute group list
  • attribute.attributeset.list

    Get attribute_set list
tax icon

Tax

  • tax.class.info

    Use this method to get information about a tax class and its rates. It allows you to calculate the tax percentage for a specific customer's address. This information contains relatively static data that rarely changes, so API2Cart may cache certain data to reduce the load on the store and speed up request execution. We also recommend that you cache the response of this method on your side to save requests. If you need to clear the cache for a specific store, use the cart.validate method.
subscriber icon

Subscriber

  • subscriber.list

    Get subscribers list