stack

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

AdminTypes.CatalogCreateInput interface

The input fields required to create a catalog.

Signature:

export interface CatalogCreateInput 

Properties

Property Modifiers Type Description
context   CatalogContextInput 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   CatalogStatus | `${CatalogStatus}` The status of the catalog.
title   Scalars[‘String’][‘input’] The name of the catalog.