Skip to content

/AWS1/CL_MPISRCHLISTNGSOUTPUT

SearchListingsOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_totalresults TYPE /AWS1/MPINONNEGATIVECOUNT /AWS1/MPINONNEGATIVECOUNT

The total number of listings matching the search criteria.

it_listingsummaries TYPE /AWS1/CL_MPILISTINGSUMMARY=>TT_LISTINGSUMMARYLIST TT_LISTINGSUMMARYLIST

The listing summaries matching the search criteria. Each summary includes the listing name, description, badges, categories, pricing models, reviews, and associated products.

Optional arguments:

iv_nexttoken TYPE /AWS1/MPINEXTTOKEN /AWS1/MPINEXTTOKEN

If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page.


Queryable Attributes

totalResults

The total number of listings matching the search criteria.

Accessible with the following methods

Method Description
GET_TOTALRESULTS() Getter for TOTALRESULTS, with configurable default
ASK_TOTALRESULTS() Getter for TOTALRESULTS w/ exceptions if field has no value
HAS_TOTALRESULTS() Determine if TOTALRESULTS has a value

listingSummaries

The listing summaries matching the search criteria. Each summary includes the listing name, description, badges, categories, pricing models, reviews, and associated products.

Accessible with the following methods

Method Description
GET_LISTINGSUMMARIES() Getter for LISTINGSUMMARIES, with configurable default
ASK_LISTINGSUMMARIES() Getter for LISTINGSUMMARIES w/ exceptions if field has no va
HAS_LISTINGSUMMARIES() Determine if LISTINGSUMMARIES has a value

nextToken

If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value