INPUT_OBJECT

applyPromotionCodeBodyInput

Body of a request to apply a promotion code to a shopping cart.

link GraphQL Schema definition

1input applyPromotionCodeBodyInput {
4
2# The promotion code.
3promoCode: String!
5}

link Required by