t3chnoboy / amazon-product-api

:credit_card: Amazon Product Advertising API client
365 stars 104 forks source link

Cart operations? #36

Closed donovanh closed 8 years ago

donovanh commented 8 years ago
screen shot 2016-01-13 at 21 50 17

Looking into the code, it looks like the itemSearch, Lookup and BrowseNode lookup operations are mapped but other operations such as CartCreate and the cart operations aren't. Is there a way to use this library and use operations like these? Apologies if I'm missing something.

masterT commented 8 years ago

Hi,

The cart operations are not implemented yet... but feel free to fork the library and implement the missing operations you need. The library is very simple and new operations can be add easily.

If you are having trouble don't hesitate. ☺️

But it would be great to plan to implement all the missing operations available.

donovanh commented 8 years ago

Good call, I'll have a look and see what I can do :dancer: