object
FollowListing
Response object containing a list of products that the user is following and pagination information for the follow listing.
Fields
items
[Product]!Required
An array of product details that the user is following. Each item includes information such as the product name, price, and other attributes.
page
PageInfo!Required
Pagination details for the follow listing. It includes information such as the current page number, total pages, and items per page.
Was this section helpful?