WarehouseCreateInput
No description
input WarehouseCreateInput {
name: String!
address: WarehouseAddressInput
slug: String
companyName: String
seller: ID!
email: String
addShippingZones: [ID!]
externalId: String
externalSource: String
isAddressSameAsBusiness: Boolean
}
Fields
WarehouseCreateInput.name ● String! non-null scalar
Warehouse name.
WarehouseCreateInput.address ● WarehouseAddressInput input
Address of the warehouse.
WarehouseCreateInput.slug ● String scalar
Warehouse slug.
WarehouseCreateInput.companyName ● String scalar
Company name.
WarehouseCreateInput.seller ● ID! non-null scalar
Seller ID
WarehouseCreateInput.email ● String scalar
The email address of the warehouse.
WarehouseCreateInput.addShippingZones ● [ID!] list scalar
Shipping zones to assign to the warehouse.
WarehouseCreateInput.externalId ● String scalar
External ID of a warehouse if originating outside of the system.
WarehouseCreateInput.externalSource ● String scalar
External source of a warehouse if originating outside of the system.
WarehouseCreateInput.isAddressSameAsBusiness ● Boolean scalar
Determines if the warehouse address is same as business address
Member Of
warehouseCreate mutation