When you configure an export, import, or other type of flow step using the prebuilt PrestaShop connector, you can select any of the API operations listed below, organized by API type.
Note
If your API endpoint isn’t listed here, switch the flow step to HTTP mode and configure the endpoint provided in the PrestaShop API documentation. You can also create a composite endpoint for this application in HTTP mode.
Resource |
API endpoint |
Export |
Import |
---|---|---|---|
Carts |
Get all carts |
X |
|
Get single cart |
X |
||
Create a cart |
X |
||
Update a cart |
X |
||
Delete a cart |
X |
||
Customers |
Get all customers |
X |
|
Get a single customer |
X |
||
Create a customer |
X |
||
Update a customer |
X |
||
Delete a customer |
X |
||
Orders |
Get all orders |
X |
|
Get a single order |
X |
||
Create an order |
X |
||
Update an order |
X |
||
Delete an order |
X |
||
Products |
Get all products |
X |
|
Get a single product |
X |
||
Create a product |
X |
||
Update a product |
X |
||
Delete a product |
X |
||
Order invoices |
Get all order invoices |
X |
|
Get a single order invoice |
X |
||
Create an order invoice |
X |
||
Update an order invoice |
X |
||
Delete an order invoice |
X |
||
Order states |
Get all order states |
X |
|
Get a single order state |
X |
||
Create an order state |
X |
||
Update an order state |
X |
||
Delete an order state |
X |
||
Stock availables |
Get all stock availables |
X |
|
Get a single stock available |
X |
||
Update a stock available |
X |
||
Stock movements |
Get all stock movements |
X |
|
Get a single stock movement |
X |
||
Stock movement reasons |
Get all stock movement reasons |
X |
|
Get a single stock movement reason |
X |
Comments
Please sign in to leave a comment.