Description
Topic: Inventory Rules
Fields
Inventory rule components (custom JSON format)
Example: "[]"
Unique inventory rule identifier. See also: Unique Identifiers
Example: "ir_EQzGqWoY"
inventory_strategy: InventoryStrategy!
How inventory location should be picked
Example: "closest"
Whether to allow picking multiple locations per order
Example: true
Name of the inventory rule
Example: "New York Local Tax"
prefer_pickup_location: Boolean!
Whether to consider customer selected pickup location before anything else
Example: true
Priority of the rule (rule with higher priority is to be evaluated first)
Example: 0
Whether to allow splitting bundle line items across multiple locations
Example: false
Whether to allow splitting individual line items across multiple locations
Example: false
zones: [Zone!]!
Used By
Mutations
inventoryRulesCreate, inventoryRulesModify
Queries
Preview (typescript)
Loading module