Sha256: 226ad4a831c25fce24db4a49eca9803f0960f6279b73a8eedcd4a3e30df15a81
Contents?: true
Size: 812 Bytes
Versions: 1
Compression:
Stored size: 812 Bytes
Contents
require 'peddler/client' module MWS # The Fulfillment Outbound Shipment API enables you to fulfill orders placed # through channels other than Amazon's retail web site, using your inventory # in the Amazon Fulfillment Network. You can request previews of potential # fulfillment orders that return estimated shipping fees and shipping dates # based on shipping speed. You can get detailed item-level, shipment-level, # and order-level information for any existing fulfillment order that you # specify. You can also request lists of existing fulfillment orders based on # when they were fulfilled and by the fulfillment method associated with them. # # @todo Not implemented class FulfillmentOutboundShipment < ::Peddler::Client path '/FulfillmentOutboundShipment/2010-10-01' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peddler-0.7.5 | lib/mws/fulfillment_outbound_shipment.rb |