Seller Extensions

Import a File

Uploads a CSV or XLSX file to the Seller Extensions table.<br> Delete the upload slot using the /uploadmanager.deleteslot/{slot_id} (Delete an Upload Slot) endpoint after the file has been uploaded.

post/importfile/SX/{SXCategory}/{slotId}

Query parameters

truncatestring

Set to false to add records from the file as new lines to the existing data. Set to true to delete all previous records in the SX table.

Response

Accepted