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

    The response schema for the getInvoiceStatus operation.

    interface GetInvoiceStatusResponse {
        amazonOrderId?: string;
        amazonShipmentId?: string;
        errors?: Error[];
        invoiceStatus?: ShipmentInvoiceStatus;
    }
    Index

    Properties

    amazonOrderId?: string

    The Amazon-defined order identifier.

    amazonShipmentId?: string

    The Amazon-defined shipment identifier.

    errors?: Error[]

    A list of error responses returned when a request is unsuccessful.

    invoiceStatus?: ShipmentInvoiceStatus