You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im getting .com orders successfully but I would like to access .ca orders as well,
I checked "https://github.com/sonnenglas/amazon-mws-laravel/blob/stable/src/AmazonOrderList.php"
but there you passed only $this->options['MarketplaceId.Id.1'] = $store[$s]['marketplaceId']; into constructor. my question is how we can pass multiple marketplaceIds?
The text was updated successfully, but these errors were encountered:
Im getting .com orders successfully but I would like to access .ca orders as well,
I checked "https://github.com/sonnenglas/amazon-mws-laravel/blob/stable/src/AmazonOrderList.php"
but there you passed only $this->options['MarketplaceId.Id.1'] = $store[$s]['marketplaceId']; into constructor. my question is how we can pass multiple marketplaceIds?
The text was updated successfully, but these errors were encountered: