-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplete data in GetAllOrders API #17
Comments
This is almost certainly a duplicate of #13 The json description for the return types is wrong. |
dpash
added a commit
to dpash/walmart-api-php
that referenced
this issue
Feb 19, 2024
The `orderLines` type in the schema was incorrectly set to be `RefundLinesType` which meant that many of the values were not exposed to the user. Fixes highsidelabs#13, fixes highsidelabs#17, fixes highsidelabs#19
dpash
added a commit
to dpash/walmart-api-php
that referenced
this issue
Feb 19, 2024
This is the result of customising the schema after the previous commit Fixes highsidelabs#13, fixes highsidelabs#17, fixes highsidelabs#19
dpash
added a commit
to dpash/walmart-api-php
that referenced
this issue
Feb 19, 2024
This is the result of generating the API from the schema Fixes highsidelabs#13, fixes highsidelabs#17, fixes highsidelabs#19
dpash
added a commit
to dpash/walmart-api-php
that referenced
this issue
Feb 27, 2024
Turns out I missed one incorrect type, so this should hopefully fix that too Fixes highsidelabs#13, fixes highsidelabs#17, fixes highsidelabs#19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From an email I got: GetAllOrders API works but it doesn't get the product line details from each line. It only gives the line number and refund status, no other details.
The text was updated successfully, but these errors were encountered: