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