Skip to main content

Hydrate eBay Listing Template

POST 

/api/ebay/:integrationInstance/products/hydrate-product-template

Fill an eBay listing template with values from a product. Static template fields keep their configured value; dynamic fields are evaluated against the product. Returns both the resolved field list and the generated listing payload ready for publishing.

Authorization

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

Body fields:

  • product_id (integer, required): The product to pull values from.
  • sales_channel_product_template_id (integer, required): The listing template to hydrate.

Request

Responses

OK

Response Headers
    Content-Type