infusionsoft / infusionsoft-php

PHP client library for the Infusionsoft API.
https://developer.infusionsoft.com/
Other
130 stars 128 forks source link

CannotCreate on the Product Service #239

Closed andyg5000 closed 4 years ago

andyg5000 commented 4 years ago

Why is the CannotCreate trait used on https://github.com/infusionsoft/infusionsoft-php/blob/master/src/Infusionsoft/Api/Rest/ProductService.php ?

If we need to create products via API, do we just call the REST endpoints directly ?https://developer.infusionsoft.com/docs/rest/#!/Product/createProductUsingPOST

andyg5000 commented 4 years ago

I've confirmed that removing those traits allows you to create products using the SDK. Curious to hear why that's a bad idea 😄