I want to use product ID to query the game metadata
Example : https://www.xbox.com/en-us/games/store/dead-space/9NLB6V0GNC9P
I want to get Dead-space game product ID : 9NLB6V0GNC9P
I use powershell command (Get-AppxPackage) to get some information about packages
Only get Name,publisher,package full name....
But do not find any information about product ID.
Is there any commands or ways can get the product ID?