You're viewing a demo portfolio

Join the waitlist
PRSM

shopify_get_order

Active

Tool of Shopify

declared in 0.1.0

Fetch a single Shopify order by numeric ID, returning line items, customer info, fulfillment status, totals, and shipping address via the Admin API.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": 1071559878,
      "_shop": "mystore.myshopify.com",
      "_apiKey": "your-shopify-api-key"
    }
  ],
  "required": [
    "_apiKey",
    "_shop",
    "id"
  ],
  "properties": {
    "id": {
      "type": "number",
      "description": "Order ID"
    },
    "_shop": {
      "type": "string",
      "description": "Shop domain (e.g., mystore.myshopify.com)"
    },
    "_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 →