Players' Store Items
Get Player Store Items
Returns the store built for the player, the same way the Game Hub builds it.
Prices, discounts, bonuses and purchase limits are personalized: store promotions, segments, campaigns and the player's own purchase history are all applied, so the response is what the player would see on the Game Hub.
The store is priced with the country and the platform of the player, set by PUT /players/{player_id}, so the endpoint takes no pricing parameters. Order the offers it returns by passing their id as items[].store_item_id to POST /orders.
get/v1/players/{player_id}/store_items
Path parameters
player_idstring required
Response
Successful Response