query

cartShipmentDetails

Get shipment details for the items in a cart, specific to the selected address. Shipment details include delivery promises, seller information, item details, and other relevant information.
Arguments
addressId
String
ID allotted to the selected address.
areaCode
String
The PIN Code of the destination address, e.g. 400059.
buyNow
Boolean
This is boolean to get buy_now cart.
The unique identifier of the cart.
orderType
String
The order type of shipment HomeDelivery - If the customer wants the order home-delivered PickAtStore - If the customer wants the handover of an order at the store itself. Digital - If the customer wants to buy digital voucher ( for jiogames ).
includePayment
Boolean
This is a boolean value. Select `true` to get a payment option in response.
Response
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.
checkout_mode
String
Checkout mode of cart.
comment
String
Comment message added in cart.
coupon_text
String
Coupon text of coupon applied on cart.
currency
CartCurrency
Currency data of the cart for prices.
delivery_charge_info
String
Delivery charge in information message on shipment.
delivery_promise
ShipmentPromise
Shipment level promise information which denotes time in 3 different formats i.e formatted time, timestamp and iso format.
error
Boolean
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
Cart validity flag determines the if the response is valid or not.
last_modified
String
Last modified timestamp of cart.
message
String
Response message of get shipments API.
payment_selection_lock
PaymentSelectionLock
Payment Default Selection Schema.
restrict_checkout
Boolean
Restrict checkout flag to restrict the checkout process.
List of Shipments which includes shipment data like shipment items, shipment promise, Shipment type, shipment order type, shipment dp options etc.
Cart id of the user cart.
custom_cart_meta
JSON
Metadata for custom cart
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...