Articles in this section

Understanding Delayed Notification Tracking with Bulk Ship

Here is how the delayed notification tracking feature works:

  1. You create the batch
  2. You print the labels
  3. Orders are set to Order Status Fulfilled
  4. First webhook sent, with the field Completed: false
  5. Batch marked as Ready to Pack
  6. Click on Mark as Shipped
  7. Second webhook sent, with the field Completed: true

Batch Status

Order Fulfillment Status

Batch Status in BulkShip

ShipHero API

Pending Unfulfilled

3_3854d3e5-9b34-491c-a5cf-e1a24f441020.png

No webhook yet
Ready to Print Fulfilled

4_e3421d40-52da-4633-8496-b317f7fd5a8c.png

Completed: false
Ready to Pack Fulfilled

5_95d07772-a0d7-4204-b118-467fd41f8d5c.png

Completed: false
Shipped Fulfilled

6_57405dd6-5f80-489e-85dc-76f6eca41005.png

Completed: true

In both BulkShip and the API, the order will show Fulfilled as soon as the label prints, as illustrated below. However, the Completed: true webhook will not update in the Public API until the Batch Status is marked as Shipped.

Order Detail Page

You can now see if the completed shipment webhook was sent from the Order detail page under the Shipments section!

8_5e3e1962-9a74-4956-8c70-daeb513212dc.png

If your store is not connected to ShipHero and orders are sent in via the API, you will always see the Updated Store field marked No. The Shipment set as complete field will change depending on the webhook sent.
9_2626cecf-03f4-4d97-ab6b-a19aa66b83d6.png

You can view batch status information here.

Query Notes

To check the order fulfillment status through the API, you can use the following query:

order(id: 1) {
	fulfillment_status
	shipments {
		completed
	}
}

Example Query:

10_6ecb2180-7dc2-48ae-beaa-767603115219.png

Was this article helpful?
1 out of 7 found this helpful

More Resources

  • ShipHero Public API

    Connect your tools and AI agents directly to ShipHero with the Public API. Build powerful integrations, automate workflows, and tap into real-time data using the AI tools you prefer, with the option for secure, read-only access for AI-driven insights without added risk.

  • ShipHero Academy

    Explore ShipHero Academy for certifications, deep-dive training, and expert-led courses on WMS and fulfillment. Build your expertise and help your team operate at a higher level.

  • Change Log

    Stay up to date with the latest improvements across ShipHero. The Change Log gives you a clear view of new features, enhancements, and fixes as they roll out—so you always know what’s new and what’s better.