Skip to content

VoucherConfiguration

View normalized Markdown

VoucherConfiguration

graphql
type VoucherConfiguration {
  checkoutTargetState: CheckoutTargetStateEnum
  currentPriceValue: Money
  descTranslated: String
  id: ID!
  images: [ImageAttachment!]!
  nameTranslated: String!
  number: String!
  shopSlug: ShopSlug
}

Fields

VoucherConfiguration.checkoutTargetState · CheckoutTargetStateEnum enum

Checkout operation this offer needs when it is the only offer in a cart. Request.checkoutPolicy is authoritative for the whole cart.

VoucherConfiguration.currentPriceValue · Money scalar

Sales price of the voucher.

VoucherConfiguration.descTranslated · String scalar

Translated description in language specified by Accept-Language header.

VoucherConfiguration.id · ID! non-null scalar

VoucherConfiguration.images · [ImageAttachment!]! non-null object

Images for displaying the voucher.

VoucherConfiguration.nameTranslated · String! non-null scalar

VoucherConfiguration.number · String! non-null scalar

Human-readable offer number.

VoucherConfiguration.shopSlug · ShopSlug object

Shop slug record for this offerable

Implemented By

OfferableUnion union · PriceOriginUnion union