We have made several updates to the Public API.
  • id
    has been added to the inventory change webhook payload. This is a unique identifier for the change and can be used to dedupe updates.
  • updated_from
    and
    updated_to
    have been added as parameter to the
    purchase_orders
    query. This can be used to find POs that have been updated in the specified timeframe. Note that the update is based on changes to the PO line items only.
  • partner_order_number
    has been added to the PO update webhook payload.
  • lot_id
    has been added to the
    work_order_create
    mutation. This can be used to set the lot of the sku being created in the work order.