/orders/completed

This api will be used to get the orders in In_transit & fulfilled state.

📘

Note

Allowed fulfillment modes are VENDOR_SELF,ONESHIP,OCPLUS,DROPSHIP,FC_VOI.
Default pageSize=10
Default pageNumber=1

Request

ParameterNameDataTypeParameterTypeRequirementDescription
fModesStringQueryMandatoryComma separated fulfilment modes
pageSizeintQueryOptionalpageNumber used for pagination
pageNumberintQueryOptionalpageSize used for pagination

Response

metadata :

FieldNameDataTypeDescription
requestIdStringUnique ID for the request
clientIdStringPartner Id
responseTimeLongResponse Time
requestedURIStringRequested URI
messageStringError message

payload :

FieldNameDataTypeDescription
packagesListpackages

SellerPackage :

FieldNameDataTypeDescription
packageReferenceCodeStringpackageReferenceCode
fulfillmentModelCodeStringfulfillmentModelCode
awbNoStringawbNo
shippedDateDateshippedDate
itemsListitems

SellerItem :

FieldNameDataTypeDescription
suborderCodeStringsuborderCode
orderDateDateorderDate
productNameStringproductName
imageUrlStringimageUrl
serializedUniqueIdStringImei number
priceIntegerprice
siStatusCodeStringsiStatusCode
paymentModeStringpaymentMode
supcStringsupc
skuCodeStringskuCode
Language
Authorization