Waiting for engine...
Skip to main content

CatalogListingTagsBulkUpdateInput

No description

input CatalogListingTagsBulkUpdateInput {
catalogListingIds: [ID!]!
tagIdsToAdd: [ID!]
tagIdsToRemove: [ID!]
}

Fields

CatalogListingTagsBulkUpdateInput.catalogListingIds ● [ID!]! non-null scalar miscellaneous

List of catalog listing unique identifiers to update tags for

CatalogListingTagsBulkUpdateInput.tagIdsToAdd ● [ID!] list scalar miscellaneous

List of tag unique identifiers to be added to the catalog listings

CatalogListingTagsBulkUpdateInput.tagIdsToRemove ● [ID!] list scalar miscellaneous

List of tag unique identifiers to be removed from the catalog listings

Member Of

catalogListingTagsBulkUpdate mutation

On this Page