Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    fileFormat?: string

    The file format of the invoice. The default is XML.

    inboundPlanId?: string

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

    invoiceType: string

    The marketplace-specific classification of the invoice type. Check `invoiceType` options using the `getInvoicesAttributes` operation.

    marketplaceId: string

    The marketplace of the invoice.

    shipmentId: string

    The unique shipment identifier for which to get an invoice.

    transactionType: string

    The marketplace-specific classification of the transaction type that originated the invoice. Check `transactionType` options using the `getInvoicesAttributes` operation.