Skip to content

Commit 3a6f46a

Browse files
committed
Updated Solidus API schema for store endpoints
1 parent 5ca04d7 commit 3a6f46a

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

api/openapi/solidus-api.oas.yml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6474,6 +6474,33 @@ components:
64746474
type: string
64756475
url:
64766476
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
64776504
taxonomy:
64786505
type: object
64796506
properties:
@@ -6955,6 +6982,33 @@ components:
69556982
type: string
69566983
cart_tax_country_iso:
69576984
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
69587012
taxonomy-input:
69597013
type: object
69607014
title: Taxonomy input

0 commit comments

Comments
 (0)