Skip to main content

LabelPromotion

Promotions from network

type LabelPromotion {
couponCode: String
currency: String!
description: String!
displayDescription: String!
endsAt: DateTimeISO
id: ID!
label: String!
link: Link
merchant: Merchant
startsAt: DateTimeISO
url: String
}

Fields​

LabelPromotion.couponCode ● String scalar​

Promotion's coupon code

LabelPromotion.currency ● String! non-null scalar​

Promotion's currency

LabelPromotion.description ● String! non-null scalar​

Promotion's description

LabelPromotion.displayDescription ● String! non-null scalar​

Promotion's plain text description, might only include a single line

LabelPromotion.endsAt ● DateTimeISO scalar​

Promotion's end date

LabelPromotion.id ● ID! non-null scalar​

Promotion's ID

LabelPromotion.label ● String! non-null scalar​

Promotion's label

Promotion's Link

LabelPromotion.merchant ● Merchant object​

Promotion's merchant

LabelPromotion.startsAt ● DateTimeISO scalar​

Promotion's end date

LabelPromotion.url ● String scalar​

Promotion's url

Returned by​

LabelPromotionSearch query