Shopify Admin MCP integration for AI agents.
Connect AI agents to Shopify Admin through 26 structured actions, including download bulk result, create fulfillment, and adjust inventory quantities. Review…
- ACTION CONTRACTS
- 26
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Shopify Admin integration exposes
The Shopify Admin Agent App exposes 26 provider-backed actions for marketing and data work. Its current contract lets an authorized agent download a completed or partial shopify bulk jsonl result into local connector transit storage, create a shopify fulfillment for one or more fulfillment orders with optional tracking and customer notification, and apply incremental shopify inventory quantity changes with required idempotency and explicit compare-and-swap values. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Shopify Admin account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Shopify Admin capabilities.
Showing 12 of 26 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
download_bulk_resultREADDownload a completed or partial Shopify bulk JSONL result into local connector transit storage.
INPUTS: url / fileName
create_fulfillmentWRITECreate a Shopify fulfillment for one or more fulfillment orders with optional tracking and customer notification.
INPUTS: fulfillment / message
adjust_inventory_quantitiesREVIEWApply incremental Shopify inventory quantity changes with required idempotency and explicit compare-and-swap values.
INPUTS: idempotencyKey / name / reason / referenceDocumentUri / changes
create_productWRITECreate one Shopify product with typed product attributes and optional media sources.
INPUTS: product / media
execute_graphqlWRITEExecute a JSON-friendly Shopify Admin GraphQL query or mutation against the connected shop.
INPUTS: query / variables
get_bulk_operationREADRetrieve one Shopify bulk operation by ID for progress polling and result URL discovery.
INPUTS: id
get_collectionREADRetrieve one Shopify collection by GraphQL global ID.
INPUTS: id
get_customerREADRetrieve one Shopify customer by GraphQL global ID.
INPUTS: id
get_fulfillment_orderREADRetrieve one Shopify fulfillment order with independently paginated line items.
INPUTS: id / lineItemsFirst / lineItemsAfter
get_inventory_itemREADRetrieve one Shopify inventory item by GraphQL global ID.
INPUTS: id
get_inventory_quantitiesREADRetrieve selected inventory quantity states for one Shopify inventory item at one location.
INPUTS: inventoryItemId / locationId / names / includeInactive
get_locationREADRetrieve one Shopify location by GraphQL global ID.
INPUTS: id
INPUT CONTRACTS
Know what the action needs before it runs.
download_bulk_result
urlREQUIRED- The expiring Shopify bulk operation URL or partialDataUrl.
fileNameOPTIONAL- An optional file name for the transit object.
create_fulfillment
fulfillmentREQUIRED- The fulfillment orders, notification preference, origin address, and tracking information.
messageOPTIONAL- An optional message for the fulfillment request.
adjust_inventory_quantities
idempotencyKeyREQUIRED- A caller-stable idempotency key reused when retrying the same inventory adjustment.
nameREQUIRED- The inventory quantity state to adjust.
reasonREQUIRED- The Shopify reason for changing inventory quantities.
referenceDocumentUriOPTIONAL- A URI identifying the business reason or source document for the adjustment group.
changesREQUIRED- Incremental inventory quantity changes to apply.
create_product
productREQUIRED- The typed Shopify ProductCreateInput fields supported by this action.
mediaOPTIONAL- Media sources to add to the new product.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Download Bulk Result
Download a completed or partial Shopify bulk JSONL result into local connector transit storage. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
download_bulk_resultControl Create Fulfillment
Create a Shopify fulfillment for one or more fulfillment orders with optional tracking and customer notification. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_fulfillmentVerify with Get Bulk Operation
Retrieve one Shopify bulk operation by ID for progress polling and result URL discovery. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_bulk_operationSAFETY BOUNDARY
Operate Shopify Admin with explicit limits
- Authorize Shopify Admin with API key and grant only the provider access required by the selected actions.
- 5 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Shopify Admin rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Shopify Admin task completed successfully.
CONNECTION MODEL
API key
Shopify Admin API access token sent with the X-Shopify-Access-Token header. Create or install a custom app and copy its Admin API access token: https://shopify.dev/docs/apps/build/authentication-authorization/access-tokens
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 20
- WRITE SIGNALS
- 5
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 1
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Shopify Admin.