Use this endpoint to start an internal job to export products from Catalog Connector.
Specify the formatType query parameter to export data in either CSV or JSONL format. In the request body, provide the ids of all products to be exported, the product type, and the locale.
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.
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.
Unique request ID
A sample request to export data.
The product type IDs that must be exported.
1The product type IDs that must be exported.
[
"5f328bf0b5f328bf0b5f328b",
"22328bf0b5f328bf0b5f3287"
]The language code, which is a combination of language (ISO 639 format) and country (ISO 3166 format).
The default value is en-US.
"en-US"
The supported job types.
CATALOG_CONN_ITEM_VARIANT_EXPORT, CATALOG_CONN_BUNDLE_EXPORT "CATALOG_CONN_ITEM_VARIANT_EXPORT"
Specify the file format used to upload to Catalog Connector.
csv, jsonl "jsonl"
OK
The job ID.
A 24-character system-generated job ID.
"877f1f77bcf86cd799439087"