phpclassic / php-shopify

PHP SDK for Shopify API
Apache License 2.0
569 stars 211 forks source link

Adding Fulfillment Order #228

Closed marxolly closed 3 years ago

marxolly commented 3 years ago

Only the section that can be called from the order id using the URL

GET /admin/api/2021-04/orders/{order_id}/fulfillment_orders.json

Is complete. I have tested it and it works on my project and is helpful when getting orders from shopify and determining where they will need to be fulfilled

marxolly commented 3 years ago

Can be called using $order_fulfillments = $this->Order($order_id)->FulfillmentOrder->get();

fabio-sassi-spotview commented 3 years ago

I need this api request too in my project