{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EbayTaxReference", "title": "EbayTaxReference", "type": "object", "properties": { "name": { "type": "string", "description": "This field value is returned to indicate the VAT tax type, which will vary by country/region. This string value will be one of the following:" }, "value": { "type": "string", "description": "The value returned in this field is the VAT identifier number (VATIN), which will vary by country/region. This field will be returned if VAT tax is applicable for the order. The name field indicates the VAT tax type, which will vary by country/region: " } }, "description": "This type describes the VAT tax details. The eBay VAT tax type and the eBay VAT identifier number will be returned if a VAT tax is applicable for the order.

Note: As of January 31, 2022, addressLine2 no longer returns EU VAT tax information." }