Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
"couponLineItem": {
"couponLineItemId": "5858F55B-0C82-4C2C-A435-D5809AB3C878",
"couponCampaignId": "5936D13B-4C3A-6CC4-233F-AC17320912BE",
"couponCode": "KDM38Q",
"lineItemPrice": {
"taxType": "NONE",
"formatted": "-12.99 €",
Expand Down
1 change: 1 addition & 0 deletions apps/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ ePages Now only!
| - | - | - |
| couponLineItemId | string | The unique identifier of the coupon line item. |
| couponCampaignId | string | The unique identifier of the campaign the coupon belongs to. |
| couponCode | string | The coupon code that was redeemed. |
| lineItemPrice | object of [price](page:apps-data-types#price) | The price of the line item (`singleItemPrice` multiplied by `quantity`). |
| validationErrors | array of error strings | The error that occurred when redeeming a coupon for this cart. Can be one of *LineItemsSubTotalTooSmall*, *CouponIsInvalidated*, *ValidCouponCountReached*, *CouponNotEffective*, *PaymentMethodMisMatch*, *ShippingMethodMisMatch*, *ProductMisMatch*.

Expand Down