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.
checkout_mode
StringCheckout mode of cart.
comment
StringComment message added in cart.
coupon_text
StringCoupon text of coupon applied on cart.
currency
CartCurrencyCurrency data of the cart for prices.
delivery_charge_info
StringDelivery charge in information message on shipment.
delivery_promise
ShipmentPromiseShipment level promise information which denotes time in 3 different formats i.e formatted time, timestamp and iso format.
error
BooleanError 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
BooleanCart validity flag determines the if the response is valid or not.
last_modified
StringLast modified timestamp of cart.
message
StringResponse message of get shipments API.
payment_selection_lock
PaymentSelectionLockPayment Default Selection Schema.
restrict_checkout
BooleanRestrict checkout flag to restrict the checkout process.
shipments
[ShipmentResponse]List of Shipments which includes shipment data like shipment items, shipment promise, Shipment type, shipment order type, shipment dp options etc.
uid
StringCart id of the user cart.
custom_cart_meta
JSONMetadata for custom cart
Was this section helpful?