OBJECT

removePromotionCodeResponse

Body of a response to remove a promotion code from a shopping cart.

link GraphQL Schema definition

1type removePromotionCodeResponse {
2
3# The order identifier.
4orderId: String!
6
7}

link Required by