Checkout cart detail respoonse schema includes cart id, delivery promise, items, comment, coupon text etc.
Fields
breakup_values
CartBreakupPrice breakup of cart which denotes different values like coupon, display, and loyalty points.
buy_now
BooleanBuy now flag of user cart.
cart_id
IntCart id of the user cart for which the order placed.
checkout_mode
StringCheckout mode of user cart.
cod_available
BooleanWhether Cash On Delivery available.
cod_charges
IntCash On Delivery charges of the user cart.
cod_message
StringCash On Delivery message for the order placed.
comment
StringComment message added in cart after order placed.
coupon_text
StringCoupon text of the applied coupon on order placed.
currency
CartCurrencyCurrency data of the cart for prices.
delivery_charge_info
StringDelivery charge in information message on shipment.
custom_cart_meta
JSONMetadata for custom cart
delivery_charge_order_value
IntDelivery charge order value.
delivery_charges
IntDelivery charges of the order placed via checkout API.
delivery_promise
ShipmentPromiseShipment level promise information which denotes time in 3 different formats i.e formatted time, timestamp and iso format.
error_message
StringError details if any error occurs which includes type of error, error code and error message.
gstin
StringGSTIN number added in cart.
id
StringCart id of the user cart.
is_valid
BooleanValid flag fotr the checkout response if order placed was valid.
items
[CartProductInfo]Items details in cart after order placed.
last_modified
StringLast modified timestamp of cart.
message
StringMessage of the cart checkout API response.
order_id
StringOrder id generated after placing order.
payment_selection_lock
PaymentSelectionLockPayment Default Selection Schema.
restrict_checkout
BooleanRestrict checkout flag to restrict the checkout process.
store_code
StringStore code from which the order placed.
store_emps
[JSON]Store employees data.
success
BooleanSuccess flag of checkout cart API response.
uid
StringCart id of user cart.
user_type
StringUser type of the cart who places the order.
Was this section helpful?