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

    Interface InvoicesApiGetGovernmentInvoiceDocumentRequest

    Request parameters for getGovernmentInvoiceDocument operation in InvoicesApi.

    interface InvoicesApiGetGovernmentInvoiceDocumentRequest {
        fileFormat?: string;
        inboundPlanId?: string;
        invoiceType: string;
        marketplaceId: string;
        shipmentId: string;
        transactionType: string;
    }
    Index

    Properties

    fileFormat?: string

    Requested file format. Default is XML

    inboundPlanId?: string

    The unique InboundPlan identifier in which the shipment is contained and for which the invoice will be created.

    invoiceType: string

    Marketplace specific classification of the invoice type. Check 'invoiceType' options using 'getInvoicesAttributes' operation.

    marketplaceId: string

    The invoices returned will match the marketplace that you specify.

    shipmentId: string

    The unique shipment identifier to get an invoice for.

    transactionType: string

    Marketplace specific classification of the transaction type that originated the invoice. Check 'transactionType' options using 'getInvoicesAttributes' operation.