api2cart.com

API2Cart

🔑 apikey 146 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

cs-sdk ✓ Official
dotnet add package cs-sdk
php-sdk ✓ Official
composer require php-sdk
# See https://github.com/api2cart/magento-api-integration
cs-cart-integration ✓ Official
# See https://github.com/api2cart/cs-cart-integration
# See https://github.com/api2cart/prestashop-api-integration
Etsy-integration ✓ Official
# See https://github.com/api2cart/Etsy-integration
Ebay-integration ✓ Official
# See https://github.com/api2cart/Ebay-integration
curl examples
Get cart information
curl \
  -H "x-api-key: $API_KEY" \
  https://api.api2cart.com/v1.1/cart.info.json
Get list of supported carts
curl \
  -H "x-api-key: $API_KEY" \
  https://api.api2cart.com/v1.1/cart.list.json
This method is deprecated and won't be supported in the future. Please use "o…
curl \
  -H "x-api-key: $API_KEY" \
  https://api.api2cart.com/v1.1/order.find.json
Endpoints (146 total)
GET
/cart.info.json
Get cart information
GET
/cart.list.json
Get list of supported carts
GET
/order.find.json
This method is deprecated and won't be supported in the future. Please use "o…
GET
/order.info.json
Info about a specific order by ID
GET
/order.list.json
Get list of orders from store.
GET
/basket.info.json
Retrieve basket information.
GET
/cart.bridge.json
Get bridge key and store key
GET
/cart.config.json
Get list of cart configs
GET
/order.count.json
Count orders in store
GET
/cart.methods.json
Get list of cart methods
GET
/product.find.json
Search product in store catalog. "Apple" is specified here by default.
GET
/product.info.json
Get product info about product ID *** or specify other product ID.
Language coverage
C#
1
PHP
1
unknown
8
At a glance
Total SDKs10
Languages3
Endpoints146
Authapikey
Categories1
https://api.api2cart.com/v1.1