Get a single cart
GET https://api.ecartapi.com/api/v2/carts/{{id}}
Searches for the selected cart and shows detailed information.
Important information:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"cart":{"id":"1","customerId":"1"}}