ProductImageUpload
To Upload Product Image
ProductImageUpload プロシージャを実行するには、次のコードを使用します。
INSERT INTO aggregate#TEMP (ProductId, ImageUrl) VALUES ('1234', 'https://www.mywebsite.com/sample.png')
EXEC ProductImageUpload aggregate = 'aggregate#TEMP'
OR
EXEC ProductImageUpload ProductId = '123', ImageUrl = 'https://www.mywebsite.com/sample.png'
Input
| Name | Type | Required | Description |
| ProductId | Long | False | 商品ID。 |
| ImageUrl | String | False | 商品画像Url。 |
| Aggregate | String | False | 一時テーブルを使用して複数の画像をアップロードする場合は、集計を使用します。 |
Result Set Columns
| Name | Type | Description |
| Status | String | 操作のステータス。 |