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

updated shipt to ShipT #55

Merged
merged 1 commit into from
Nov 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion brokering/shipt-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Merchants using shipping carriers like ShipT for last mile delivery want to ensure that their OMS supports required systemic integrations and real-time sync of fulfillment updates.

HotWax Commerce integrates with shipping carriers like ShipT to help in computing the estimated ship date on a ship group. HotWax Commerce communicates order details and the requested delivery date with ShipT and stores the delivery date confirmed by ShipT. Due to the real-time nature of Shipt deliveries HotWax Commerce also reads fulfillment updates from Shipt webhooks and updates customers instantly.
HotWax Commerce integrates with shipping carriers like ShipT to help in computing the estimated ship date on a ship group. HotWax Commerce communicates order details and the requested delivery date with ShipT and stores the delivery date confirmed by ShipT. Due to the real-time nature of Shipt deliveries HotWax Commerce also reads fulfillment updates from ShipT webhooks and updates customers instantly.

Traditional integrations with standard shipping companies like Fedex don’t require criteria-set like store operating hours, lead time and pickup deadlines when determining fulfillment SLA eligibility. Not storing granular fulfillment timeline details and communicating exact delivery deadlines to providers like ShipT leads to increased order cancellations from the carrier or delays in fulfillment to the customer. Fulfillment details are also broadcasted by ShipT using webhooks, due to the condensed nature of the fulfillment, which traditional fulfillment integrations don't support.

Expand Down