# productTypes - storefront - QUERY Version: 2025-01 ## Description List of product types for the shop's products that are published to your app. ### Access Scopes `unauthenticated_read_product_listings` access scope. ## Arguments * [first](/docs/api/storefront/2025-01/scalars/Int): Int! - Returns up to the first `n` elements from the list. ## Returns * [edges](/docs/api/storefront/2025-01/objects/StringEdge): StringEdge! A list of edges. * [nodes](/docs/api/storefront/2025-01/scalars/String): String! A list of the nodes contained in StringEdge. * [pageInfo](/docs/api/storefront/2025-01/objects/PageInfo): PageInfo! Information to aid in pagination. ## Examples