CollectionAddProducts Object
Adds products to a collection.
type CollectionAddProducts {
collection: Collection
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}
Fields
collection ● Collection
Collection to which products will be added.
errors ● [CollectionError!]!
Show deprecated
Returned By
collectionAddProducts mutation