Bulk Create CatalogAsk AIpost http://preview.threekit.com/api/v2/catalog/importCreates a catalog using a CSV fileQuery Paramsbearer_tokenuuidPublic or Private Threekit authentication token. If using a public token the request must originate for a domain added to the authentication token.jwt_tokenstringJSON Web Token (JWT) token used to authorize the request.Body ParamsBodytypestringenumrequiredThe type of import operationnew-catalog-importAllowed:new-catalog-importfilefile | nullrequiredCSV file to be parsed. Must have mimetype text/csv.dryRunboolean | nullDefaults to falseInitiates a dry run which returns information about the entities to be created without initiating a jobtruefalsemappingsarrayrequiredArray of column mapping configurations. The mapping should have at least one column mapped as item and one as attribute.mappings*ADD IgnoreColumnMap | MetadataColumnMap | PriceColumnMap | ItemColumnMap | AttributeColumnMap | CustomIdColumnMap | LabelColumnMapdelimiterstringCSV delimiter, defaults to comma (",")Responses 200200 400400 401401 403403 404404 422422Updated 7 months ago