Exports
Authorizations
AuthorizationstringRequired
Path parameters
entityTypeinteger · enumRequiredPossible values:
Enum representing each supported entity type in enrichment insights engine
10= Category: Category reference20= Product: Product reference30= Variant: Variant reference50= VariantGroup: Variant group reference
Responses
200
OK
application/json
Represents a field that can be exported
Uidstring · nullableOptional
Unique id of field
Namestring · nullableOptional
Presented name of field
get
/v1/exports/fields/{entityType}200
OK
Authorizations
AuthorizationstringRequired
Body
Model defining export to build
EntityTypeinteger · enumOptionalPossible values:
Enum representing each supported entity type in enrichment insights engine
10= Category: Category reference20= Product: Product reference30= Variant: Variant reference50= VariantGroup: Variant group reference
EntityIdsinteger · int32[] · nullableOptional
The ids to export data for
Responses
200
OK
application/json
Result of an export
FileBytesstring · byte · nullableOptional
The actual file containing the exported data
FileNamestring · nullableOptional
Name of the file
FileExtensionstring · nullableOptional
Extension of the file
MimeTypestring · nullableOptional
Mimetype of the file
post
/v1/exports/buildexport200
OK
Last updated