WarehouseCreateInput Input Type
No description
input WarehouseCreateInput {
slug: String
email: String
externalReference: String
name: String!
address: AddressInput!
shippingZones: [ID!] @deprecated
}
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.
Show deprecated
Member Of
createWarehouse mutation