Inventory > Inventory Rules > inventoryRulesModify
Commerce APIInventoryInventory RulesinventoryRulesModify
inventoryRulesModify
POST:inventory_rules.json

Description

Modify one or multiple inventory rules.

Permission bit: "inventory_rules.modify"

Topic: Inventory Rules

Arguments

data: [InventoryRuleModify!]!

Main argument for mutations.


ids: [String!]!

List of inventory rule ids. See also: Unique Identifiers

Example: ["ir_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

conditions: [InventoryRuleConditionCreate!]


inventory_strategy: InventoryStrategy

How inventory location should be picked


multiple_locations: Boolean

Whether to allow picking multiple locations per order

Example: true


name: String

Name of the inventory rule

Example: "New York Local Tax"

Valid when: name is not empty

Valid when: name's length doesn't exceed 250 characters


prefer_pickup_location: Boolean

Whether to consider customer selected pickup location before anything else

Example: true


priority: Int

Priority of the rule (rule with higher priority is to be evaluated first)

Example: 0


split_bundle_items: Boolean

Whether to allow splitting bundle line items across multiple locations

Example: false


split_line_items: Boolean

Whether to allow splitting individual line items across multiple locations

Example: false


zones: [ZoneCreate!]


Result

[InventoryRule!]

Preview (typescript)

Loading module