For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Information Integration

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.

URL Structure

  • Base URL : https://webshop.onestore.net/title/{PID}

  • Query Params: uid, sid (Optional)

Name
Type
Mandatory
Description

uid

String

Optional

User’s Game ID (up to 100 bytes)

sid

String

Optional

User’s Server ID (up to 100 bytes)

Sample URL

https://webshop.onestore.net/title/WS00000000?uid=user1234&sid=asia01

//WS00000000 → Title ID(PID)
//uid=user1234 → Game ID
//sid=asia01 → Server ID

Last updated