shopify-admin-fulfillment-location-routing

Reassign open Shopify fulfillment orders between locations with dry-run previews.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-fulfillment-location-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin-fulfillment-location-routing
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/fulfillment-ops/shopify-admin-fulfillment-location-routing
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-fulfillment-location-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual, error-prone work of reassigning open fulfillment orders from one Shopify location to another when capacity or routing rules change.

Core Features & Use Cases

  • Bulk fulfillment order reassignment: Moves all OPEN fulfillment orders from a specified source location ID to a destination location ID in a single workflow.
  • Operational safety controls: Supports a dry-run mode to preview what would move without executing the reassignment mutation.
  • Scope for warehouse overflow and regional routing: Useful when a warehouse is at capacity, a location is closing, or routing strategy shifts.

Quick Start

Use shopify-admin-fulfillment-location-routing to move all OPEN fulfillment orders from source_location_id to destination_location_id with dry_run set to true and output the routing log as CSV.

Frequently Asked Questions about shopify-admin-fulfillment-location-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reassign open Shopify fulfillment orders to a different warehouse?

Yes, you can preview fulfillment order routing changes using the dry_run parameter. Setting dry_run to true allows you to see what would move without executing the actual fulfillmentOrderMove mutations, ensuring operational safety before committing.

What Shopify API permissions do I need to move fulfillment orders between locations?

You need authenticated Shopify API access with read_orders and write_fulfillments scopes to move fulfillment orders. These permissions allow the Skill to query open orders and execute the fulfillmentOrderMove mutations required for reassignment.

Can I bulk move fulfillment orders when a warehouse hits capacity limits?

Yes, this Skill handles bulk fulfillment order reassignment for warehouse overflow scenarios. It moves all OPEN fulfillment orders from a specified source location ID to a destination location ID in a single workflow to manage capacity constraints.

How does fulfillment location routing handle closing a warehouse or shifting regional routing rules?

Fulfillment location routing handles warehouse closures and regional routing shifts by moving all open orders from the affected source location to a new destination. It keeps fulfillment orders active during the transition and outputs a CSV routing log for records.

Does this fulfillment routing workflow support CSV output for tracking order moves?

Yes, the fulfillment routing workflow supports CSV routing-log output. After performing the fulfillmentOrders query and fulfillmentOrderMove mutations, it generates a CSV file detailing the reassignment actions for operational tracking and auditing.