Logo
Ecartapi.com Public API Documentation

Supported Requests by Cart-CS-Cart-Orders

Number of APIs: 4


1. Get all orders

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

Retrieve all orders information from the store.

More information about the ecommerce's resource.



2. Order

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

Create a order and shows the detailed information.

To create a order the customer's ID is required.
You can get the customer Id from the customer requests.

To create a order the shippingMethod as ID is required.
You can get the shippingMethod ID from the shippings requests.

More information about the ecommerce's resource.



3. Order

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

Update order information.

More information about the ecommerce's resource.



4. Get a order

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

Retrieve detailed order information.

More information about the ecommerce's resource.



ENDPOINTS