Export products
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.
Authorizations
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
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
Body
A sample request to export data.
The product type IDs that must be exported.
The language code, which is a combination of language (ISO 639 format) and country (ISO 3166 format).
The default value is en-US
.
The supported job types.
CATALOG_CONN_ITEM_VARIANT_EXPORT
, CATALOG_CONN_BUNDLE_EXPORT
Specify the file format used to upload to Catalog Connector.
csv
, jsonl
Response
The job ID.
A 24-character system-generated job ID.
Was this page helpful?