File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2816,6 +2816,7 @@ components:
2816
2816
order_id : 138
2817
2817
order_address_id : 39
2818
2818
tax_rate_id : 1
2819
+ sales_tax_id : ' TaxId123'
2819
2820
tax_class_id : 0
2820
2821
name : Tax
2821
2822
class : Default Tax Class
@@ -2828,6 +2829,7 @@ components:
2828
2829
order_id : 138
2829
2830
order_address_id : 40
2830
2831
tax_rate_id : 1
2832
+ sales_tax_id : ' TaxId123'
2831
2833
tax_class_id : 0
2832
2834
name : Tax
2833
2835
class : Default Tax Class
@@ -3373,6 +3375,11 @@ components:
3373
3375
description : The unique numeric identifier of the tax rate.
3374
3376
example : 1
3375
3377
type : integer
3378
+ deprecated : true
3379
+ sales_tax_id :
3380
+ description : A unique identifier for the applied tax rate. This may be a third-party tax provider's identifier.
3381
+ example : ' TaxId123'
3382
+ type : string
3376
3383
tax_class_id :
3377
3384
description : |-
3378
3385
A unique numeric identifier for the tax class. If not provided or null, the default fee tax class from the control panel is used.
You can’t perform that action at this time.
0 commit comments