Orders missing price and currency #3657
Unanswered
bghitulescu
asked this question in
General
Replies: 3 comments
-
Has this issue been resolved? I've encountered the same problem where some orders have an OrderTotal while others don't. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@cyj153 @bghitulescu how did you handle missing order totals ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @cyj153 and @AnnapurnaNeerukonda Can you share more details about the Order's sales channel and status where you see missing Order Total? Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Not sure if doing something wrong or if there's a specific flow that should be following but when we read orders using
/orders/v0/orders
we are not getting back theOrderTotal
(https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-reference#get-ordersv0orders)The
OrderTotal
is optional but we've ended up withShipped
orders which have no currency or price. When the currency and price is missing on order level, they are also missing from order item level.Here's an example for an order read today:
Any ideas?
Thank you,
Bogdan
Beta Was this translation helpful? Give feedback.
All reactions