stack

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

AdminTypes.CustomerCreatePayload interface

Return type for customerCreate mutation.

Signature:

export interface CustomerCreatePayload 

Properties

Property Modifiers Type Description
customer?   Maybe<Customer> (Optional) The created customer.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.