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

The x-fabric-tenant-id header is a string that contains the ID of the tenant from whom you wish to pull information from.

x-fabric-request-id
string

Unique request ID

Body

application/json
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
jobId
string

24-character system-generated job ID