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

    Detailed information about the query.

    interface Query {
        createdTime: string;
        dataDocumentId?: string;
        errorDocumentId?: string;
        pagination?: QueryPagination;
        processingEndTime?: string;
        processingStartTime?: string;
        processingStatus: QueryProcessingStatusEnum;
        query: string;
        queryId: string;
    }
    Index

    Properties

    createdTime: string

    The date and time when the query was created, in ISO 8601 date time format.

    dataDocumentId?: string

    The data document identifier. This identifier is only present when there is data available as a result of the query. This identifier is unique only in combination with a selling partner account ID. Pass this identifier into the getDocument operation to get the information required to retrieve the data document's contents.

    errorDocumentId?: string

    The error document identifier. This identifier is only present when an error occurs during query processing. This identifier is unique only in combination with a selling partner account ID. Pass this identifier into the getDocument operation to get the information required to retrieve the error document's contents.

    pagination?: QueryPagination
    processingEndTime?: string

    The date and time when the query processing completed, in ISO 8601 date time format.

    processingStartTime?: string

    The date and time when the query processing started, in ISO 8601 date time format.

    processingStatus: QueryProcessingStatusEnum

    The processing status of the query.

    query: string

    The submitted query.

    queryId: string

    The query identifier. This identifier is unique only in combination with a selling partner account ID.