/orders/new/{packageReferenceCode}

This api will be used to get the order with given orderId which is in Pending for fulfillment (PFF) & Print (PRNT) state.

📘

Note

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

Request

ParameterNameDataTypeParameterTypeRequirementDescription
fModesStringQueryMandatoryComma separated fulfilment modes
packageReferenceCodeStringPathMandatoryIts 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
courierCodeStringcourierCode
manifestByDateDatemanifestByDate
manifestCodeStringmanifestCode
shippedDateDateshippedDate
slaBreachStringslaBreach
itemsListitems
stateFormRequiredbooleanstateFormRequired
updatedDateupdated Date
createdDatecreated Date
invoiceNumberStringinvoiceNumber
courierNameStringcourierName
courierDetailsMap<String, String>courierDetails
centreCodeStringcentreCode
centreNameStringcentreName
packagingTypeDTOPackagingInfoDTOPackaging recomendation details

SellerItem :

FieldNameDataTypeDescription
suborderCodeStringsuborderCode
orderDateDateorderDate
productNameStringproductName
serializableStringserializable
serializedUniqueIdStringserializedUniqueId
attributesStringattributes
imageUrlStringimageUrl
freebiesStringfreebies
incentiveBooleanincentive
priceIntegerprice
mrpIntegermrp
siStatusCodeStringsiStatusCode
updatedDateupdated
paymentModeStringpaymentMode
supcStringsupc
fulfillmentModelCodeStringfulfillmentModelCode
skuCodeStringskuCode
siReferenceCodeStringsiReferenceCode
customerNameStringcustomerName
customerDetailShippingDetailcustomerDetail
deliveryModeStringdeliveryMode
orderCodeStringBuyer orderCode
packageReferenceCodeStringpackageReferenceCode

ShippingDetail :

FieldNameDataTypeDescription
pincodeStringpincode
cityStringcity
areaStringarea
subAreaStringsubArea
stateStringstate
mobileStringmobile
emailStringemail

packagingTypeDTO:

FieldNameDataTypeDescription
packagingModeString
packagingTypeString
packagingDetailPackagingDetailDTO
additionPackagingDetailsList
itemLevelPackagingDetailsListSupc Level packaging details

PackagingDetail

FieldNameDataType
codeString
descriptionString

ItemLevelPackagingDetails

FieldNameDataType
supcString
codeString
descriptionString
Language
Authorization