INPUT_OBJECT
InventoryItemFieldsMutationInput
The input object that defines the fields for the createInventoryItems mutation.
link GraphQL Schema definition
- input InventoryItemFieldsMutationInput {
- # The fields for each inventory item being added.
- : [IndividualInventoryItemFieldsMutationInput]
- # The purchase price of this item.
- : Int
- # The physical status of this item.
- : InventoryItemStatus
- # A decimal latitude.
- : Latitude
- # A decimal latitude.
- : Longitude
- # The quantity of this inventory model.
- : Int
- }