Skip to main content

Search shipments using filters

GET /sellers/v3/shipments/filter

This operation should be used if hasMore is true in the response of POST /v3/shipments/filter API, so that the client can fetch the next set of shipment which qualify the earlier defined filter criteria. User need not build this URL by themselves, just use the URL returned as nextPageUrl in the response of POST /v3/shipments/filter or GET /v3/shipments/filter.

Query Parameters
  • next_token string
Responses

successful operation

Schema
  • hasMore boolean
  • nextPageUrl string
  • 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...