clone_policy
Clone an existing eBay fulfillment policy to create a new one, while optionally adding or removing excluded regions in the same operation.
Instructions
既存ポリシーを複製して新規ポリシーを作成(除外国の追加・削除も同時可)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newName | Yes | 新規ポリシーの名前(eBay内で一意) | |
| addExclusions | No | 複製時に追加する除外項目の表示名配列 | |
| setExclusions | No | 除外リストを丸ごと置き換える表示名配列(指定時はadd/removeを無視) | |
| sourcePolicyId | Yes | 複製元のフルフィルメントポリシーID | |
| removeExclusions | No | 複製時に解除する除外項目の表示名配列 |