Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductCreatePayload
Return type for productCreate
mutation.
Signature:
export interface ProductCreatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
product? | Maybe<Product> | (Optional) The product object. | |
shop | Shop | The shop associated with the product. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |