You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: