stack

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

AdminTypes.CustomerUpdateDefaultAddressPayload interface

Return type for customerUpdateDefaultAddress mutation.

Signature:

export interface CustomerUpdateDefaultAddressPayload 

Properties

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