User Information Integration
Last updated
When the in-game navigation URL to ONEshop includes the user’s game ID (uid) and server ID (sid), these values are automatically applied when the user enters ONEshop, allowing them to proceed with the purchase without additional input.
Base URL : https://webshop.onestore.net/title/{PID}
Query Params: uid, sid (Optional)
uid
String
Optional
User’s Game ID (up to 100 bytes)
sid
String
Optional
User’s Server ID (up to 100 bytes)
https://webshop.onestore.net/title/WS00000000?uid=user1234&sid=asia01
//WS00000000 → Title ID(PID)
//uid=user1234 → Game ID
//sid=asia01 → Server IDLast updated

