post http://staging-apigateway.snapdeal.com/seller-api/orders/bulk/status
This API updates the status of an order. Multiple updates are allowed.
Note
Orders belonging to only Vendor Self.
Allowed status: SHPRequest allowed values:
fieldValue - VENDOR_MARKED_DELIVERED
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| orderStatusUpdates | Map<String, OrderStatusUpdateRequest> | Body | Mandatory | Map of package reference codes and OrderStatusUpdateRequest |
OrderStatusUpdateRequest :
| ParameterName | DataType | Description |
|---|---|---|
| fieldValue | String | fieldValue |
| comment | String | comment |
Response
metadata :
| FieldName | DataType | Description |
|---|---|---|
| requestId | String | Unique ID for the request |
| clientId | String | Partner Id |
| responseTime | Long | Response Time |
| requestedURI | String | Requested URI |
| message | String | Error message |
payload :
| FieldName | DataType | Description |
|---|---|---|
| orderStatusUpdatesResponse | Map<String, UpdateResponse> | Map of Order code and UpdateResponse |
UpdateResponse
| FieldName | DataType | Description |
|---|---|---|
| operationSuccessful | boolean | Describes whether operation Successful or not |
| errorMessage | String | Error message will be given if operationSuccessful is false otherwise it will be null. |
