object

ShipmentResponse

Shipment Response details of the cart which how many shipments will be shipped for the items in cart and gives infoormation about box type, order type, promise of each shipment and delivery partner details.
Fields
box_type
String
Box type of the shipment in which the shipment will be delivered.
dp_id
String
Delivery partner id of the shipment.
dp_options
JSON
Delivery partner options that are available to deliver the shipment.
fulfillment_id
Int
Fulfilment id of the shipment.
fulfillment_type
String
Fulfilment type of shipment.
Item details in the shipment.
order_type
String
Order type of the shipment like pickAtStore or HomeDelivery.
Shipment level promise information which denotes time in 3 different formats i.e formatted time, timestamp and iso format.
shipment_type
String
Shipment type of the shipment returned in get shipments API like single_shipment or multiple shipment. Single Shipment means 1 item in 1 shipment and vice versa in the other one.
shipments
Int
Count of shipments that will be shipped.
is_cod_available
Boolean