Skip to main content
POST
Bulk import products

Authorizations

x-api-key
string
header
required

API key for merchant authentication

Body

application/json

Request to bulk import products

products
object[]
required

Array of products to import

Required array length: 1 - 1000 elements
merchantId
string

Merchant ID (defaults to authenticated merchant if not provided)

Pattern: ^[a-f\d]{24}$

Response

Products imported successfully

Response from bulk importing products

success
boolean
required

Whether the import was successful

Example:

true

imported
integer
required

Number of new products imported

Example:

95

total
integer
required

Total number of products in the request

Example:

100