Skip to main content

WarehouseUpdateInput

No description

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

Fields

WarehouseUpdateInput.name ● String scalar

Warehouse name.

WarehouseUpdateInput.address ● WarehouseAddressInput input

Address of the warehouse.

WarehouseUpdateInput.slug ● String scalar

Warehouse slug.

WarehouseUpdateInput.companyName ● String scalar

Company name.

WarehouseUpdateInput.seller ● ID scalar

Seller ID

WarehouseUpdateInput.email ● String scalar

The email address of the warehouse.

WarehouseUpdateInput.addShippingZones ● [ID!] list scalar

Shipping zones to assign to the warehouse.

WarehouseUpdateInput.externalId ● String scalar

External ID of a warehouse if originating outside of the system.

WarehouseUpdateInput.externalSource ● String scalar

External source of a warehouse if originating outside of the system.

WarehouseUpdateInput.isAddressSameAsBusiness ● Boolean scalar

Determines if the warehouse address is same as business address

WarehouseUpdateInput.removeShippingZones ● [ID!] list scalar

Shipping zones to unassign from the warehouse.

Member Of

warehouseUpdate mutation

Was this page helpful?