POST
/
product-jobs
/
actions
/
export
curl --request POST \
  --url https://api.fabric.inc/v3/product-jobs/actions/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "ATTRIBUTE",
  "ids": [
    "5f328bf0b5f328bf0b5f328b"
  ],
  "locale": "en-US"
}'

Authorizations

Authorization
string
headerrequired

S2S access token (JWT) from fabric Identity service (during login)

Headers

x-fabric-tenant-id
string

A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.

x-fabric-request-id
string

Unique request ID

Body

application/json

Export based on ID

type
enum<string>
required

Type of entity to be exported, such as attributes, categories, or collections

Available options:
ATTRIBUTE,
CATEGORY,
COLLECTION
ids
string[]
required
locale
string

If isLocalizable is true, the search is based on the localized name in specified locales. If isLocalizable is false, the search is only based on the non-localized names.

Response

200 - application/json

Job ID for the exported job

jobId
string

24-character system-generated job ID