Selling Partner API SDK for JavaScript
    Preparing search index...

    Tax registration information for an entity associated with the order.

    interface OrderTaxRegistration {
        entityType?: string;
        legalName?: string;
        taxRegistrationAddress?: CustomerAddress;
        taxRegistrationAttributes?: TaxRegistrationAttribute[];
        taxRegistrationNumber?: string;
        taxRegistrationType?: string;
    }
    Index

    Properties

    entityType?: string

    The type of entity that the tax registration belongs to. Possible values: - BUYER (Indicates that this is the buyer's tax registration information) - MERCHANT (Indicates that this is the merchant's tax registration information) - MARKETPLACE (Indicates that this is the marketplace's tax registration information)

    legalName?: string

    The legal name associated with the tax registration.

    taxRegistrationAddress?: CustomerAddress
    taxRegistrationAttributes?: TaxRegistrationAttribute[]

    Additional attributes related to the tax registration.

    taxRegistrationNumber?: string

    The tax registration number that identifies the entity for tax purposes.

    taxRegistrationType?: string

    The type of the tax registration number. Possible values: BUSINESS, VAT, CST, CPF, CNPJ