sellers
List sellers. Requires MANAGE_MARKETPLACE, except for the cross-sell discovery use case (filter.hasCrossSellProducts=true), which is open to any authenticated user so sellers can browse other sellers' cross-sell-enabled catalogs.
sellers(
filter: SellerFilterInput
sortBy: SellerSortingInput
before: String
after: String
first: Int
last: Int
): SellerCountableConnection!
Arguments
sellers.filter ● SellerFilterInput input
sellers.sortBy ● SellerSortingInput input
sellers.before ● String scalar
Returns the items in the list that come before the specified cursor.
sellers.after ● String scalar
Returns the items in the list that come after the specified cursor.
sellers.first ● Int scalar
Returns the first n items from the list.
sellers.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
SellerCountableConnection object
A connection to a list of items.