Skip to main content
POST
Create catalog job

Authorizations

Authorization
string
header
required

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

Body

application/json

Schema for bulk importing products.

kind
enum<string>
required

Type of bulk operation

Available options:
create-products
input_data
(ImportNonVariantProduct · object | ImportVariantBasedProduct · object)[]
required

Array of products to import

Schema for importing a non-variant product.

Response

201 - application/json

Created

message
string
success
boolean
content
CatalogJobDetail · object