class MWS::API::FulfillmentOutboundShipment

FulfilmentOutboundShipment

Constants

ACTIONS

Public Class Methods

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