Home > @infiniteobjects/shopify-data-manager > AdminTypes > LocationActivatePayload
Return type for locationActivate mutation.
Signature:
export interface LocationActivatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| location? | Maybe<Location> | (Optional) The location that was activated. | |
| locationActivateUserErrors | Array<LocationActivateUserError> | The list of errors that occurred from executing the mutation. |