stack

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

AdminTypes.LocationAddPayload interface

Return type for locationAdd mutation.

Signature:

export interface LocationAddPayload 

Properties

Property Modifiers Type Description
location?   Maybe<Location> (Optional) The location that was added.
userErrors   Array<LocationAddUserError> The list of errors that occurred from executing the mutation.