Questions tagged [peddler]

8 questions
2
votes
1 answer

Bad request using peddler to create outbound fulfillment

I'm trying to use the Peddler gem to create outbound fulfillments in MWS. The only feedback I'm getting is Excon::Error::BadRequest (Expected(200) <=> Actual(400 Bad Request) hence it's a little hard to figure out what's going wrong. Here's the…
boydenhartog
  • 752
  • 2
  • 9
  • 22
1
vote
1 answer

stub_request regex where url params exists and does not exist in Rspec

I need to stub a request with 2 variations, and these are the example URLs from Amazon: https://mws.amazonservices.jp/Orders/2013-09-01 ?AWSAccessKeyId=0PB842EXAMPLE7N4ZTR2 &Action=ListOrders …
Chris Hough
  • 3,389
  • 3
  • 41
  • 80
1
vote
1 answer

AWS createfulfillmentorder "A create request already exists for MerchantFulfillmentOrderId

I'm running into an error when creating outbound fulfillment orders in MWS. Every time I create a fulfillment using peddler, I get this response: A create request already exists for MerchantFulfillmentOrderId : xxxx The fulfillment is created…
boydenhartog
  • 752
  • 2
  • 9
  • 22
1
vote
2 answers

Peddler: List my FBM Inventory with

I've installed Peddler to connect to Marketplace Web service. I cannot find which is the method to list my inventory (Merchant) require "peddler" client = MWS.orders( primary_marketplace_id: "XXXX", merchant_id: "XXX", aws_access_key_id:…
sparkle
  • 7,530
  • 22
  • 69
  • 131
0
votes
1 answer

create inboundshipment using peddler in rails

I tried to create InboundShipment. client.create_inbound_shipment(id, inbound_shipment_header, inbound_shipment_items) id is shipplan id created by Shipplan. inbound_shipment_header = {:shipment_name=>"kum_03_01_2019_AVP1",…
hobbydev
  • 1,513
  • 19
  • 31
0
votes
0 answers

Monkey Patch the Peddler Gem

This gem sends data to Amazon. However, its missing one data element that I need to send. Basically the declared value of the item. I am trying to monkey patch this method to also send the declared value. The method I'm using inside this gem is…
ToddT
  • 3,084
  • 4
  • 39
  • 83
0
votes
1 answer

Rails Peddler gem: Using Amazon MWS Feeds API for adding products to Amazon seller central store

I am trying to add a product to the amazon seller account using amazon mws feeds api. I am using Ruby on Rails and peddler gem. But i couldn't find any documentation/example of how to add a new product. There's a function given to submit feed…
Akshay Goyal
  • 895
  • 5
  • 13
0
votes
1 answer

How to receive notifications from a Amazon SQS queue

What is the most efficient way to receive messages from a Amazon SQS queue? I've been using the Peddler Gem to create, register and subscribe to an Amazon SQS queue that captures Amazon Marketplace order changes. All good there, the SQS queue is…
ToddT
  • 3,084
  • 4
  • 39
  • 83