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

Accessing AssignedFulfillmentOrder #294

Closed
Spotnyk opened this issue May 25, 2023 · 4 comments
Closed

Accessing AssignedFulfillmentOrder #294

Spotnyk opened this issue May 25, 2023 · 4 comments

Comments

@Spotnyk
Copy link
Contributor

Spotnyk commented May 25, 2023

I'm dreading posting this because I'm sure the answer is simple and obvious. :)

I am unsure how to access AssignedFulfillmentOrder. I have looked extensively (code, issues, etc) to find the answer but have not succeeded.

I (incorrectly) assumed, based on the endpoint path it would be $shopify->AssignedFulfillmentOrder()->get().

I then tried (just to be sure):
$shopify->Order()->AssignedFulfillmentOrder()->get()
$shopify->FulfillmentOrder()->AssignedFulfillmentOrder()->get()
$shopify->Fulfillment()->AssignedFulfillmentOrder()->get()
..all which failed.

I found the pull request #278, and while the AssignedFulfillmentOrder docs are linked in that PR, there does not seem to be anything in it specifically to support it.

What am I missing? Thank you in advance.

PS: I do have the proper scopes.

@Spotnyk
Copy link
Contributor Author

Spotnyk commented May 29, 2023

I went ahead and made the changes (primarily to check my own sanity that I wasn't missing it) then created a PR (#295).

Hopefully it is acceptable (literally 😉).

@tareqtms
Copy link
Contributor

Solved by #278

@Spotnyk
Copy link
Contributor Author

Spotnyk commented May 29, 2023

Solved by #278

Is it? I've looked and looked. Done searches through the entire codebase. If there is a way to access the AssignedFulfillmentOrder resource, I have not been able to find it.

@Spotnyk
Copy link
Contributor Author

Spotnyk commented May 29, 2023

I see you merged it.

Thank you sir!

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