Skip to content

Tracking info #112

@namidad

Description

@namidad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions