v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

opsCreateImport catalog

Create a new CSV import job for a seller.

post/ops/sellers/{seller_id}/catalog/imports

Path parameters

seller_idstring regexp required

Seller ID

Example:739b63c2-9e58-4964-b38d-4ebb424de242

Seller ID

Request body

filenamestring

The name of the CSV file to import

Example request

{
  "filename": "abc123"
}

Response

Created response.

idstring regexp required

The import job ID.

upload_urlstring uri required

The upload url in the storage where the uploaded CSV is located.

Example response

{
  "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
  "upload_url": "https://example.com/foo"
}