WarehouseCreateInput Input Type
No description
input WarehouseCreateInput {
slug: String
email: String
externalReference: String
name: String!
address: AddressInput!
shippingZones: [ID!] @deprecated
}
Fields
WarehouseCreateInput.slug ● String scalar miscellaneous
Warehouse slug.
WarehouseCreateInput.email ● String scalar miscellaneous
The email address of the warehouse.
WarehouseCreateInput.externalReference ● String scalar miscellaneous
External ID of the warehouse.
WarehouseCreateInput.name ● String! non-null scalar miscellaneous
Warehouse name.
WarehouseCreateInput.address ● AddressInput! non-null input miscellaneous
Address of the warehouse.
WarehouseCreateInput.shippingZones ● [ID!] deprecated list scalar miscellaneous
DEPRECATED
Providing the zone ids will raise a ValidationError.
Shipping zones supported by the warehouse.
Member Of
createWarehouse mutation