Coverage of endpoints by connector
| Route | Woocommerce | Magento | Amazon | Shopify | Prestashop |
|---|---|---|---|---|---|
| GET /countries | ✅ | ❌ | ❌ | ✅ | ✅ |
| GET /locations | ✅ | ✅ | ✅ | ✅ | ✅ |
| GET /payment-methods | ✅ | ❌ | ✅ | ✅ | ✅ |
| GET /product-categories | ✅ | ✅ | ✅ | ✅ | ✅ |
| GET /products | ✅ | ✅ | ✅ | ✅ | ✅ |
| GET /products/{product_id} | ✅ | ✅ | ✅ | ✅ | ✅ |
| GET /orders | ✅ | ✅ | ✅ | ✅ | ✅ |
| GET /orders/{order_id} | ✅ | ✅ | ✅ | ✅ | ✅ |
| GET /variants/{variant_id} | ✅ | ✅ | ❌ | ✅ | ✅ |
| GET /taxes | ✅ | ❌ | ✅ | ✅ | ✅ |
| GET /customers | ❌ | ❌ | ❌ | ❌ | ❌ |
| GET /customers/{customer_id} | ❌ | ❌ | ❌ | ❌ | ❌ |
| POST /variants/set_quantity/{variant_id} | ✅ | ✅ | ❌ | ✅ | ❌ |
| POST /orders | ❌ | ❌ | ❌ | ✅ | ❌ |