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