Sha256: 2d422e94106fa96aaa944fd87e67b91acb915e88badf75f565056e8a5bde287e
Contents?: true
Size: 447 Bytes
Versions: 4
Compression:
Stored size: 447 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
4 entries across 4 versions & 1 rubygems