Skip to content
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

Open
jlevers opened this issue Jan 7, 2024 · 1 comment
Open

Incomplete data in GetAllOrders API #17

jlevers opened this issue Jan 7, 2024 · 1 comment

Comments

@jlevers
Copy link
Contributor

jlevers commented Jan 7, 2024

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.

@dpash
Copy link

dpash commented Jan 23, 2024

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants