Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 738 Bytes

customer-tax-ids.md

File metadata and controls

24 lines (15 loc) · 738 Bytes

Customer Tax Ids

Represents the tax ID associated with a customer profile. The corresponding tax_ids field is available only for customers of sellers in EU countries or the United Kingdom. For more information, see Customer tax IDs.

Structure

CustomerTaxIds

Fields

Name Type Tags Description
euVat string | undefined Optional The EU VAT identification number for the customer. For example, IE3426675K. The ID can contain alphanumeric characters only.
Constraints: Maximum Length: 20

Example (as JSON)

{
  "eu_vat": null
}