/orders/bulk/status

This API updates the status of an order. Multiple updates are allowed.

👍

Note

Orders belonging to only Vendor Self.
Allowed status: SHP

Request allowed values:
fieldValue - VENDOR_MARKED_DELIVERED

Request

ParameterNameDataTypeParameterTypeRequirementDescription
orderStatusUpdatesMap<String, OrderStatusUpdateRequest>BodyMandatoryMap of package reference codes and OrderStatusUpdateRequest

OrderStatusUpdateRequest :

ParameterNameDataTypeDescription
fieldValueStringfieldValue
commentStringcomment

Response

metadata :

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

payload :

FieldNameDataTypeDescription
orderStatusUpdatesResponseMap<String, UpdateResponse>Map of 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