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?
Yes
No
© 2024 Zonos
zonos.com
Query.
catalogItemExportJob
Retrieves a catalog item export job by its ID.
Arguments
id
ID!
Required
Returns:
ExportJob
type Query { catalogItemExportJob(id: ID!): ExportJob }