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/jobsQueues 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.
Example
trueconcurrency?integer
Optional concurrent download/upload worker count.
Range
1 <= value <= 50Example
10timeoutMs?integer
Optional per-download timeout in milliseconds.
Range
1000 <= value <= 60000Example
15000[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json