From 9de602be8a3a45b0f5c971c8092b962a497bc4b7 Mon Sep 17 00:00:00 2001 From: Dimitris Fousteris Date: Mon, 12 Feb 2024 13:09:58 +0200 Subject: [PATCH] Add coupon_deals tag to webhook/API --- source/localizable/smart_cart/_order_object.html.md.erb | 2 +- source/localizable/smart_cart/webhook.html.md.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/localizable/smart_cart/_order_object.html.md.erb b/source/localizable/smart_cart/_order_object.html.md.erb index 7bfe7f8d..b98afcb5 100644 --- a/source/localizable/smart_cart/_order_object.html.md.erb +++ b/source/localizable/smart_cart/_order_object.html.md.erb @@ -122,7 +122,7 @@ Name | Type | Description `line_items[_].rejection_reason` | String | Rejection reason (possible values: `limited_stock`, `no_stock`, `discontinuation`, `wrong_price`) `line_items[_].return_reason` | String | User return reason (possible values: `faulty`, `wrong_product`, `withdrawal`, `wrong_size`) `line_items[_].serial_numbers` | String | Serial numbers for item, concatenated by ',', e.g. `SN12345,SN56789` -`line_items[_].tags` | Array | A list of tags that characterize the line item (optional). Supported tags: `["plus_deal"]` +`line_items[_].tags` | Array | A list of tags that characterize the line item (optional). Supported tags: `["plus_deal", "coupon_deal"]` #### Line item size diff --git a/source/localizable/smart_cart/webhook.html.md.erb b/source/localizable/smart_cart/webhook.html.md.erb index 48c59980..c8f6bad5 100644 --- a/source/localizable/smart_cart/webhook.html.md.erb +++ b/source/localizable/smart_cart/webhook.html.md.erb @@ -229,7 +229,7 @@ Would send a Webhook request payload just like if the order was cancelled by the "ean": "1234567890123", "mpn": "JA-1059", "serial_numbers": null, - "tags": ["plus_deal"] + "tags": ["plus_deal", "coupon_deal"] }, { "id": "l39vKqxqh2",