The response for the createQuery operation.

CreateQueryResponse

interface CreateQueryResponse {
    queryId: string;
}

Properties

Properties

queryId: string

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

CreateQueryResponse