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