Get all carts
GET https://api.ecartapi.com/api/v2/carts
This resource can show all carts.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"success":true,"carts":[{"id":"6","customerId":"0"},{"id":"9","customerId":"0"},{"id":"10","customerId":"0"},{"id":"1","customerId":"1"},{"id":"2","customerId":"1"},{"id":"3","customerId":"1"},{"id":"4","customerId":"1"},{"id":"5","customerId":"1"},{"id":"7","customerId":"2"}]}