Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerCreatePayload
Return type for customerCreate
mutation.
Signature:
export interface CustomerCreatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
customer? | Maybe<Customer> | (Optional) The created customer. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |