Using prestashop-api-integration with api2cart.com

unknown integration

✓ Official SDK
Install
# See https://github.com/api2cart/prestashop-api-integration
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
SDK on GitHub 📄 API Docs
SDK
prestashop-api-integration
unknown
API
api2cart.com
api2cart.com
At a glance
Language unknown
Endpoints146
Base URLhttps://api.api2cart.com/v1.1
✓ Official