Open keyurshah opened 7 years ago
I was able to get it to work, but I had to edit the methods.json line and change stringJSON
to string
line 761 "products": "string",
I know there is a pending pull request, so not sure what is the correct way to get this to work.
Thanks.
@keyurshah I agree, after change to type "string" - all works
Thanks @keyurshah
Thanks for the amazing library!
I first am creating a listing using the createListing method.
I am then trying to add inventory using the updateInventory method, but am getting errors about invalid param type
If anyone has a sample of the final structure that I need to have in php to use the updateInventory method, that would be very helpful. This is not working for me.
Thank You