Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyAddressDeletePayload
Return type for companyAddressDelete
mutation.
Signature:
export interface CompanyAddressDeletePayload
Property | Modifiers | Type | Description |
---|---|---|---|
deletedAddressId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the deleted address. | |
userErrors | Array<BusinessCustomerUserError> | The list of errors that occurred from executing the mutation. |