Skip to main content

Map eBay Listing to Product

POST 

/api/ebay/:integrationInstance/products/:product/map

Map a single eBay listing to an existing product or subscription offering. Creates (or updates) the product listing link and automatically queues re-mapping of any historical order lines that referenced the listing.

Authorization

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

Body fields (exactly one of the two is required):

  • product_id (integer): ID of the product to map to. Required without subscription_offering_id.
  • subscription_offering_id (integer): ID of the subscription offering to map to. Required without product_id.

Request

Responses

Created

Response Headers
    Content-Type