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
123
123
postcode : String @doc (description : " The ZIP or postal code of the billing or shipping address." )
124
124
country_code : String ! @doc (description : " The country code and label for the billing or shipping address." )
125
125
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." )
126
127
save_in_address_book : Boolean @doc (description : " Determines whether to save the address in the customer's address book. The default value is true." )
127
128
}
128
129
@@ -229,6 +230,7 @@ interface CartAddressInterface @typeResolver(class: "\\Magento\\QuoteGraphQl\\Mo
229
230
postcode : String @doc (description : " The ZIP or postal code of the billing or shipping address." )
230
231
country : CartAddressCountry ! @doc (description : " An object containing the country label and code." )
231
232
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." )
232
234
}
233
235
234
236
type ShippingCartAddress implements CartAddressInterface @doc (description : " Contains shipping addresses and methods." ) {
You can’t perform that action at this time.
0 commit comments