stack

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

AdminTypes.CompanyAddressDeletePayload interface

Return type for companyAddressDelete mutation.

Signature:

export interface CompanyAddressDeletePayload 

Properties

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.