Logo
Ecartapi.com Public API Documentation

Supported Requests by Cart-PrestaShop-Products

Number of APIs: 12


1. Variant

POST https://api.ecartapi.com/api/v2/products/{{productId}}/variants

Creates a variation of an available product.

Important information:



2. Get all product's images

GET https://api.ecartapi.com/api/v2/products/{{productId}}/images

Searches for all the images of a single product.

Important information:



3. Get all products

GET https://api.ecartapi.com/api/v2/products

This resource can show all products or filters the results with params.



4. Get a single product

GET https://api.ecartapi.com/api/v2/products/{{id}}

Searches for a selected product and shows the detailed information.

Important information:



5. Products

POST https://api.ecartapi.com/api/v2/products

Creates a new product and add to the store product list.



6. Product Update

PUT https://api.ecartapi.com/api/v2/products/{{id}}

Updates the product information, according to new detailed information.

Important information:



7. Products

DELETE https://api.ecartapi.com/api/v2/products/{{id}}

Permanently delete the selected product.

Important information:



8. Get a single product variant

GET https://api.ecartapi.com/api/v2/products/{{productId}}/variants/{{id}}

Searches for the selected variant and shows the detailed information.

Important information:



9. Variant

PUT https://api.ecartapi.com/api/v2/products/{{productId}}/variants/{{id}}

Creates a variation of an available product.

Important information:



10. Get a single product image

GET https://api.ecartapi.com/api/v2/products/{{productId}}/images/{{id}}

Searches for the selected image of a product.

Important information:



11. Variant

DELETE https://api.ecartapi.com/api/v2/products/{{productId}}/variants/{{id}}

Permanently deletes a product's variation.

Important information:



12. Get all product variants

GET https://api.ecartapi.com/api/v2/products/{{productId}}/variants

Searches for all the registered variants of a single product.

Important information:



ENDPOINTS