Description
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.