Hi,
Just wondering if anyone knows of a way to return the amazon stock quantity of a given product using Net::Amazon
e.g.
however this does not actually specify if the title is in stock on amazon?
Does anyone know of any methods that can provide this?
Thanks
Just wondering if anyone knows of a way to return the amazon stock quantity of a given product using Net::Amazon
e.g.
Code:
my $response = $ua->search(<<an ean>>)
for ($response->properties()) {
$_->ThirdPartyNewCount(); # returns the total new count for all resellers
however this does not actually specify if the title is in stock on amazon?
Does anyone know of any methods that can provide this?
Thanks