RequestItem
Request items that are managed in this app
graphql
type RequestItem {
globalPersonalizations: Json!
id: ID!
offerable(posId: ID): OfferableUnion
offerableId: ID
offerableSpan: TsRange
offerableSpanStr(
dateFormat: String = "date_weekday_month_name"
timeFormat: String = "time"
): String
offerableType: OfferableTypeEnum
pricings: [Pricing!]!
relatedProducts: [Product!]!
totalGrossValue: Money!
totalValue: Money!
}
Fields
RequestItem.globalPersonalizations · Json! non-null scalar
RequestItem.id · ID! non-null scalar
RequestItem.offerable · OfferableUnion union
RequestItem.offerable.posId · ID scalar
For which POS should the quota information be calculated.
RequestItem.offerableId · ID scalar
RequestItem.offerableSpan · TsRange scalar
selected time span for offerable.
RequestItem.offerableSpanStr · String scalar
selected time span for offerable.
RequestItem.offerableSpanStr.dateFormat · String scalar
RequestItem.offerableSpanStr.timeFormat · String scalar
RequestItem.offerableType · OfferableTypeEnum enum
RequestItem.pricings · [Pricing!]! non-null object
RequestItem.relatedProducts · [Product!]! non-null object
products that are recommended for up and cross selling
RequestItem.totalGrossValue · Money! non-null scalar
total price value including external taxes and discounts
RequestItem.totalValue · Money! non-null scalar
total price value including discounts
Member Of
Request object · RequestItemCreatePayload object · RequestItemDiscardPayload object · RequestItemUpdatePayload object