--- title: Resource list description: > A resource list displays a collection of objects of the same type, like products or customers. The main job of a resource list is to help merchants find an object and navigate to a full-page representation of it. . | Used to | Examples | | --- | --- | | Display collections of similar resources | Campaigns, subscribers, social posts, templates| | Help merchants find and select items | Search subscribers by email; Filter campaigns by status | | Perform bulk actions on selected items | Tag subscribers; Archive campaigns; Publish selected posts | --- api_name: app-home source_url: html: 'https://shopify.dev/docs/api/app-home/patterns/compositions/resource-list' md: 'https://shopify.dev/docs/api/app-home/patterns/compositions/resource-list.md' --- # Resource list A resource list displays a collection of objects of the same type, like products or customers. The main job of a resource list is to help merchants find an object and navigate to a full-page representation of it. . | Used to | Examples | | - | - | | Display collections of similar resources | Campaigns, subscribers, social posts, templates | | Help merchants find and select items | Search subscribers by email; Filter campaigns by status | | Perform bulk actions on selected items | Tag subscribers; Archive campaigns; Publish selected posts | *** ### Examples * #### Resource list ##### jsx ```jsx Tagged with Clear Save Tagged with VIP Newest update Oldest update Mae Jemison Decatur, USA Ellen Ochoa Los Angeles, USA ``` ##### html ```html Tagged with Clear Save Tagged with VIP Newest update Oldest update Mae Jemison Decatur, USA Ellen Ochoa Los Angeles, USA ``` ## Related [Requirements - Built for Shopify](https://shopify.dev/docs/apps/launch/built-for-shopify/requirements)