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
Are attributes supposed to be accessible for get_order?
I see that get_order returns a AmzSpApi::OrdersApiModel::GetOrderResponse object, but then you've got to access the payload member which appears to be a simple hash requiring order.payload[:BuyerInfo] type access, rather than using order.payload.buyer_info.
Is this intended?
The text was updated successfully, but these errors were encountered:
Are you not getting any order attributes in the response? There should be a large bit of data that comes with the successful response. When I've gotten good responses, they've included necessary attributes. If you can show the response here, that would be helpful. Thanks!
Are attributes supposed to be accessible for get_order?
I see that get_order returns a AmzSpApi::OrdersApiModel::GetOrderResponse object, but then you've got to access the payload member which appears to be a simple hash requiring order.payload[:BuyerInfo] type access, rather than using order.payload.buyer_info.
Is this intended?
The text was updated successfully, but these errors were encountered: