--- title: CombinedListing - GraphQL Admin description: A combined listing of products. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/CombinedListing md: https://shopify.dev/docs/api/admin-graphql/latest/objects/CombinedListing.md --- # Combined​Listing object Requires `read_products` access scope. A combined listing of products. ## Fields * combined​Listing​Children [Combined​Listing​Child​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/CombinedListingChildConnection) non-null A list of child products in the combined listing. * parent​Product [Product!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product) non-null The parent product. *** ## Map ### Fields with this object * {}[Product.combinedListing](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product#field-Product.fields.combinedListing)