/orders/suborder/bulk/status

This API updates the status of a suborder. Allowed status in Out of Stock. Multiple updates are allowed at a time. Here we need to use "siReferenceCode" of suborder as key.

siReferenceCode : This is associated with item(suborder) level. This value can be fetched from "/orders/new/{packageReferenceCode}" api under packages -> items -> siReferenceCode

👍

Note

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

Request allowed values:
Allowed marking status - OOS

Request

ParameterNameDataTypeParameterTypeRequirementDescription
subOrderStatusUpdatesMap<String, String>BodyMandatoryIt is a Map<String, String> where Sub order item reference code is the key and status is the value.

Response

metadata :

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

payload :

FieldNameDataTypeDescription
subOrderStatusUpdatesResponseMap<String, UpdateResponse>Map of Sub order item reference 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