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

    Represents an invoice or credit note document with details about the transaction, parties involved, and line items.

    Index

    Properties

    additionalDetails?: AdditionalDetails[]

    Additional details provided by the selling party, for tax related or other purposes.

    allowanceDetails?: AllowanceDetails[]

    Total allowance amount details for all line items.

    billToParty?: PartyIdentification
    chargeDetails?: ChargeDetails[]

    Total charge amount details for all line items.

    date: string

    Defines a date and time according to ISO8601.

    id: string

    Unique number relating to the charges defined in this document. This will be invoice number if the document type is Invoice or CreditNote number if the document type is Credit Note. Failure to provide this reference will result in a rejection.

    invoiceTotal: Money

    Identifies the type of invoice.

    items?: InvoiceItem[]

    The list of invoice items.

    paymentTerms?: PaymentTerms
    referenceNumber?: string

    An additional unique reference number used for regulatory or other purposes.

    remitToParty: PartyIdentification
    shipFromParty?: PartyIdentification
    shipToParty?: PartyIdentification
    taxDetails?: TaxDetails[]

    Total tax amount details for all line items.