stack

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

AdminTypes.CatalogUpdateInput interface

The input fields used to update a catalog.

Signature:

export interface CatalogUpdateInput 

Properties

Property Modifiers Type Description
context?   InputMaybe<CatalogContextInput> (Optional) The context associated with the catalog.
priceListId?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The ID of the price list to associate to the catalog.
publicationId?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The ID of the publication to associate to the catalog.
status?   InputMaybe<CatalogStatus | `${CatalogStatus}`> (Optional) The status of the catalog.
title?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The name of the catalog.