/
QU
quable
/
Quable PIM API documentation v5
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Activity
2
Asset
7
Assets
5
Channels
1
Classification & Catalog
10
Classifications
6
Data Enhancement
15
Data Flow
20
get
This endpoint provides a list of ExportProfiles, it can be paginated with the pagination=true parameter
post
Create a new ExportProfile in the datamodel
get
Provide a single resource - ExportProfile
put
Update a single resource - ExportProfile
delete
Remove the ExportProfile from the PIM
get
This endpoint provides a list of ImportProfiles, it can be paginated with the pagination=true parameter
post
Create a new ImportProfile in the datamodel
get
Provide a single resource - ImportProfile
put
Update a single resource - ImportProfile
delete
Remove the ImportProfile from the PIM
get
This endpoint provides a paginated list of ExportSchedules
post
This endpoint creates a new ExportSchedule
get
Provide a single resource - ExportSchedule
put
Update a single resource - ExportSchedule
delete
Remove a single resource - ExportSchedule
get
This endpoint provides a paginated list of ImportSchedules
post
This endpoint creates a new ImportSchedule
get
Provide a single resource - ImportSchedule
put
Update a single resource - ImportSchedule
delete
Remove a single resource - ImportSchedule
Data Model
42
Document
12
Documents
9
Downloads
2
Integration
14
Notifications
1
Settings
5
Tickets
2
Token & Auth
3
User & Permission
19
Utility
16
Variants
6
WorkflowTransition
1
Data Flow
Create a new ImportProfile in the datamodel
Creates a ImportProfile resource.
post
/import-profiles
Request body
ImportProfileImportProfileInputImportProfileInputCreate
required
endOfLine
string
encoding
string
emptyValueStrategy
string
name
string
description
string
nullable
model
string
dateFormat
string
dateTimeSeparator
string
enclosure
string
fieldSeparator
string
multiValueSeparator
string
numberFormat
string
timeFormat
string
extension
string
mappings
object[]
locales
string[]
Response
ImportProfile resource created
ImportProfileImportProfileOutputImportProfileOutput
required
emptyValueStrategy
string
name
string
description
string
nullable
model
string
extension
string
multiValueSeparator
string
mappings
object[]
createdBy
UserUserOutputImportProfileOutput
updatedBy
UserUserOutputImportProfileOutput
locales
string[]
id
string
dateCreated
string
date-time
dateModified
string
date-time
Changes