POST
/
catalog-connector-jobs
/
actions
/
export

Authorizations

Authorization
string
headerrequired

This is the authorization token used to authenticate the request. You must pass the access token generated from the system app. For more information, see the Making your first API request section.

Headers

x-fabric-tenant-id
string
required

A header retrieved from your Copilot Account Details that's used by the API to identify the tenant making the request. Tenant ID must be included in the authentication header for API requests to access any of fabric’s endpoints.

x-fabric-request-id
string

Unique request ID

Body

application/json

A sample request to export data.

ids
string[]
required

The product type IDs that must be exported.

locale
string
required

The language code, which is a combination of language (ISO 639 format) and country (ISO 3166 format).

The default value is en-US.

type
enum<string>
required

The supported job types.

Available options:
CATALOG_CONN_ITEM_VARIANT_EXPORT,
CATALOG_CONN_BUNDLE_EXPORT
formatType
enum<string>

Specify the file format used to upload to Catalog Connector.

Available options:
csv,
jsonl

Response

200 - application/json

The job ID.

jobId
string

A 24-character system-generated job ID.