- Auth
- API Keys
- Collectables
- Heroes and Characters
- Game
- Asset Candidates
- Assets
- Bones
- Players
- Leaderboards
- Files
- Feature Toggles
- Universal Player Auth
- Merging
- Rarities
- Preferences
- Platforms
- Progressions
- User
- Organisation
- Link Types
- Events/Missions
- Maps
- White Label Login
- Rewards
- Moderation Reports
- Catalogs
- Currency
- Balances
- Messages
- DLC
- Player Segments
- Character Classes
- Subscriptions
- Player Operations
- Roles
- Title Config
- Items
- Entitlements
- Feedback
- Hosts
- Metadata
- Triggers
- Data Migration
- Twitch Drops
- Notifications
Update Vendor Mapping
PATCH
https://api.lootlocker.io/admin/game/{game_id}/store-listings/
economy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PATCH 'https://api.lootlocker.io/admin/game//store-listings/?platform=steam' \
--header 'x-auth-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_id": ,
"catalog_item_id": "01HM6G77Y87AWWQ75MCG9V66VQ",
"identifiers": {
"catalog_item_id": "get.a.sword",
"prices": [
{
"currency": "USD",
"amount": 1200
},
{
"currency": "EUR",
"amount": 1500
}
]
}
}'
Response Response Example
200 - Success - Success
{
"success": true
}
Request
Path Params
game_id
stringÂ
required
Example:
{{dev_game_id}}
Query Params
platform
stringÂ
required
Example:
steam
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Body Params application/json
object {0}
Examples
Responses
🟢200Success
application/json
Body
success
booleanÂ
required
🟢200Update using Steam
Modified at 2024-01-19 12:21:04