ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Amazon Marketplace の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにAmazon Marketplace から関連するレスポンスデータを返します。
CData Python Connector for Amazon Marketplace ストアドプロシージャ
| Name | Description |
| CancelReport | CancelReport operation cancels report request for the given ReportId. |
| CheckVendorTransactionStatus | Returns the status of the transaction that you specify. |
| CreateReportSchema | Creates a schema file based on the specified report. |
| CreateSchema | Creates a schema file for the specified table or view. |
| DownloadVendorCustomerInvoice | This stored procedure is part of Vendor Direct Fulfillment Shipping API. Returns a customer invoice based on the purchaseOrderNumber that you specify. |
| DownloadVendorPackingSlip | This stored procedure is part of Vendor Direct Fulfillment Shipping API. Returns a packing slip based on the purchaseOrderNumber that you specify. |
| GetOAuthAccessToken | Gets an authentication token from Amazon. |
| GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. You will request the OAuthAccessToken from this URL. |
| GetReport | Creates and/or returns data for a specific report. |
| RefreshOAuthAccessToken | Exchanges a access token for a new access token. |
| RequestReport | The RequestReport operation creates a report request. |
| SubmitVendorOrderAcknowledgement | Submits acknowledgements for one purchase order. |
| SubmitVendorPayments | Submit new invoices to Amazon Marketplace. |
| SubmitVendorShipmentConfirmations | Submits shipment confirmations for vendor orders. |