DEV

Query.

catalogItemExportJob

Retrieves a catalog item export job by its ID.

Arguments

id

ID!

Required

No description

Returns:

ExportJob

GraphQL
1
2
3
type Query {
  catalogItemExportJob(id: ID!): ExportJob
}

Was this page helpful?