Skip to main content

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

NameTypeDescription
idStringListing reference ID or identifier for the listing to update.
titleStringTitle of the item or listing (used for identification in bulk operations).
updateTypeStringType of update to perform (e.g., "stock", "price", "status", etc.).
valueJSONNew value for the field being updated, provided as JSON to support various data types.