Skip to content

Commit 7396001

Browse files
committed
ACP2E-913: add vat_id on billing / shipping address
1 parent cd826aa commit 7396001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/QuoteGraphQl/etc/schema.graphqls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ input CartAddressInput @doc(description: "Defines the billing or shipping addres
123123
postcode: String @doc(description: "The ZIP or postal code of the billing or shipping address.")
124124
country_code: String! @doc(description: "The country code and label for the billing or shipping address.")
125125
telephone: String @doc(description: "The telephone number for the billing or shipping address.")
126+
vat_id: String @doc(description: "The VAT company number for billing or shipping address.")
126127
save_in_address_book: Boolean @doc(description: "Determines whether to save the address in the customer's address book. The default value is true.")
127128
}
128129

@@ -229,6 +230,7 @@ interface CartAddressInterface @typeResolver(class: "\\Magento\\QuoteGraphQl\\Mo
229230
postcode: String @doc(description: "The ZIP or postal code of the billing or shipping address.")
230231
country: CartAddressCountry! @doc(description: "An object containing the country label and code.")
231232
telephone: String @doc(description: "The telephone number for the billing or shipping address.")
233+
vat_id: String @doc(description: "The VAT company number for billing or shipping address.")
232234
}
233235

234236
type ShippingCartAddress implements CartAddressInterface @doc(description: "Contains shipping addresses and methods.") {

0 commit comments

Comments
 (0)