Inventory > Inventory Rules
Inventory Rules
Inventory rules influence the selection process of inventory when processing an order.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| inventoryRules | Get inventory rules | GET:inventory_rules.json |
| inventoryRulesCreate | Create inventory rules | POST:inventory_rules.json |
| inventoryRulesDelete | Delete inventory rules | DELETE:inventory_rules.json |
| inventoryRulesExport | Export inventory rules | POST:inventory_rules/export.json |
| inventoryRulesGraph | Get inventory rules graph | GET:inventory_rules/graph.json |
| inventoryRulesGraphCreate | Create or modify inventory rules graph | POST:inventory_rules/graph.json |
| inventoryRulesImport | Import inventory rules | POST:inventory_rules/import.json |
| inventoryRulesLookup | Lookup inventory rules | GET:inventory_rules/lookup.json |
| inventoryRulesModify | Modify inventory rules | POST:inventory_rules.json |
Types
| Types |
|---|
| ForeignShardedTask |
| GenericExport |
| GenericImport |
| InventoryRule |
| InventoryRuleCreate |
| InventoryRuleLookupResult |
| InventoryRuleModify |
| InventoryRulesGraph |
| InventoryRulesGraphCreate |