I was wondering if there was a webhook for order creations adjustments that surfaces gid://shopify/SalesAgreement/XXXXX
Hey @ChrisBradley, no native webhook surfaces a SalesAgreement GID today.
However, you can get this with next gen events. You can subscribe to Order create events and query agreements directly, and the GIDs arrive in the payload.
Interesting, have not even heard of this.
does this work in prod plus stores right now?
@ChrisBradley It’s in the unstable version now, so I wouldn’t recommend it for production stores until it’s in a stable release.
@kyle got it thanks!