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

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"cart":{"id":"1","customerId":"1"}}