The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Amazon::MWS::XML::Response::FeedSubmissionResult -- response parser

SYNOPSIS

  my $res = Amazon::MWS::XML::Response::FeedSubmissionResult->new(xml => $xml);
  if ($res->is_success) { ... };

ACCESSOR

xml

The xml string

xml_reader

A sub reference with the AmazonEnvelope reader.

structure

Lazy attribute built via parsing the xml string passed at the constructor.

METHODS

is_success

errors

report_errors

A list of error messages, where each element is an hashref with this keys:

code (numeric)
type (warning or error)
message (human-readable)

Failures and warnings

They return a list of skus or order_id.

failed_skus
skus_with_warnings
failed_orders
orders_with_warnings