Get jobs related to products
Get a paginated list of jobs related to products by specifying the query parameters such as job ids
, type
. You can refine the results by specifying offset
and limit
. Note:
1. Query parameter ids
can’t be combined with the rest of the query parameters and when it’s specified, pagination isn’t supported.
2. Query parameter inputFileIds
supports up to 15 comma-separated file IDs and it can be combined only with the query parameter lastJobOnly
. Pagination isn’t supported when this parameter is used.
Authorizations
S2S access token (JWT) from fabric Identity service (during login)
Headers
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.
Unique request ID
Query Parameters
Supports up to 15 comma-separated job IDs. Note: <br />1. This parameter can't be combined with any other query parameter. <br />2. Pagination isn't supported when this parameter is used.
Job types
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
Supports up to 15 comma-separated file IDs. Note: <br /> 1. This can only be combined with the query parameter lastJobOnly
. <br /> 2. Pagination isn't supported when this parameter is used.
true: The last job that meets the query parameters <br /> false: Not necessarily the last job Note: Only applicable with type
and inputFileIds
.
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
Maximum number of records per page
Response
Details of jobs
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
Maximum number of records per page
Total number of records
Was this page helpful?