Skip to main content

Get order details for given shipment or order ids

GET /sellers/v3/shipments

This operation returns the order related details for the shipments. This operation can accept either shipmentIds, orderIds or orderItemIds, but only one type of query param is accepted per invocation.

Query Parameters
  • shipmentIds string

    Comma separated shipment ids. Maximum 100 shipment ids allowed per request.

  • orderItemIds string

    Comma separated order item ids. Maximum 100 shipment ids allowed per request.

  • orderIds string

    Comma separated order ids. Maximum 100 shipment ids allowed per request.

Responses

successful operation

Schema
  • shipments object[]
  • Array [
  • shipmentId string
  • dispatchByDate date-time
  • dispatchAfterDate date-time
  • updatedAt date-time
  • locationId string
  • hold boolean
  • mps boolean
  • packagingPolicy string
  • subShipments object[]
  • Array [
  • subShipmentId string
  • packages object[]
  • Array [
  • id string
  • name string required
  • dimensions object
  • length number required
  • breadth number required
  • height number required
  • weight number
  • notional_value object
  • amount number required
  • unit string required

    Possible values: [PERCENTAGE, INR]

  • description string
  • handling object
  • fragile boolean required
  • ]
  • ]
  • orderItems object[]
  • Array [
  • orderItemId string
  • orderId string
  • cancellationGroupId string
  • orderDate date-time
  • cancellationDate date-time
  • paymentType string

    Possible values: [COD, PREPAID]

  • status string

    Possible values: [APPROVED, PACKING_IN_PROGRESS, FORM_FAILED, PACKED, READY_TO_DISPATCH, PICKUP_COMPLETE, CANCELLED, RETURN_REQUESTED, RETURNED, SHIPPED, DELIVERED, COMPLETED]

  • cancellationReason string
  • cancellationSubReason string
  • courierReturn boolean
  • quantity int32
  • fsn string
  • sku string
  • listingId string
  • hsn string
  • title string
  • packageIds string[]
  • priceComponents object
  • sellingPrice number
  • totalPrice number
  • shippingCharge number
  • customerPrice number
  • flipkartDiscount number
  • serviceProfile string

    Possible values: [Flipkart_Fulfilment, Seller_Fulfilment, Smart_Fulfilment, FBF, NON_FBF, FBF_LITE]

  • is_replacement boolean
  • ]
  • forms object[]
  • Array [
  • name string
  • link string
  • automated boolean
  • ]
  • shipmentType string
  • ]
Loading...