OBJECT

CelebrationProductBenefit

A celebration product benefit the user will receive when purchasing the celebration product.

link GraphQL Schema definition

1type CelebrationProductBenefit implements ProductCatalogBenefit {
2
3# The identifier of the celebration product benefit.
4id: ID!
5
6}

link Required by

This element is not required by anyone