Skip to content

Ecommerce Catalog Upload Part Response

Returned after a multipart catalog part is successfully uploaded.

import_job_idstring

The unique identifier for the active upload session. Pass this as import_job_id in subsequent part uploads and in the finalization request.

Example:"job_01abc123"
next_part_numberinteger

The part number to use in the next upload request.

Example:2
{ "import_job_id": "job_01abc123", "next_part_number": 2 }