Interface ItemLookupApiGetBoxSetRemoteSearchResultsRequest

Request parameters for getBoxSetRemoteSearchResults operation in ItemLookupApi.

ItemLookupApiGetBoxSetRemoteSearchResultsRequest

interface ItemLookupApiGetBoxSetRemoteSearchResultsRequest {
    boxSetInfoRemoteSearchQuery: BoxSetInfoRemoteSearchQuery;
}

Properties

boxSetInfoRemoteSearchQuery: BoxSetInfoRemoteSearchQuery

Remote search query.

ItemLookupApiGetBoxSetRemoteSearchResults