v1
latestOpenAPI 3.0.0MIT2026-08-043290199.3 KBCatalog
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
Example request
{
"items": [
{
"productTitle": "Jordan 4 retro",
"countryOfOrigin": "US"
}
]
}Response
Created