stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyLocationCatalog

AdminTypes.CompanyLocationCatalog interface

A list of products with publishing and pricing information associated with company locations.

Signature:

export interface CompanyLocationCatalog extends Catalog, Node 

Extends: Catalog, Node

Properties

Property Modifiers Type Description
companyLocations   CompanyLocationConnection The company locations associated with the catalog.
companyLocationsCount   Scalars[‘Int’][‘output’] The number of company locations associated with the catalog.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
operations   Array<ResourceOperation> Most recent catalog operations.
priceList?   Maybe<PriceList> (Optional) The price list associated with the catalog.
publication?   Maybe<Publication> (Optional) A group of products and collections that’s published to a catalog.
status   CatalogStatus | `${CatalogStatus}` The status of the catalog.
title   Scalars[‘String’][‘output’] The name of the catalog.