INPUT_OBJECT
UpdateInventoryLocationMutationInput
The input object that defines the fields for the updateInventoryLocation mutation.
link GraphQL Schema definition
- input UpdateInventoryLocationMutationInput {
- # A descriptive name.
- String :
- # The physical address of the inventory location.
- UpdateInventoryLocationAddressMutationInput :
- # A note about this entity.
- NoteMutationInput :
- }