Convert SRT Product Inventories

Convert product inventory files between JSON and CSV formats.

CSV to JSON

Column labels should be named exactly how they need to be displayed in the JSON, e.g. form_factor instead of Form factor. Valid labels should only contain lowercase letters and underscores. Invalid labels will be discarded.

If a column named id is provided, it will be used as the product's object name, otherwise a generated name will be used (e.g. product_0, product_1, etc.).

JSON to CSV

Upload a .json file that contains products formatted for SRT 3.0+, or provide an API inventory endpoint URI.