class MWS::API::FulfillmentInboundShipment

FulfillmentInboundShipment

Constants

ACTIONS

Public Class Methods

new(connection) click to toggle source
Calls superclass method MWS::API::Base::new
# File lib/mws/api/fulfillment_inbound_shipment.rb, line 9
def initialize(connection)
  @uri = '/FulfillmentInboundShipment/2010-10-01'
  @version = '2010-10-01'
  super
end