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

    Additional information for invoice creation.

    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 national authoritative source that will be on the government invoice creation request.

    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.