/orders/new

This API will be used to get the orders in Pending for fulfilment (PFF) & Print (PRNT) state in descending order of created time. API also provides the filter to get the orders based on the order status(PFF or PRNT).
If the buyer has ordered multiple quantities of a product then each quantity will be treated as one single item(subOrder) and those number of items will be returned under that package.

📘

Note

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

Request

ParameterNameDataTypeParameterTypeRequirementDescription
fModesStringQueryMandatoryComma separated fulfilment modes
orderStatusStringQueryOptionalAny One of order status values
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 (For PRNT suborders)
courierCodeStringcourierCode
manifestByDateDatemanifestByDate
manifestCodeStringmanifestCode
shippedDateDateshippedDate
slaBreachStringIt can have 2 values SLA_BREACHED/SLA_BREACH_TODAY depending upon whether the shipment SLA is already breached / about to breach
itemsListitems
stateFormRequiredbooleanwhether state form is required for a package or not. Calculated based on whether there exists any state form for the destination state and the total price of package.
updatedDateupdated Date
createdDatecreated Date
invoiceNumberStringinvoiceNumber
courierNameStringcourierName
courierDetailsMap<String, String>courierDetails
centreCodeStringcentreCode is for ONESHIP and OCPLUS
packagingTypeDTOPackagingInfoDTOPackaging recomendation details

SellerItem :

FieldNameDataTypeDescription
suborderCodeStringsuborderCode
orderDateDateorderDate
productNameStringproductName
serializableStringserializable
serializedUniqueIdStringserializedUniqueId
attributesStringattributes
imageUrlStringimageUrl
freebiesStringfreebies offered by snapdeal with a particular suborder
incentiveBooleanwhether a seller is eligible for incentive based on the time he took to ship a package.
priceIntegerprice
mrpIntegermrp
siStatusCodeStringsiStatusCode
updatedDateupdated
paymentModeStringpaymentMode (Standard/Cash on delivery)
supcStringsupc
fulfillmentModelCodeStringfulfillmentModelCode
skuCodeStringskuCode
siReferenceCodeStringsiReferenceCode
customerNameStringcustomerName
customerDetailShippingDetailcustomerDetail
deliveryModeStringnext day / same day/ instant/ normal delivery
orderCodeStringBuyer orderCode
packageReferenceCodeStringpackageReferenceCode

ShippingDetail :

FieldNameDataTypeDescription
pincodeStringpincode
cityStringcity
areaStringarea
subAreaStringsubArea
stateStringstate
mobileStringmobile number
emailStringemail

packagingTypeDTO:

FieldNameDataTypeDescription
packagingModeString
packagingTypeString
packagingDetailPackagingDetailDTO
additionPackagingDetailsList
itemLevelPackagingDetailsListSupc Level packaging details

PackagingDetail

FieldNameDataType
codeString
descriptionString

ItemLevelPackagingDetails

FieldNameDataType
supcString
codeString
DescriptionString
Language
Authorization