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