object

AddCartDetailResponse

Add cart detail API schema which specifies cart data, response message and success flag.
Fields
cart
Cart
Get cart detail API response schema which includes applied promo details, breakup values, buy_now, cart id, checkout mode, comment common config, coupon, coupon text, gstin etc.
message
String
Message of add to cart API response.
partial
Boolean
When adding multiple items check if all added. True if only few are added.
success
Boolean
True if all items are added successfully. False if partially added or not added.