Method: MWS::CartInformation::Client#list_carts_by_next_token

Defined in:
lib/mws/cart_information/client.rb

#list_carts_by_next_token(next_token) ⇒ Peddler::XMLParser

Lists the next page of shopping carts



42
43
44
45
46
47
# File 'lib/mws/cart_information/client.rb', line 42

def list_carts_by_next_token(next_token)
  operation('ListCartsByNextToken')
    .add('NextToken' => next_token)

  run
end