stack

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

AdminTypes.CompanyLocationCreatePayload interface

Return type for companyLocationCreate mutation.

Signature:

export interface CompanyLocationCreatePayload 

Properties

Property Modifiers Type Description
companyLocation?   Maybe<CompanyLocation> (Optional) The created company location.
userErrors   Array<BusinessCustomerUserError> The list of errors that occurred from executing the mutation.