LocationInventoryInput
Product custom input
input LocationInventoryInput {
locationId: ID!
quantity: Int!
}
Fields
LocationInventoryInput.locationId ● ID! non-null scalar
The ID of the location to add the inventory to.
LocationInventoryInput.quantity ● Int! non-null scalar
The quantity of the product to add to the inventory.
Member Of
InitializeInventoryInput input ● InventoryQuickAdjustInput input