MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
946 stars 278 forks source link

AssignedFulfillmentOrder Endpoint Missing #473

Closed jmgunter closed 3 years ago

jmgunter commented 3 years ago

It seems that the AssignedFulfillmentOrder endpoint from the Shopify REST API is missing from this library. Am I missing this somewhere?

https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/assignedfulfillmentorder?api%5Bversion%5D=2020-10#index-2021-01

Endpoint: GET: /admin/api/2020-10/assigned_fulfillment_orders.json?assignment_status=cancellation_requested&location_ids[]=48752903

lpinca commented 3 years ago

It is available as shopify.fulfillmentOrder.list(). See https://github.com/MONEI/Shopify-api-node/commit/0505308fddec4556efcfc736bef08cdd85fbcfa4.

jmgunter commented 3 years ago

Got it, thanks!