Skip to main content

WarehouseCreateInput

No description

input WarehouseCreateInput {
slug: String
email: String
externalReference: String
name: String!
address: AddressInput!
shippingZones: [ID!]
}

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.

Added in Saleor 3.10

WarehouseCreateInput.name ● String! non-null scalar miscellaneous

Warehouse name.

WarehouseCreateInput.address ● AddressInput! non-null input miscellaneous

Address of the warehouse.

WarehouseCreateInput.shippingZones ● [ID!] list scalar miscellaneous

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