diff --git a/lib/ruby-mws/api/order.rb b/lib/ruby-mws/api/order.rb index 1b11a92..b738e97 100644 --- a/lib/ruby-mws/api/order.rb +++ b/lib/ruby-mws/api/order.rb @@ -7,7 +7,8 @@ class Order < Base :uri => '/Orders/2011-01-01', :version => '2011-01-01', :lists => { - :order_status => "OrderStatus.Status" + :order_status => "OrderStatus.Status", + :fulfillment_channel => "FulfillmentChannel.Channel" }, :mods => [ lambda {|r| r.orders = r.orders.order if r.orders} @@ -34,4 +35,4 @@ class Order < Base end end -end \ No newline at end of file +end