onCouponCodeAdd
@data
Property | Type | Required |
---|---|---|
checkoutId | string | mandatory |
couponCode | string | mandatory |
@response
Property | Type | Required |
---|---|---|
items | CheckoutItem Array | optional |
orderAmount | Amount | mandatory |
orderAmountDetails | OrderAmountDetails | optional |
shippingMethods | ShippingMethod Array | optional |
pickupMethods | PickupMethod Array | optional |
shipToStoreMethods | PickupMethod Array | optional |
coupons | CouponItem Array | optional |
Updated 8 months ago