Closed andyg5000 closed 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
I've confirmed that removing those traits allows you to create products using the SDK. Curious to hear why that's a bad idea 😄
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