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

    Interface InvoicesApiGetGovernmentInvoiceStatusRequest

    Request parameters for getGovernmentInvoiceStatus operation in InvoicesApi.

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

    Properties

    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 status 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.