-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Add Parent Item to order item in repository #14614
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
Add Parent Item to order item in repository #14614
Conversation
|
Hi @JeroenVanLeusden, |
|
Sure, hopefully have some time by end of this week. Will ping you when ready. Edit: |
|
@JeroenVanLeusden I think good option there will be adding new integration test that will check after getting parent item is present |
|
Have time by end of the week to update the PR, just so you know ;) |
a5f2b6c to
f121e1c
Compare
|
@ihor-sviziev PR is updated with test. |
|
Hi @ihor-sviziev, thank you for the review. |
|
Hi @JeroenVanLeusden. Thank you for your contribution. |
Description
When using
GET /V1/orders/items/{id}the parent item isn't set. This PR will add the parent item if theparent_item_idis set.Fixed Issues (if relevant)
Manual testing scenarios
GET /V1/orders/items/{id}.parent_item_idis set butparent_itemisn't.Contribution checklist