MCP Server for Shopify

Build 25.0.9440

OrderEditAgreements

Lists sales agreements that apply to order edits.

View-Specific Information

Select

The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.

  • OrderId supports the '=, IN' comparison operators.

For example, the following query is processed server-side:

  SELECT * FROM OrderEditAgreements WHERE OrderId = 'Val1'

Columns

Name Type References Description
OrderId String

Orders.Id

The Id of the parent order associated with the agreement.
Id [KEY] String A globally unique Id for the agreement.
HappenedAt Datetime The date and time when the agreement occurred.
Reason String The reason the agreement was created.
UserId String The Id of the staff member associated with the agreement. Available only with a Shopify Plus subscription.
AppApiKey String The API key of the application that created the agreement.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440