Types > InventoryRulesGraphCreate
Commerce APITypesInventoryRulesGraphCreate
InventoryRulesGraphCreate

Description

Topic: Inventory Rules

Fields

components: String

Graph data (custom JSON format)

Example: "{}"


Used By

Mutations

inventoryRulesGraphCreate

Preview (typescript)

interface InventoryRulesGraphCreate {
components?: string
}