Customers > Customer Inventory > customerInventoryModify
POST:customer_inventory.json
Description
Modify one or multiple customer inventory items.
Permission bit: "customer_inventory.write"
Topic: Customer Inventory
Arguments
data: [CustomerInventoryModify!]!
Main argument for mutations.
List of inventory item ids. See also: Unique Identifiers
Example: ["ii_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Whehter item is disabled or not
Example: false
Date and time when item expires
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Result
Preview (typescript)
Loading module