Create or Update Assets (JSON input)

Creates new assets from the request body. Products are assets of type "item". Folders can also be created, which are assets of type "folder". If any of the requested assets already exist then the existing asset will be updated instead. We support imports using a JSON input or a JSON file in the request.

Query Params
string
required

ID of the organization which the assets belong to

string

Private token used to authorize the request. This endpoint is only accessible using a private token.

Body Params
string

Parameter to control whether the import/update process should run in sync mode or not. When sync is true, the process is completed within in a single API call (current behaviour). When sync is false, a job of type "catalog-import" is created. By default the parameter is set to true.

assets
array of objects
assets
Responses

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