SetItemDisplayPriority
Change display priorities of products under one store category at once. (It does not reflect the front).
Note:このプロシージャは、インデックス付きパラメータを使用します。 インデックス付きパラメータは、プロシージャの入力として単一のパラメータを複数のインスタンスに提供することを容易にします。
Param# という名前の入力パラメータがあるとします。このようなインデックス付きパラメータの複数のインスタンスを入力するには、次のように実行します。
EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"
以下の表では、インデックス付きの入力パラメータは、名前の末尾に '#' 文字が付きます。
Input
Name | Type | Required | Description |
SellerId | String | False | Store account. |
StoreCategoryKey | String | False | The page ID of the target store category. |
ItemCode# | String | True | Item code to change the order of priority. |
SortPriority# | Integer | True | The order of priority, minimum value 1, maximum value 9, 999, 999. |
Result Set Columns
Name | Type | Description |
Status | String | Stored procedure execution status. |