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.

Not yet available to API tokens

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

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