MS-Store-API icon indicating copy to clipboard operation
MS-Store-API copied to clipboard

Version info?

Open TheArcaneBrony opened this issue 4 years ago • 1 comments

Hi, I have stumbled across your little project here. I am looking for a way to retrieve package version info, do you know of any way to retrieve this info?

TheArcaneBrony avatar Mar 19 '21 09:03 TheArcaneBrony

I'm not experienced in UWP or the store, but in the /products endpoint, the SKU can be found within.

it is formatted as so:

{
  "Products": [
    {
      "DisplaySkuAvailabilities": [
        {
          "Sku": {
            "SkuId": "<SKU ID>" // Sku Id can be found here
          }
        }
      ]
    }
  ]
}

m-doescode avatar Apr 03 '22 11:04 m-doescode