Skip to content

Commit

Permalink
Add readjusted_vat and vat_ratio attributes to order object
Browse files Browse the repository at this point in the history
  • Loading branch information
thestbar committed Jan 9, 2025
1 parent d1dfa75 commit 3f7a52c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/localizable/smart_cart/_order_object.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ Name | Type | Description
`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", "coupon_deal", "two_plus_deal", "price_optimizer", "cc_installments"]`
`line_items[_].readjusted_vat` | Boolean | Whether the VAT has been readjusted for this line item (only applies to international orders)
`line_items[_].vat_ratio` | Double | The VAT ratio for this line item

#### Line item size

Expand Down

0 comments on commit 3f7a52c

Please sign in to comment.