アプリの管理画面に表題のメッセージが表示されるため、「deprecated_api_calls.json」をコールしたところ、次のレスポンスが返ってきました。
"api_type": "REST",
"description": "The Collect resource no longer works with smart collections. Migrate your app to use the new Collections endpoints.",
"documentation_url": "https://shopify.dev/tutorials/migrate-from-collect-endpoint-to-collections",
"endpoint": "Collect",
"last_call_at": "2021-05-11T05:49:45.000000Z",
"migration_deadline": "2020-10-01T14:00:00.000000Z",
"graphql_schema_name": null,
"version": "2020-07"
確かにcollectsのエンドポイントはコールしていますが、カスタムコレクションの登録・削除をするためであり、スマートコレクションの登録などは行っていません。
なぜこのメッセージが表示されるのでしょうか?