StockLocation
type StockLocation {
id: ID!
address: StockLocationAddress
deliveryTime: StockLocationDeliveryTimeEnum
description: String
isRemindOutOfStockEnabled: Boolean
name: String!
outOfStockMailList: [String!]
type: StockLocationTypeEnum
}
Fields
address
StockLocationAddressIt is the address information of the stock location.
deliveryTime
StockLocationDeliveryTimeEnumIt is the delivery time of the stock location.
description
StringIt is the description of the stock location.
isRemindOutOfStockEnabled
BooleanIt is the name of the stock location.
outOfStockMailList
[String!]It is the type enum of the stock location.