The upgrade of the webhook resulted in the loss of the fields that should be returned.

Topic summary

  • Issue: New sites are forced to use webhook API version 2024-07, while an existing site uses 2023-07.
  • Change: The 2024-07 version returns fewer parameters; notably, the weight field is missing from product variant data.
  • Impact: Code had to be adjusted to handle both versions and their differing payloads.
  • Request: Asking if it’s possible to set webhook version for newly created sites back to 2023-07 instead of the forced 2024-07.
  • Status: No solution or confirmation provided yet; the question remains open.
Summarized with AI on December 17. AI used: gpt-5.

The version of Webhook associated with our old site is 2023-07, while the version for newly created sites is forced to be 2024-07. The 2024-07 version has significantly fewer return parameters than the 2023-07 version, such as the weight field being missing from product variant data. This has forced us to modify our code to accommodate both versions. Is there a way to change the Webhook version for newly created sites from 2024-07 back to 2023-07?