Update location
documentedUpdate a location.
PUT /admin/api/2026-01/locations/{location_id}.jsonLocationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$store_name}}.myshopify.com/admin/api/2026-01/fulfillment_services/{{$fulfillment_service_id}}.json" \
-X PUT \
-H "X-Shopify-Access-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-d '{"fulfillment_service": {"name": "{{$name}}", "inventory_management": {{$inventory_management}}, "callback_url": "{{$callback_url}}", "tracking_support": {{$tracking_support}}}}'