Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking info #112

Open
namidad opened this issue Dec 9, 2022 · 1 comment
Open

Tracking info #112

namidad opened this issue Dec 9, 2022 · 1 comment

Comments

@namidad
Copy link

namidad commented Dec 9, 2022

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] ]);

@namidad
Copy link
Author

namidad commented Jan 10, 2023

@slince any info?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant