Sha256: 62db58b18a25dfb82b0c038344a494d819c2a599b0b66a5b16be2992e0773d39
Contents?: true
Size: 399 Bytes
Versions: 3
Compression:
Stored size: 399 Bytes
Contents
require 'peddler/service' # With the Fulfillment Inbound Shipment API, you can create and update inbound # shipments of inventory in the Amazon Fulfillment Network. You can also # request lists of inbound shipments or inbound shipment items based on # criteria that you specify. module Peddler class FulfillmentInboundShipment < Service path 'FulfillmentInboundShipment/2010-10-01' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
peddler-0.4.3 | lib/peddler/fulfillment_inbound_shipment.rb |
peddler-0.4.2 | lib/peddler/fulfillment_inbound_shipment.rb |
peddler-0.4.1 | lib/peddler/fulfillment_inbound_shipment.rb |