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

    Details of the item being invoiced.

    interface InvoiceItem {
        allowanceDetails?: AllowanceDetails[];
        amazonProductIdentifier?: string;
        chargeDetails?: ChargeDetails[];
        creditNoteDetails?: CreditNoteDetails;
        hsnCode?: string;
        invoicedQuantity: ItemQuantity;
        itemSequenceNumber: number;
        netCost: Money;
        netCostUnitOfMeasure?: NetCostUnitOfMeasure;
        purchaseOrderNumber?: string;
        taxDetails?: TaxDetails[];
        vendorProductIdentifier?: string;
    }
    Index

    Properties

    allowanceDetails?: AllowanceDetails[]

    Individual allowance details per line item.

    amazonProductIdentifier?: string

    Amazon Standard Identification Number (ASIN) of an item.

    chargeDetails?: ChargeDetails[]

    Individual charge details per line item.

    creditNoteDetails?: CreditNoteDetails
    hsnCode?: string

    HSN Tax code. The HSN number cannot contain alphabets.

    invoicedQuantity: ItemQuantity
    itemSequenceNumber: number

    Unique number related to this line item.

    netCost: Money
    netCostUnitOfMeasure?: NetCostUnitOfMeasure
    purchaseOrderNumber?: string

    The Amazon purchase order number for this invoiced line item. Formatting Notes: 8-character alpha-numeric code. This value is mandatory only when invoiceType is Invoice, and is not required when invoiceType is CreditNote.

    taxDetails?: TaxDetails[]

    Individual tax details per line item.

    vendorProductIdentifier?: string

    The vendor selected product identifier of the item. Should be the same as was provided in the purchase order.