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

    Information required to create the government invoice.

    interface GovernmentInvoiceRequest {
        contexts?: CarrierDetailsContext[];
        inboundPlanId?: string;
        invoiceType: string;
        marketplaceId: string;
        shipmentId: string;
        transactionType: string;
    }
    Index

    Properties

    Object that contains additional invoice creation information

    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 government invoices creation request will match the national authoritative source of the given marketplace.

    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.