--- title: LocationActivatePayload - GraphQL Admin description: Return type for `locationActivate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/locationactivatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/locationactivatepayload.md --- # Location​Activate​Payload payload Return type for `locationActivate` mutation. ## Fields * location [Location](https://shopify.dev/docs/api/admin-graphql/latest/objects/Location) The location that was activated. * location​Activate​User​Errors [\[Location​Activate​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/LocationActivateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [location​Activate](https://shopify.dev/docs/api/admin-graphql/latest/mutations/locationActivate) mutation Activates a location so that you can stock inventory at the location. Refer to the [`isActive`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Location#field-isactive) and [`activatable`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Location#field-activatable) fields on the `Location` object. *** ## Map ### Mutations with this payload * [location​Activate](https://shopify.dev/docs/api/admin-graphql/latest/types/locationActivate)