Share cart detail includes checkout mode, cart id, payment selection lock config, delivery promise, comment message, items, breakup values and other cart data of shared cart.
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 user cart for generating cart sharing token.
checkout_mode
StringCheckout mode of address on which address to be used for which checkout mode of cart.
comment
StringComment message added in user cart.
coupon_text
StringCoupon text of the applied coupon on user cart.
currency
CartCurrencyCurrency data of the cart for prices.
delivery_charge_info
StringDelivery charge info message of the user cart.
delivery_promise
DeliveryPromiseResponseShipment level promise information which denotes time in 3 different formats i.e formatted time, timestamp and iso format.
gstin
StringGSTIN added in user cart.
id
StringCart id of shared cart.
is_valid
BooleanValid flag for get shared cart detail API.
items
[CartProductInfo]Items data list in user cart that includes item id, item size, store id, available sizes and rest of the item related data.
last_modified
StringLast modified timestamp of user cart.
message
StringMessage of the get shared cart API response.
payment_selection_lock
PaymentSelectionLockPayment Default Selection Schema.
restrict_checkout
BooleanRestrict checkout flag to restrict the checkout process.
shared_cart_details
SharedCartDetailsShared cart details schema included token, user, created on, source and meta.
uid
StringCart id of the user cart.
error
BooleanError details if any error occurs which includes type of error, error code and error message.
custom_cart_meta
JSONMetadata of custom cart
Was this section helpful?