Retrieve a cart
GET/products/{product_id}/carts/{cart_id}.json
Retrieve cart details associated with the product.
You can use
enriched=trueto get more details about the cart, for example thegross,coupon_codeandlicensesfields will only be returned if enriched is enabled. Please see individual parameters in the response data below to learn more.
Request
Responses
- 200
- 400
- 401
- 402
Cart details associated with the product.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.