object

CheckCart

Checkout cart detail respoonse schema includes cart id, delivery promise, items, comment, coupon text etc.
Fields
breakup_values
CartBreakup
Price breakup of cart which denotes different values like coupon, display, and loyalty points.
buy_now
Boolean
Buy now flag of user cart.
cart_id
Int
Cart id of the user cart for which the order placed.
checkout_mode
String
Checkout mode of user cart.
cod_available
Boolean
Whether Cash On Delivery available.
cod_charges
Int
Cash On Delivery charges of the user cart.
cod_message
String
Cash On Delivery message for the order placed.
comment
String
Comment message added in cart after order placed.
coupon_text
String
Coupon text of the applied coupon on order placed.
currency
CartCurrency
Currency data of the cart for prices.
delivery_charge_info
String
Delivery charge in information message on shipment.
custom_cart_meta
JSON
Metadata for custom cart
delivery_charge_order_value
Int
Delivery charge order value.
delivery_charges
Int
Delivery charges of the order placed via checkout API.
delivery_promise
ShipmentPromise
Shipment level promise information which denotes time in 3 different formats i.e formatted time, timestamp and iso format.
error_message
String
Error details if any error occurs which includes type of error, error code and error message.
gstin
String
GSTIN number added in cart.
Cart id of the user cart.
is_valid
Boolean
Valid flag fotr the checkout response if order placed was valid.
Items details in cart after order placed.
last_modified
String
Last modified timestamp of cart.
message
String
Message of the cart checkout API response.
order_id
String
Order id generated after placing order.
payment_selection_lock
PaymentSelectionLock
Payment Default Selection Schema.
restrict_checkout
Boolean
Restrict checkout flag to restrict the checkout process.
store_code
String
Store code from which the order placed.
store_emps
[JSON]
Store employees data.
success
Boolean
Success flag of checkout cart API response.
Cart id of user cart.
user_type
String
User type of the cart who places the order.