ItemBulkUpdate Input
Description
Input fields for bulk updating multiple listings, specifying the field to update and its new value.
Declaration
input ItemBulkUpdate {
id: String
title: String
updateType: String
value: JSON
}
Fields
| Name | Type | Description |
|---|---|---|
id | String | Listing reference ID or identifier for the listing to update. |
title | String | Title of the item or listing (used for identification in bulk operations). |
updateType | String | Type of update to perform (e.g., "stock", "price", "status", etc.). |
value | JSON | New value for the field being updated, provided as JSON to support various data types. |