File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -6474,6 +6474,33 @@ components:
6474
6474
type : string
6475
6475
url :
6476
6476
type : string
6477
+ legal_name :
6478
+ type : string
6479
+ contact_email :
6480
+ type : string
6481
+ nullable : true
6482
+ contact_phone :
6483
+ type : string
6484
+ description :
6485
+ type : string
6486
+ vat_id :
6487
+ type : string
6488
+ tax_id :
6489
+ type : string
6490
+ address1 :
6491
+ type : string
6492
+ address2 :
6493
+ type : string
6494
+ city :
6495
+ type : string
6496
+ zipcode :
6497
+ type : string
6498
+ state_name :
6499
+ type : string
6500
+ country_id :
6501
+ type : integer
6502
+ state_id :
6503
+ type : integer
6477
6504
taxonomy :
6478
6505
type : object
6479
6506
properties :
@@ -6955,6 +6982,33 @@ components:
6955
6982
type : string
6956
6983
cart_tax_country_iso :
6957
6984
type : string
6985
+ legal_name :
6986
+ type : string
6987
+ contact_email :
6988
+ type : string
6989
+ nullable : true
6990
+ contact_phone :
6991
+ type : string
6992
+ description :
6993
+ type : string
6994
+ vat_id :
6995
+ type : string
6996
+ tax_id :
6997
+ type : string
6998
+ address1 :
6999
+ type : string
7000
+ address2 :
7001
+ type : string
7002
+ city :
7003
+ type : string
7004
+ zipcode :
7005
+ type : string
7006
+ state_name :
7007
+ type : string
7008
+ country_id :
7009
+ type : integer
7010
+ state_id :
7011
+ type : integer
6958
7012
taxonomy-input :
6959
7013
type : object
6960
7014
title : Taxonomy input
You can’t perform that action at this time.
0 commit comments