Skip to main content

Import eBay Listing Mappings

POST 

/api/ebay/:integrationInstance/products/import-mappings

Queue a background import of listing-to-product mappings from a previously uploaded CSV file. The CSV must contain the eBay item identifier column and the SKU to map each listing to.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Body fields:

  • original_name (string, required): The original file name of the uploaded CSV.
  • stored_name (string, required): The storage name returned by the file upload.

Request

Responses

OK

Response Headers
    Content-Type