GraphQL OBJECT
PurchaseSearchPromotion
Information of the promotion which was used for this product.
link Definition
- type PurchaseSearchPromotion {
- # Unique ID of the promotion.
- Int :
- # Name of the promotion.
- String :
- # Coupon code associated with the product.
- String :
- # The type of the promotion.
- PromotionType :
- }