lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
MIT License
307 stars 130 forks source link

Add support for creating RMAs #92

Closed samacs closed 7 years ago

samacs commented 7 years ago

We're currently using this project to synchronize product images and stock.

We are planning to implement the creation of return fulfillments but there's no support for a couple of methods needed to create this.

I'm working in the implementation of these two methods already, just wanted to create the issue before creating the PR.

hakanensari commented 7 years ago

@samacs, yes, these two operations are missing in the client. I don't know if this was originally an oversight or whether Amazon silently added them recently. Either way, yes, we should incorporate them, so :+1: for a PR.

samacs commented 7 years ago

PR #93 is ready!