DEV
Mutation.
catalogItemExportByIds
Creates a new catalog item export job for the given catalog item IDs.
Arguments
ids
•
[ID!]!
Required
No description
Returns:
ExportJob!
GraphQL
1
2
3
type
Mutation
{
catalogItemExportByIds
(
ids
:
[
ID
!
]
!
)
:
ExportJob
!
}
Was this page helpful?
Yes
No
© 2024 Zonos
zonos.com
Mutation.
catalogItemExportByIds
Creates a new catalog item export job for the given catalog item IDs.
Arguments
ids
[ID!]!
Required
Returns:
ExportJob!
type Mutation { catalogItemExportByIds(ids: [ID!]!): ExportJob! }