diff --git a/source/localizable/smart_cart/_order_object.html.md.erb b/source/localizable/smart_cart/_order_object.html.md.erb index 3501e56d..7bfe7f8d 100644 --- a/source/localizable/smart_cart/_order_object.html.md.erb +++ b/source/localizable/smart_cart/_order_object.html.md.erb @@ -122,6 +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 item size diff --git a/source/localizable/smart_cart/webhook.html.md.erb b/source/localizable/smart_cart/webhook.html.md.erb index 098a81e2..8ebedcc0 100644 --- a/source/localizable/smart_cart/webhook.html.md.erb +++ b/source/localizable/smart_cart/webhook.html.md.erb @@ -227,7 +227,8 @@ Would send a Webhook request payload just like if the order was cancelled by the "island_vat_discount_applied": false, "ean": "1234567890123", "mpn": "JA-1059", - "serial_numbers": null + "serial_numbers": null, + "tags": ["plus_deal"] }, { "id": "l39vKqxqh2",