Magidoc

listings
Query

List of Listing.

Required Scopes: read:inventory

Arguments

#

before

Returns the items in the list that come before the specified cursor.

after

Returns the items in the list that come after the specified cursor.

first

Returns the first n items from the list.

last

Returns the last n items in the list.

reverse

Reverse the order of the underlying list.

sortKey = "CREATED_AT"

The field to use when ordering the underlying list.

filter

The filter to apply to the results.

Response

#

Returns ListingConnection .

Example

#

    
  

3

    
  

3

    
  

3