ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Shopify の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにShopify から関連するレスポンスデータを返します。
CData Cmdlets PowerShell Module for Shopify ストアドプロシージャ
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. |
CollectionReorder | Reorders a set of products within a specified collection. |
GetOAuthAccessToken | Retrieves an authentication token from Shopify. |
GetOAuthAuthorizationURL | Retrieves 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. |
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. |