OBJECT

applyPromotionCodeResponse

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

link GraphQL Schema definition

1type applyPromotionCodeResponse {
2
3# The order identifier.
4orderId: String!
7
5# The promotion code.
6promoCode: String!
8
9}

link Required by