MONEI / Shopify-api-node

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

FulfillmentOrder list of a specific order method is missing #491

Closed joaohedy closed 3 years ago

joaohedy commented 3 years ago

Cannot find this

GET /admin/api/2021-04/orders/{order_id}/fulfillment_orders.json
Retrieves a list of fulfillment orders for a specific order.

as explained in documentation here: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder#index-2021-04

lpinca commented 3 years ago

It is available as shopify.order.fulfillmentOrders(id). See https://github.com/MONEI/Shopify-api-node/commit/a14f89bae015820cb59959d5ff8c558d0cae1b50.

joaohedy commented 3 years ago

Missed that. Sorry and Thank you.