Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

When a syncing entity record is updated in the Source system, the corresponding Order in ShipHawk should also be updated (update an order).

When a syncing entity record is deleted in the Source system, the corresponding Order in ShipHawk should also be deleted (delete an order).

Step 5. Update Source with Shipment data from ShipHawk

The recommended method for writing shipment data back to the Source is to setup and subscribe to ShipHawk Webhooks.  Instead of creating scheduled jobs, you can improve performance by setting up a Webhook, subscribing to the shipment.create_from_order event and specifying a callback URL of your choice.    

...