File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/QuoteGraphQl/etc Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
234236type ShippingCartAddress implements CartAddressInterface @doc (description : " Contains shipping addresses and methods." ) {
You can’t perform that action at this time.
0 commit comments