ENUM
ProductType
The type of a special product
link GraphQL Schema definition
- enum ProductType {
- # A gift card
- # A live selection that contains other products
- # A mystery box item that will resolve to another after purchase
- # An item that supports split payments
- }