OBJECT

assignedRemoveCouponResponse

Body of a response to remove a coupon from a shopping cart.

link GraphQL Schema definition

1type assignedRemoveCouponResponse {
2
3# Order identifier.
4orderId: String!
6
7}

link Required by