Bulk Imports
If you have many games to sell at once, you might want to consider creating a bulk import CSV file.
A CSV (comma separated values) is a file that contains (surprisingly) comma separated values. These can be imported and used to populate listing details. Each row of the file represents a listing, and each comma (,) denotes a new column. The first row in the file should be a list of headers that tell us which column is which.
Example
Fields
Name | Required | Example |
---|---|---|
platformId |
| |
gameId |
| |
region |
| |
new |
| |
boxed |
| |
instructions |
| |
description | Some text | |
price |
| |
includeProtection |
| |
status |
|
Last updated