keithbrink / amazon-mws-laravel

A Laravel library for Amazon's MWS web services, supporting Laravel 5-8+
Apache License 2.0
27 stars 23 forks source link

AmazonMerchantShipment class, fetchShipment function returns null always, solution attached in comments. #54

Closed ameer8f26 closed 3 years ago

ameer8f26 commented 3 years ago

in AmazonMerchantShipment class in function fetchShipment() add this statement at the end of function: return $this->data;

at line 123

keithbrink commented 3 years ago

You need to use the getData method after you call fetchShipment.