ENUM
VendoritemableType
An entity that can have a Vendor Item
associated with it.
link GraphQL Schema definition
- enum VendoritemableType {
- # Non-Inventory Item
- # Inventory Model
- }
link Require by
- CreateVendorItemMutationInputThe input object that defines the fields for the createVendorItem mutation.
- InventoryModelA type of item stored in inventory.
- NonInventoryItemAn item purchasable from vendors that does not have an `Inventory Model` associated with it
- PurchaseOrderItemA line item on a purchase order.
- Querynull
- ServiceA service.
- UpdateVendorItemMutationInputThe input object that defines the fields for the updateVendorItem mutation.
- VendorA third party vendor of inventory models.
- VendorItemAn item that can be purchased from a particular vendor.