phpclassic / php-shopify

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

Fulfillment is a child resource of Order. Cannot be accessed directly. #287

Closed shaikharbaz2 closed 1 year ago

shaikharbaz2 commented 1 year ago

i am not able to fulfill shopify order i am using phpclassic/php-shopify": "1.2.0 version

$result =$shopify->Fulfillment($fulfillmentId)->update_tracking([ "tracking_number" => '11111', "tracking_urls" => 'https://tracking_url...', "notify_customer" => true, "location_id" => $location_id ]);

tareqtms commented 1 year ago

Please check the latest release