WarehouseCreateInput
No description
input WarehouseCreateInput {
slug: String
email: String
externalReference: String
name: String!
address: AddressInput!
shippingZones: [ID!]
}
Fields
WarehouseCreateInput.slug ● String scalar
Warehouse slug.
WarehouseCreateInput.email ● String scalar
The email address of the warehouse.
WarehouseCreateInput.externalReference ● String scalar
External ID of the warehouse.
Added in Saleor 3.10
WarehouseCreateInput.name ● String! non-null scalar
Warehouse name.
WarehouseCreateInput.address ● AddressInput! non-null input
Address of the warehouse.
WarehouseCreateInput.shippingZones ● [ID!] list scalar
Shipping zones supported by the warehouse.
DEPRECATED: this field will be removed in Saleor 4.0. Providing the zone ids will raise a ValidationError.
Member of
createWarehouse mutation
Was this page helpful?