Collection Add Products

collectionAddProducts #

collectionAddProducts(collectionId: String, productIds: ) Boolean

Example #

mutation collectionAddProducts($collectionId: String!, $productIds: !){
  collectionAddProducts(collectionId: $collectionId, productIds: $productIds) 
}

Try It Now