Bulk Create Catalog

Creates a catalog using a CSV file

Query Params
uuid

Public or Private Threekit authentication token. If using a public token the request must originate for a domain added to the authentication token.

string

JSON Web Token (JWT) token used to authorize the request.

Body Params

Body

string
enum
required

The type of import operation

Allowed:
file | null
required

CSV file to be parsed. Must have mimetype text/csv.

boolean | null
Defaults to false

Initiates a dry run which returns information about the entities to be created without initiating a job

mappings
array
required

Array of column mapping configurations. The mapping should have at least one column mapped as item and one as attribute.

mappings*
string

CSV delimiter, defaults to comma (",")

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json