Skip to main content
Anchor to CompanyLocationCatalog

CompanyLocationCatalog

object

Requires read_products access scope.

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.

•CompanyLocationConnection!
non-null

The company locations associated with the catalog.

Show fields

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•String

A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.

Show filters
Anchor to default
•string

Filter by a case-insensitive search of multiple fields in a document.

Example:

  • query=Bob Norman
  • query=title:green hoodie
Anchor to company_id
•id
Anchor to created_at
•time
Anchor to external_id
•string
•id

Filter by id range.

Example:

  • id:1234
  • id:>=1234
  • id:<=1234
•string
Anchor to metafields.{namespace}.{key}
•mixed

Filters resources by metafield value. Format: metafields.{namespace}.{key}:{value}. Learn more about querying by metafield value.

Example:

  • metafields.custom.on_sale:true
  • metafields.product.material:"gid://shopify/Metaobject/43458085"
•string
Anchor to updated_at
•time
•Boolean
Default:false

Reverse the order of the underlying list.

•CompanyLocationSortKeys
Default:ID

Sort the underlying list by the given key.

Show enum values

Anchor to companyLocationsCountcompanyLocationsCount
•Count

The number of company locations associated with the catalog.

Show fields
•ID!
non-null

A globally-unique ID.

•[ResourceOperation!]!
non-null

Most recent catalog operations.

Show fields
•PriceList

The price list associated with the catalog.

Show fields
•Publication

A group of products and collections that's published to a catalog.

Show fields
•CatalogStatus!
non-null

The status of the catalog.

Show enum values
•String!
non-null

The name of the catalog.


Was this section helpful?

•interface
•interface

Was this section helpful?