INPUT_OBJECT

CouponDefinitionInput

Coupon Definition input

link GraphQL Schema definition

  • input CouponDefinitionInput {
  • id: HashId
  • name: String!
  • description: String
  • metadata: Metadata
  • productVariantId: HashId!
  • # An ID that references an organization that will own this object. Can be empty if
  • # user belongs to only one organization.
  • organizationId: HashId
  • entryZoneGroups: [EntryZoneGroupInput!]
  • }