Sales Order webhook for updates following shipping

The 7bridges software has a feature that is a webhook where information on the sales order in 7bridges can be sent to a customer's url when a shipment's tracking is updated.

Data supplied in the webhook

This is the information that is sent in the Sales Order webhook:

  • General information on the shipment - including a single tracking code (usually of the first package for multiple package shipments)
  • Set of packed items (from the booking) - this does NOT include tracking codes - it is information on the items, NOT the packaging

Detailed fields

  • order code
  • return_url   (/api/v2/order/returns/<UUID>/)
  • master_shipments
    • tracking_code (single tracking code - usually of the first package for multiple package shipments)
    • tracking_status
    • ship_date
    • public_tracking_url
    • provider
    • expected_delivery_date
    • estimated_cost_currency
    • estimated_cost_amount
    • items (one entry for each packed item (in all the packages)
      • source_id
      • dispatched_quantity
      • quantity
      • movement_group
      • pick_list
      • product
        • code
        • name
        • description
        • weight
        • weight_unit
        • length
        • width
        • height
        • size_unit
        • hs_tariff_number
        • hs_tariff_export_number
        • hs_tariff_description
        • country_of_classification
          • code
          • name
        • country_of_manufacture
          • code
          • name
        • unit_value
        • unit_value_currency
        • unit_cost
        • unit_cost_currency
        • gtin
        • gtin_type
        • barcode
        • barcode_type
        • properties
        • source_id
        • image_url
        • hanging_goods
        • dg_quantity_category
        • un_number
        • dg_proper_shipping_name
        • source_created_at
  • timestamp

 


 

How to setup the webhook

Speak to your Customer Success Mnager of contact Customer Support to arrange setup.