Sha256: 2532ef5db00182fe4ec7d3683045a80a5d2734491a52c8dd2f90a60d18355008
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 Bytes
Contents
module MWS module API # FulfillmentInboundShipment class FulfillmentInboundShipment < Base ACTIONS = [:create_inbound_shipment_plan, :create_inbound_shipment, :update_inbound_shipment, :list_inbound_shipments, :list_inbound_shipments_by_next_token, :list_inbound_shipment_items, :list_inbound_shipment_items_by_next_token, :get_service_status] def initialize(connection) @uri = '/FulfillmentInboundShipment/2010-10-01' @version = '2010-10-01' super end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mws_rb-0.0.6 | lib/mws/api/fulfillment_inbound_shipment.rb |