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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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