Logo
Ecartapi.com Public API Documentation

Supported Requests by Cart-Tiny-Orders

Number of APIs: 4


1. Get order

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



2. Create order

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



3. Update order

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



4. Get orders

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

This HTTP GET request retrieves a list of orders from the Tiny e-commerce platform.

By default, 100 records are listed per page.

The response returns a JSON object with a success key indicating the success status, and an array of orders containing details about each order.

Each order object includes information such as ID, number, fulfillment status, currency, discounts, totals, dimensions, taxes, status, payment method, customer details, billing and shipping addresses, dates, and other relevant order-related data.

You can find more information about the API resource used in the Tiny Orders API documentation.



ENDPOINTS