Skip to main content
Glama

Shopify Update MCP Server

by smithery-ai

get-orders

Retrieve Shopify orders with customizable filters, sorting options, and pagination to efficiently manage order data in bulk.

Instructions

Get shopify orders with advanced filtering and sorting

Input Schema

NameRequiredDescriptionDefault
afterNoNext page cursor
firstNoLimit of orders to return
queryNoFilter orders using query syntax
reverseNoReverse sort order
sortKeyNoField to sort by

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "after": { "description": "Next page cursor", "type": "string" }, "first": { "description": "Limit of orders to return", "type": "number" }, "query": { "description": "Filter orders using query syntax", "type": "string" }, "reverse": { "description": "Reverse sort order", "type": "boolean" }, "sortKey": { "description": "Field to sort by", "enum": [ "PROCESSED_AT", "TOTAL_PRICE", "ID", "CREATED_AT", "UPDATED_AT", "ORDER_NUMBER" ], "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smithery-ai/shopify-mcp-server-main-1'

If you have feedback or need assistance with the MCP directory API, please join our Discord server