GraphQL OBJECT

CreatePromotionPayload

Payload for created promotion. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.

link Definition

  • type CreatePromotionPayload {
  • # The created promotion.
  • createdPromotion: Promotion
  • }

link Required by