query

followedListing

Get a list of products or brands the user is following.
Arguments
collectionType
String!
Required
Type of collection followed, i.e. products, brands, or collections.
pageId
String
Page ID to retrieve next set of results.
pageSize
Int
Page ID to retrieve next set of results.
Response
Required
An array of product details that the user is following. Each item includes information such as the product name, price, and other attributes.
Required
Pagination details for the follow listing. It includes information such as the current page number, total pages, and items per page.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...