Exports

Build and manage exports from the PIM system

Create an export

get

#Available from v.3.10.12

Authorizations
AuthorizationstringRequired
Path parameters
entityTypeinteger · enumRequired

Enum representing each supported entity type in enrichment insights engine

  • 10 = Category: Category reference
  • 20 = Product: Product reference
  • 30 = Variant: Variant reference
  • 50 = VariantGroup: Variant group reference
Possible values:
Responses
chevron-right
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

Create an export

post

#Available from v.3.10.12

Authorizations
AuthorizationstringRequired
Body

Model defining export to build

EntityTypeinteger · enumOptional

Enum representing each supported entity type in enrichment insights engine

  • 10 = Category: Category reference
  • 20 = Product: Product reference
  • 30 = Variant: Variant reference
  • 50 = VariantGroup: Variant group reference
Possible values:
EntityIdsinteger · int32[] · nullableOptional

The ids to export data for

Responses
chevron-right
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/buildexport
200

OK

Last updated