You're viewing a demo portfolio

Join the waitlist
PRSM

shopify_list_orders

Active

Tool of Shopify

declared in 0.1.0

List orders from a Shopify store, optionally filtered by status.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_shop": "mystore.myshopify.com",
      "_apiKey": "your-shopify-api-key"
    },
    {
      "_shop": "mystore.myshopify.com",
      "limit": 75,
      "status": "closed",
      "_apiKey": "your-shopify-api-key"
    }
  ],
  "required": [
    "_apiKey",
    "_shop"
  ],
  "properties": {
    "_shop": {
      "type": "string",
      "description": "Shop domain (e.g., mystore.myshopify.com)"
    },
    "limit": {
      "type": "number",
      "description": "Number of orders to return (max 250, default 50)"
    },
    "status": {
      "type": "string",
      "description": "Filter by status: open, closed, cancelled, any (default: open)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Shopify Admin API access token"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Shopify

https://github.com/pipeworx-io/mcp-shopify

1/7 registries
View full server →
shopify_list_orders — Shopify — PRSM MCP