You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when I'm creating fulfillment I'm passing also details about tracking.
Order status is changing into 'Fulfilled' but there isn't any information about tracking.
How I can update it?
$shopifyConnection->getClient()->getFulfillmentManager()->create($shopify_order_id, [ "location_id" => $location_origin->getId(), "message" => "The package was sent to client.", "notify_customer" => false, "tracking_info" => [ "number" => $tracking_id, "company" => $tracking_company, "url" => 'https://auspost.com.au/mypost/track/#/details/' ], "line_items_by_fulfillment_order" => ["fulfillment_order_id" => $shopify_order_id] ]);
The text was updated successfully, but these errors were encountered:
Hello,
when I'm creating fulfillment I'm passing also details about tracking.
Order status is changing into 'Fulfilled' but there isn't any information about tracking.
How I can update it?
$shopifyConnection->getClient()->getFulfillmentManager()->create($shopify_order_id, [ "location_id" => $location_origin->getId(), "message" => "The package was sent to client.", "notify_customer" => false, "tracking_info" => [ "number" => $tracking_id, "company" => $tracking_company, "url" => 'https://auspost.com.au/mypost/track/#/details/' ], "line_items_by_fulfillment_order" => ["fulfillment_order_id" => $shopify_order_id] ]);
The text was updated successfully, but these errors were encountered: