WarehouseUpdateInput
No description
input WarehouseUpdateInput {
slug: String
email: String
externalReference: String
name: String
address: AddressInput
clickAndCollectOption: WarehouseClickAndCollectOptionEnum
isPrivate: Boolean
}
Fields
WarehouseUpdateInput.slug ● String scalar
Warehouse slug.
WarehouseUpdateInput.email ● String scalar
The email address of the warehouse.
WarehouseUpdateInput.externalReference ● String scalar
External ID of the warehouse.
Added in Saleor 3.10
WarehouseUpdateInput.name ● String scalar
Warehouse name.
WarehouseUpdateInput.address ● AddressInput input
Address of the warehouse.
WarehouseUpdateInput.clickAndCollectOption ● WarehouseClickAndCollectOptionEnum enum
Click and collect options: local, all or disabled.
Added in Saleor 3.1
WarehouseUpdateInput.isPrivate ● Boolean scalar
Visibility of warehouse stocks.
Added in Saleor 3.1
Member of
updateWarehouse mutation
Was this page helpful?