Product Remove Attribute

productRemoveAttribute #

productRemoveAttribute(productId: String, attributeId: String) Boolean

Example #

mutation productRemoveAttribute($productId: String!, $attributeId: String!){
  productRemoveAttribute(productId: $productId, attributeId: $attributeId) 
}

Try It Now