INPUT_OBJECT
CreateVendorItemMutationInput
The input object that defines the fields for the createVendorItem mutation.
link GraphQL Schema definition
- input CreateVendorItemMutationInput {
- # A descriptive name.
- String! :
- # The ID of the vendor that sells this item
- Int64Bit :
- # Archived vendor items may not be used for creating new purchase orders or
- # product requests.
- Boolean :
- # The type of entity that is referred to by this vendor item.
- VendoritemableType! :
- # The ID of the entity that is referred to by this vendor item.
- Int64Bit! :
- # Part number used by the vendor to identify this vendor item.
- String :
- # The purchase price of this item from the vendor.
- Int :
- # Number of inventory models that are included in a single unit of this vendors
- # product.
- Int :
- # Flag for vendor items that should create a one-time service for retail sale to
- # customers.
- Boolean :
- # The price of the one-time service created for this vendor item
- Int :
- # The ID of the one-time service created when this vendor item was created.
- Int64Bit :
- # A note about this entity.
- NoteMutationInput :
- }