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