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?