I am trying to understand the following issue, where a secondary marketplace does not generate any listings statuses or issues when price is updated.
The Issue:
I created a standalone listing in the UK marketplace. to get the listings status I sent a get request`GET /listings/2021-08-01/items/{sellerId}/{sku}` which worked fine and returned the listing status. Please check listings api.
Similarly, when I created another standalone listing in another marketplace, France, `GET /listings/2021-08-01/items/{sellerId}/{sku}` worked fine and returned the listing status.
Now
Let's say you want to create a listing in the UK and don’t want to create the same one in France. Amazon provides an option where you can edit the listing to add an additional marketplace (e.g., France).
To do that:
Hit the edit button on the listing created in the UK.

A new screen shows up, allowing you to add a new marketplace (France).

Once added, the same listing previously created in the UK will show up in France marketplace.
After this, if you go to UK marketplace and you update the price or the listing, sending a get request `GET /listings/2021-08-01/items/{sellerId}/{sku}` will return a response indicating that a listing has been updated in the UK marketplace and nothing for France. However, if you update the price of same listing for France marketplace (which is the only value you can update; you can’t update the title or any other attribute), you receive nothing for both marketplaces.
Please check the following screenshot (for UK)

Please check the following screenshot (France)
