--- title: Allow item activation at legacy location - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: 'https://shopify.dev/changelog/allow-item-activation-at-legacy-location' md: 'https://shopify.dev/changelog/allow-item-activation-at-legacy-location.md' metadata: effectiveApiVersion: 2024-10 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2024-08-26T13:48:00-04:00' postedAt: '2024-09-04T13:21:00-04:00' updatedAt: '2024-09-04T10:53:59-04:00' effectiveAt: '2024-09-04T13:21:00-04:00' --- September 4, 2024 Tags: * Admin GraphQL API * 2024-10 # Allow item activation at legacy location As of Graphql Admin Api version **2024-10**, calls to mutation `inventoryActivate` can use an optional parameter `stockAtLegacyLocation`. Setting this parameter to `true` will allow inventory to be activated if the `locationId` provided is associated with a fulfillment service that does not permit sku sharing. If an item is activated at a location that does not permit sku sharing then the item will be deactivated at all other locations. If an item is currently active at a location that does not permit sku sharing and you want to activate that item at another location the `stockAtLegacyLocation` parameter also needs to be set to true. Learn more about `inventoryActivate` on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/inventoryActivate)