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

    The request schema for the submitInvoice operation.

    interface SubmitInvoiceRequest {
        contentMD5Value: string;
        invoiceContent: string;
        invoiceType: "Outbound";
        marketplaceId: string;
        programType: ProgramType;
    }
    Index

    Properties

    contentMD5Value: string

    MD5 sum for validating the invoice data. For more information about calculating this value, see Working with Content-MD5 Checksums.

    invoiceContent: string

    Shipment invoice document content.

    invoiceType: "Outbound"
    marketplaceId: string

    An Amazon marketplace identifier.

    programType: ProgramType