Sha256: 8a0c35ada605554a3a163ca753dcbb65d50f49d8303f01b2d25bdcdc728fc923
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 Bytes
Contents
module MWS module API 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.1 | lib/mws-rb/api/fulfillment_inbound_shipment.rb |