インベントリ コマンドとパイプライン

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

次の表では、インベントリ コマンドとパイプラインについて説明します。

コマンド/パイプライン

形容

AssociateSellableItemToInventorySetCommand

AssociateSellableItemToInventorySetPipeline

Sellable商品を指定した在庫セットに関連付けます。

パラメーター:

  • sellableItemId: Sellable商品の識別子

  • variationId: Sellable商品バリアントの識別子

  • inventorySetId: インベントリ セットの識別子

  • entityView: エンティティビュー

CreateInventorySetCommand

CreateInventorySetPipeline

インベントリ セットの新しいインスタンスを作成します。

パラメーター:

  • name: インベントリ セットの名前

  • displayName: インベントリ セットの表示名

  • description: インベントリ セットの説明

DisassociateSellableItemFromInventorySetCommand

DisassociateSellableItemFromInventorySetPipeline

Sellable商品と在庫セットの関連付けを削除します。

パラメーター:

  • sellableItemId: Sellable商品の識別子

  • variationId: Sellable商品バリアントの識別子

  • inventorySetId: インベントリ セットの識別子

EditInventoryInformationCommand

EditInventoryInformationPipeline

Sellable商品の在庫情報を変更します。

パラメーター:

  • sellableItemId: Sellable商品の識別子

  • variationId: Sellable商品バリアントの識別子

  • inventorySetId: インベントリ セットの識別子

  • entityView: エンティティビュー

EditInventorySetCommand

EditInventorySetPipeline

特定のインベントリ セットの情報を変更します。

パラメーター:

  • inventorySet: インベントリ セットの名前

  • displayName: インベントリ セットの新しい表示名

  • description: インベントリ セットの新しい説明

GetInventorySetCommand

特定のインベントリ セットを取得します。

パラメーター:

  • inventorySetId: インベントリ セットの識別子

GetInventorySetsCommand

システム内のすべてのインベントリ セットを取得します。

パラメータ: なし

TransferInventoryCommand

TransferInventoryPipeline

Sellable商品の関連付けを1つの在庫セットから別の在庫セットに移動します。

パラメーター:

  • sourceInventorySetId: Sellable商品の移動元の在庫セットの識別子

  • targetInventorySetId: Sellable商品の移動先の在庫セットの識別子

  • sellableItemId: Sellable商品の識別子

  • variationId: Sellable商品バリアントの識別子

  • quantity: ターゲット在庫セットに移動するSellableアイテムの数

この記事を改善するための提案がある場合は、 お知らせください!