Skip to main content

StockLocation

type StockLocation {
id: ID!
address: StockLocationAddress
deliveryTime: StockLocationDeliveryTimeEnum
description: String
isRemindOutOfStockEnabled: Boolean
name: String!
outOfStockMailList: [String!]
type: StockLocationTypeEnum
}

Fields

idID!required

It is the address information of the stock location.

It is the delivery time of the stock location.

descriptionString

It is the description of the stock location.

isRemindOutOfStockEnabledBoolean
nameString!required

It is the name of the stock location.

outOfStockMailList[String!]

It is the type enum of the stock location.