Skip to main content

WarehouseUpdateInput

No description

input WarehouseUpdateInput {
name: String
slug: String
address: WarehouseAddressInput
isAddressSameAsBusiness: Boolean
addShippingZones: [ID!]
removeShippingZones: [ID!]
companyName: String
email: String
externalId: String
externalSource: String
seller: ID
}

Fields

WarehouseUpdateInput.name ● String scalar

WarehouseUpdateInput.slug ● String scalar

WarehouseUpdateInput.address ● WarehouseAddressInput input

WarehouseUpdateInput.isAddressSameAsBusiness ● Boolean scalar

WarehouseUpdateInput.addShippingZones ● [ID!] list scalar

WarehouseUpdateInput.removeShippingZones ● [ID!] list scalar

WarehouseUpdateInput.companyName ● String scalar

Company name of the warehouse.

WarehouseUpdateInput.email ● String scalar

Email address of the warehouse.

WarehouseUpdateInput.externalId ● String scalar

External ID for the warehouse.

WarehouseUpdateInput.externalSource ● String scalar

External source for the warehouse.

WarehouseUpdateInput.seller ● ID scalar

ID of the seller for this warehouse.

Member Of

warehouseUpdate mutation

Was this page helpful?