To learn how to start shipping wholesale orders in RyderShip, see Getting Started with Wholesale Orders.
Overview
If you work with trading partners who require EDI, you or your EDI partner may want to consume a RyderShip webhook in order to obtain information necessary to generate an 856. The order.shipped RyderShip webhook gives the information you'll need.
The order.shipped webhook is fired when the load is closed for orders shipping LTL. For small parcel orders, order.shipped is fired after the order is packed, labels are purchased, and the order transitions to shipped. See Webhooks to better understand webhook functionality.
Order Shipped webhook
Use this webhook to obtain order and shipment data that you or your EDI partner will need to send EDI transactions.
The scac value is available via this webhook so the scac can be sent to the retailer when a wholesale order ships.
Webhook sample - order.shipped
This webhook provides the following information for an order:
-
scacvalue is located in theattributesblock. The value is available both for orders that ship small parcel and those that ship LTL (wholesale order on a load), so thescaccan be sent back to the retailer.
| Order using ship method | How scac is populated |
| Whiplash Needs Routing (included on a load) |
scac is pulled from the routing information on the load when the load is marked closed |
| FedEx, Whiplash Cheapest, etc. (can be any ship method other than Whiplash Needs Routing or Whiplash Pickup) |
scac is pulled from the carrier when the order moves to shipped status. |
-
load.detailsare located at the bottom oforder.shipped.
Example