shopify_get_order
ActiveTool 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"
}
}
}Parent server
Shopify
https://github.com/pipeworx-io/mcp-shopify
1/7 registries