OBJECT

applyCouponResponse

Body of a response to apply a coupon to a shopping cart.

link GraphQL Schema definition

1type applyCouponResponse {
2
3# Coupon identifier.
4couponId: String!
7
5# Order identifier.
6orderId: String!
8
9}

link Required by