Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the server beyond simple SELECT/INSERT/UPDATE/DELETE operations with Shopify.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Shopify, along with an indication of whether the procedure succeeded or failed.
CData MCP Server for Shopify Stored Procedures
| Name | Description |
| AcceptCancellationRequest | Accepts a cancellation request sent to a fulfillment service for a fulfillment order. |
| AcceptFulfillmentRequest | Accepts a fulfillment request sent to a fulfillment service for a fulfillment order. |
| ApproveComment | Approves a comment. |
| CollectionReorder | Reorders a set of products within a specified collection. |
| CompanyContactRemoveFromCompany | Removes a company contact from a Company. |
| CreateFile | Creates file assets using an external URL or for files that were previously uploaded using the stagedUploadsCreate mutation. |
| EnableStandardMetafieldDefinition | Activates the specified standard metafield definition from its template. |
| FulfillmentOrderMerge | Merges a set or multiple sets of fulfillment orders together into one based on line item inputs and quantities. |
| FulfillmentOrderSplit | Splits a fulfillment order or orders based on line item inputs and quantities. |
| GetOAuthAccessToken | Gets an authentication token from Shopify. |
| GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL. |
| InventoryAdjustQuantities | Apply changes to inventory quantities. |
| InventoryBulkToggleActivation | Modify the activation status of an inventory item at locations. Activating an inventory item at a particular location allows that location to stock that inventory item. Deactivating an inventory item at a location removes the inventory item's quantities and turns off the inventory item from that location. |
| InventoryMoveQuantities | Moves inventory between inventory quantity names at a single location. |
| InventorySetQuantities | Set quantities of specified name using absolute values. |
| InventorySetScheduledChanges | Set up scheduled changes of inventory items. |
| MarkCommentNotSpam | Marks a comment as not spam. |
| MarkCommentSpam | Marks a comment as spam. |
| OrderCancel | Cancels an order. |
| PublishTheme | Publishes a theme. |
| RejectCancellationRequest | Rejects a cancellation request sent to a fulfillment service for a fulfillment order. |
| RejectFulfillmentRequest | Rejects a fulfillment request sent to a fulfillment service for a fulfillment order. |
| SendCancellationRequest | Sends a cancellation request to the fulfillment service of a fulfillment order. |
| SendFulfillmentRequest | Sends a fulfillment request to the fulfillment service of a fulfillment order. |
| TransactionVoid | Trigger the voiding of an uncaptured authorization transaction. |
| UpdateFile | Updates an existing file asset that was uploaded to Shopify. |