ADO.NET Provider for Yahoo Shopping

Build 26.0.9655

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 テーブルでは、インデックス付きの入力パラメータは、名前の末尾に '#' 文字が付きます。

Input

Name Type Required Description
SellerId String False Store account.
StoreCategoryKey String False The page ID of the target store category.
ItemCode String True A comma-separated list of item codes to change the order of priority.
SortPriority String True A comma-separated list of sort priorities, minimum value 1, maximum value 9,999,999.

Result Set Columns

Name Type Description
Status String Stored procedure execution status.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655