Sha256: ffd0692454248fdbc849dba8b9b5a22d42bcbd9da791a9c1fddb1b73e664ff52
Contents?: true
Size: 448 Bytes
Versions: 1
Compression:
Stored size: 448 Bytes
Contents
require 'peddler/client' module MWS # With the Fulfillment Inbound Shipment API, you can create and update inbound # shipments of inventory in the Amazon Fulfillment Network. You can also # also request lists of inbound shipments or inbound shipment items based on # criteria that you specify. # # @todo Not implemented class FulfillmentInboundShipment < ::Peddler::Client path '/FulfillmentInboundShipment/2010-10-01' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peddler-0.7.5 | lib/mws/fulfillment_inbound_shipment.rb |