Catalog - admin-graphql - INTERFACE
Version: 2024-10
Description:
A list of products with publishing and pricing information.
A catalog can be associated with a specific context, such as a [`Market`](https://shopify.dev/api/admin-graphql/current/objects/market), [`CompanyLocation`](https://shopify.dev/api/admin-graphql/current/objects/companylocation), or [`App`](https://shopify.dev/api/admin-graphql/current/objects/app).
Access Scopes
Fields
-
id:
ID! -
A globally-unique ID.
-
operations:
ResourceOperation! -
Most recent catalog operations.
-
priceList:
PriceList -
The price list associated with the catalog.
-
publication:
Publication -
A group of products and collections that's published to a catalog.
-
status:
CatalogStatus! -
The status of the catalog.
-
title:
String! -
The name of the catalog.
Connections
Types implemented in
Examples