Catalog
Requires products or product_listings read access scope. The user must have permission to view markets or customers or companies.
A list of products with publishing and pricing information.
A catalog can be associated with a specific context, such as a
Market, ,
or App.
Catalogs can optionally include a publication to control product visibility and a price list to customize pricing. When a publication isn't associated with a catalog, product availability is determined by the sales channel.
Anchor to FieldsFields
- id (ID!)
- operations ([ResourceOperation!]!)
- priceList (PriceList)
- publication (Publication)
- status (CatalogStatus!)
- title (String!)
- •ID!non-null
A globally-unique ID.
- Anchor to operationsoperations•[Resource
Operation!]! non-null Most recent catalog operations.
- Anchor to priceListprice•Price
List List The price list associated with the catalog.
- Anchor to publicationpublication•Publication
A group of products and collections that's published to a catalog.
- Anchor to statusstatus•Catalog
Status! non-null The status of the catalog.
- Anchor to titletitle•String!non-null
The name of the catalog.
Anchor to Types implemented inTypes implemented in
- AppCatalog (AppCatalog)
- CompanyLocationCatalog (CompanyLocationCatalog)
- MarketCatalog (MarketCatalog)
- •OBJECT
A catalog that defines the publication associated with an app.
- •OBJECT
A list of products with publishing and pricing information associated with company locations.
Company location catalogs can include an optional publication to control product visibility and a price list to customize pricing. When a publication isn't associated with the catalog, product availability is determined by the sales channel.
- •OBJECT
A catalog for managing product availability and pricing for specific
Marketcontexts. Each catalog links to one or more markets. The catalog can optionally include aPublicationto control whichProductobjects customers see, and afor market-specific pricing adjustments. When a publication isn't associated with the catalog, product availability is determined by the sales channel.Use catalogs to create distinct shopping experiences for different geographic regions or customer segments.
Learn more about building a catalog and managing markets.