GET
/
product-jobs

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

Query Parameters

ids
string

Supports up to 15 comma-separated job IDsNote: <br />1. This parameter cannot be combined with any other query parameter. <br />2. Pagination is not supported when this parameter is used.

type

Job types

Available options:
ITEM_VARIANT_EXPORT,
ITEM_VARIANT_IMPORT,
BUNDLE_EXPORT,
BUNDLE_IMPORT,
ATTRIBUTE_IMPORT,
ATTRIBUTE_EXPORT,
CATEGORY_IMPORT,
CATEGORY_EXPORT,
COLLECTION_IMPORT,
COLLECTION_EXPORT,
ATTRIBUTE_JOB,
PRODUCT_JOB,
CATEGORY_JOB,
COLLECTION_JOB,
PRODUCT_BULK_CATEGORY_UPDATE,
PRODUCT_DENORM_JOB
inputFileIds
string

Supports up to 15 comma-separated file IDs. Note: <br /> 1. This can only be combined with the query parameter lastJobOnly. <br /> 2. Pagination is not supported when this parameter is used.

lastJobOnly
boolean

true: The last job that meets the query parameters <br /> false: Not necessarily the last job Note: Only applicable with type and inputFileIds.

offset
integer
default: 0

Number of records to skip before returning records. For example, offset=20, limit=10 returns records 21-30.

limit
integer
default: 10

Maximum number of records per page

Response

200 - application/json
data
object[]
offset
integer
default: 0

Number of records to skip before returning records. For example, offset=20, limit=10 returns records 21-30.

limit
integer
default: 10

Maximum number of records per page

count
integer

Total number of records