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