Skip to main content
POST
Start bulk product import job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

The unique identifier of the bulk job

Required string length: 24
Pattern: ^[0-9a-fA-F]{24}$

Body

application/json
operation
enum<string>
required

Operation to perform on the products in the CSV file

Available options:
insert,
update
Example:

"insert"

Response

Successful response with bulk job details

status
string
Example:

"success"

data
object