v1

latestOpenAPI 3.0.0MIT2026-08-043290199.3 KB
Catalog

Post - Create a Catalog Ingestion Job (Beta)

<b>Seamlessly Integrate Catalog Data into Our Platform.</b><br>To create an ingestion job, you need to provide a set of catalog attributes. This API is asynchronous and will return an IngestionID that will require polling.

post/catalog/ingestion

Request body

OR
{"stackTrail":"paths:/catalog/ingestion:post:requestBody:content:application/json:schema:anyOf:1","oasType":"schema","type":"unknown"}

Example request

{
  "items": [
    {
      "productTitle": "Jordan 4 retro",
      "countryOfOrigin": "US"
    }
  ]
}

Response

Created

ingestionIdstring required

Unique ID used to return the status of an ingestion job.