Tony Toms
Tony Toms
> return $shopify->Order($orderid)->Fulfillment->post($postdata); `$shopify->Order($orderid)->Fulfillment->post($postdata);` Isn't this one Deprecated?
Hey Mathieu, I am on the same page as you are Are you sure this is deprecated? The reason I ask this is because of the below suggestion I got...
@d3v1 Where did you get the Fulfilment ID from? Did you get it from the 'GET fulfillment_orders endpoint?'. If yes , could you give me an example if possible
> Hey @tonytoms > > I got the fulfillment ID from the order. In this case we're using the `Fulfillment` object. It's different to the `FulfillmentOrder` object. I believe the...
> What do you do if you don't have any fulfillment_id's tied to the order. When I query an order for fulfillments, I receive an empty array. Clearly I need...
> I have the additional scopes set and I still get an empty array unless the order has already shipped. I just tried the same and am also getting no...
@damix1984 : Strangely, i got the below response from Shopify > Another solution that you could consider is to use the REST Admin API, which provides more granular control over...