CS-Cart
Modified on Tue, 13 Aug at 10:18 AM
The CS-Cart modules allow you to search, list, retrieve, create, update, and delete the orders, products, taxes, shipments, and vendors items from your CS-Cart account.
Prerequisites
A CS-Cart account - create an account at cs-cart.com.
Notice
The module dialog fields that are displayed in bold (in the Make scenario, not in this documentation article) are mandatory!
To connect your CS-Cart account to Make you need to obtain the API Key from your CS-Cart account and insert it in the Create a connection dialog in the Make module.
1. Log in to your CS-Cart account.
2. Click the Profile Icon>Account Settings.
3. Click Developer and then copy the API Key to your clipboard.
4. Log in to your Make account, add a module from the CS-Cart app into an Make scenario.
5. Click Add next to the Connection field.
6. In the Connection name field, enter a name for the connection.
7. In the API Key enter the details copied in step 3 and click Continue.
The connection has been established.
Searches for orders or lists them all.
Connection | |
Limit | Set the maximum number of projects Make should return during one execution cycle. The default value is 10. |
Retrieves an order specified by ID.
Creates a new order.
Updates an existing order.
Deletes an order specified by ID.
Searches for products or lists them all.
Retrieves a single product specified by ID.
Creates a new product.
Updates a product specified by ID.
Deletes a product specified by ID.
Lists all available taxes.
Retrieves info about the tax specified by ID.
Creates a new tax.
Updates info of a tax specified by ID.
Deletes a tax specified by ID.
Lists all Shipments
Retrieves info about the shipment specified by ID.
Creates a new shipment for an order.
Deletes a shipment specified by ID.
Searches for vendors or lists them all.
Retrieves a vendor specified by ID.
Creates a new vendor.
Updates a vendor specified by ID.
Deletes a vendor specified by ID.
Performs an arbitrary authorized API Call.
Connection | |
URL | Enter a path relative to |
Method | Select the HTTP method you want to use: GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers | Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String | Enter the request query string. |
Body | Enter the body content for your API call. |
The following API call returns all the projects from your CS-Cart account:
URL: /1.0/projects/all
Method: GET
Matches of the search can be found in the module's Output under Bundle > Body. In our example, 6 projects were returned:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article