Number of APIs: 4
GET https://api.ecartapi.com/api/v2/orders
Retrieve all orders information from the store.
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. To create a order the shippingMethod as ID is required.
You can get the customer Id from the customer requests.
You can get the shippingMethod ID from the shippings requests.
PUT https://api.ecartapi.com/api/v2/orders/{{id}}
Update order information.
GET https://api.ecartapi.com/api/v2/orders/{{id}}
Retrieve detailed order information.
ENDPOINTS