Recerc

Create product media import job

Queues a background import job that downloads remote media and attaches it to products by SKU.

POST/api/unstable/imports/product-media/jobs

Queues a background import job that downloads remote media and attaches it to products by SKU.

Request Body

application/json

rows*array<>

Rows to import into product media.

mediaType?string

Target media slot type to create for each row.

Value in"image" | "document"
Example"image"
onlyIfMissing?boolean

When true, skip products that already have media of the selected type.

Exampletrue
concurrency?integer

Optional concurrent download/upload worker count.

Range1 <= value <= 50
Example10
timeoutMs?integer

Optional per-download timeout in milliseconds.

Range1000 <= value <= 60000
Example15000
[key: string]?never

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json