stack

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

AdminTypes.CompanyLocationAssignAddressPayload interface

Return type for companyLocationAssignAddress mutation.

Signature:

export interface CompanyLocationAssignAddressPayload 

Properties

Property Modifiers Type Description
addresses?   Maybe<Array<CompanyAddress>> (Optional) The list of updated addresses on the company location.
userErrors   Array<BusinessCustomerUserError> The list of errors that occurred from executing the mutation.