Skip to main content

Fetch returns

GET /v2/returns

This operation is used to fetch returns based on given return created / modified date ranges or specific returnIds or trackingIds

Query Parameters
  • source string
  • modifiedAfter string
  • modifiedBefore string
  • createdAfter string
  • createdBefore string
  • returnIds string

    Comma separated return ids. Max. 25 allowed.

  • trackingIds string

    Comma separated tracking ids. Max. 25 allowed.

  • locationId string
Responses

successful operation

Schema
  • hasMore boolean
  • nextUrl string
  • returnItems object[]
  • Array [
  • orderItemId string
  • locationId string
  • orderId string
  • quantity int32
  • orderDate string
  • createdDate string
  • courierName string
  • sellerId string
  • returnId string
  • status string
  • type string
  • reason string
  • subReason string
  • trackingId string
  • shipmentStatus string
  • shipmentId string
  • comments string
  • updatedDate string
  • approvedOn string
  • expectedDate string
  • serviceProfile string

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

  • services object[]
  • Array [
  • serviceFulfilmentId string
  • description string
  • serviceByDate string
  • createdAt string
  • ]
  • ]
Loading...