INPUT_OBJECT
UpdateVendorItemMutationInput
The input object that defines the fields for the updateVendorItem mutation.
link GraphQL Schema definition
- input UpdateVendorItemMutationInput {
- # A descriptive name.
- String :
- # 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 :
- # Setting this value to `true` will set `part_number` to null.
- Boolean :
- # Setting this value to `true` will set `retail_item_service_id` to null.
- Boolean :
- }