Home > @infiniteobjects/shopify-data-manager > AdminTypes > CatalogCreatePayload
Return type for catalogCreate mutation.
Signature:
export interface CatalogCreatePayload
| 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. |