Sitecore Experience Commerce Postman APIコレクションの一部はv1形式であり、Postman app V8以降ではサポートされていないため、Postmanコレクションの取り込みに失敗する可能性があります。
解決策として、対象となるPostmanコレクションを、以下のようにバージョンv2.1.0に変換してください。
npm -v例
Node.jsのインストールを確認した後、コマンドプロンプトまたはPowershellで下記のコマンドを実行し、postman-collection-transformerをインストールします:
npm install -g postman-collection-transformer
postman-collection-transformerがインストールされたら、コマンドプロンプト又はPowershellで下記のコマンドを実行し、対象となるすべてのpostmanコレクションを変換します:
postman-collection-transformer convert -i <Postmanコレクションファイルの入力パス> -o <Postmanコレクションファイルの出力パス> -j 1.0.0 -p 2.1.0 -P
Postman-collection-transformerの詳細については「Converting Postman collections from v1 to v2」を参照してください。