stack

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

AdminTypes.CatalogCreatePayload interface

Return type for catalogCreate mutation.

Signature:

export interface CatalogCreatePayload 

Properties

Property Modifiers Type Description
catalog?   Maybe<Catalog> (Optional) The newly created catalog.
userErrors   Array<CatalogUserError> The list of errors that occurred from executing the mutation.