Listings
Create clear titles, accurate descriptions, correct prices, and keep stock synchronized to prevent double sales.Account listing fields
For account listings,POST /api/v1/accounts and PATCH /api/v1/accounts/{identifier} support account details as top level fields or inside parameters / game_data.
Recommended keys include rank, division, flex_rank, flex_division, level, blue_essence, riot_points, winrate_percent, champion_count, skin_count, champions, skins, roles and in_game_name.
You can send rank and division separately, or together as one value.
Listing images
Images are uploaded first, then attached to the account listing withimage_ids.
1. Upload an image
Send a multipart request toPOST /api/v1/images. Use file as the multipart field name. image is also accepted.
id or image_id in the next account request.
2. Attach images to an account
image_ids can also be sent as a comma separated string or as objects:
image_urls instead: