/orders/suborder/bulk/imei

This API updates the IMEI number/ Serial no. of a suborder. Multiple updates are allowed.

👍

Note

Sub orders belonging to any Fulfillment mode except SD+.
Allowed status: PFF

There is a field called "serializable" in the response of this API: http://sellerapis.snapdeal.com/docs/ordersnew
If the value of this attribute is IMEI then you need to use this API to update the IMEI of suborder/item. It is mandatory to update the IMEI for these type of cases. Else you can not print packslip and invoice, Print packslip and invoice API throws error. This also means IMEI updating can be done in PFF state only.

Request

ParameterNameDataTypeParameterTypeRequirementDescription
imeiUpdatesMap<String, String>BodyMandatoryIt is a Map<String,String> where Sub order code is the key and IMEI number is the value.

Response

metadata :

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

payload :

FieldNameDataTypeDescription
imeiUpdatesResponseMap<String, UpdateResponse>Map of Sub order code and UpdateResponse

UpdateResponse

FieldNameDataTypeDescription
operationSuccessfulbooleanDescribes whether operation Successful or not
errorMessageStringError message will be given if operationSuccessful is false otherwise it will be null.
Language
Authorization