NAME
Amazon::MWS::XML::GenericFeed -- base module to create XML feeds for Amazon MWS
ACCESSORS
xml_writer
The XML::Compile::Schema writer object. You can pass this to build this object manually (usually it's the Uploader who builds the writer).
my $writer = XML::Compile::Schema->new([glob '*.xsd'])
->compile(WRITER => 'AmazonEnvelope');
merchant_id
Required. The merchant id provided by Amazon.
debug
Whether to enable debugging or not.
METHODS
create_feed($operation, \@messages, %options)
Create a feed of type $operation, with the messages passed. The options are not used yet.