stack

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

AdminTypes.LocationDeactivatePayload interface

Return type for locationDeactivate mutation.

Signature:

export interface LocationDeactivatePayload 

Properties

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