Skip to main content

WarehouseUpdateInput Input Type

No description

input WarehouseUpdateInput {
slug: String
email: String
externalReference: String
name: String
address: AddressInput
clickAndCollectOption: WarehouseClickAndCollectOptionEnum
isPrivate: Boolean
}

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.

clickAndCollectOption ● WarehouseClickAndCollectOptionEnum

Click and collect options: local, all or disabled.

isPrivate ● Boolean

Visibility of warehouse stocks.

Member Of

updateWarehouse mutation