List all carts
GET/products/{product_id}/carts.json
Retrieve the cart collection associated with your product.
If
enriched=trueyou will get more details about the cart for example thegross,coupon_codeandlicensesfields.
You can use the
filterorcountparameters to get more refined results from your query. Please learn more about the individual parameters below.
Request
Responses
- 200
- 400
- 401
- 402
Provides a collection of carts associated with the product. All carts are listed under the carts key.
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.