/orders/completed/{packageReferenceCode}

This api will be used to get the order with given orderId which is in In_transit & fulfilled state.

📘

Note

Allowed fulfillment modes are VENDOR_SELF,ONESHIP,OCPLUS,DROPSHIP,FC_VOI.

Request

ParameterNameDataTypeParameterTypeRequirementDescription
fModesStringQueryMandatoryComma separated fulfilment modes
orderIdStringPathMandatoryIts packageReferenceCode which is received in the response

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
serializedUniqueIdStringImei Number
imageUrlStringimageUrl
priceIntegerprice
siStatusCodeStringsiStatusCode
paymentModeStringpaymentMode
supcStringsupc
skuCodeStringskuCode
Language
Authorization