brickfox / mws

https://developer.amazonservices.com/
Apache License 2.0
16 stars 35 forks source link

Can you please add the following values to your Model/Order.php under #18

Open serkozk opened 7 years ago

serkozk commented 7 years ago

This covers sellers having MFN Prime fulfillment and Business accounts.

            <IsBusinessOrder>false</IsBusinessOrder>
            <IsPrime>false</IsPrime>
            <IsPremiumOrder>false</IsPremiumOrder>  

https://images-na.ssl-images-amazon.com/images/G/02/amazonservices/integrators/MWS_Integrators_MF_SFP_UK_V1.0_R._V274895194_.pdf

http://docs.developer.amazonservices.com/en_US/orders-2013-09-01/Orders_GetOrder.html

rkrx commented 7 years ago

Can you check if PR https://github.com/brickfox/mws/pull/19 is working for you?