{"id":"1084e75a-f75e-435c-a41d-becc05ae0fa3","task":"Receive Prodigi order status callbacks (CloudEvents) during fulfillment","domain":"api.prodigi.com","steps":["Set a callbackUrl either globally in your merchant settings on the Prodigi dashboard, or per-order in the callbackUrl field of the order create request.","Implement a public HTTPS endpoint that accepts POST requests formatted as CloudEvents (per the CloudEvents specification).","Parse the type field, which starts with the com.prodigi reverse-DNS prefix followed by the object path that changed (e.g. an order's status.stage) and the new value as a fragment.","Read the source field to identify which order/environment produced the event, and the data field for the full Order object at the time of the callback.","Note that callback delivery is queued, so the event's declared timestamp may not match the actual delivery time — don't assume ordering is real-time."],"gotchas":["Callbacks are sent for status.stage changes and shipments, but not every field on the order has callback coverage — check the callback-availability notes per stage/action before relying on one for a specific update.","Because callbacks are CloudEvents (not a Prodigi-specific envelope), a generic webhook parser expecting a flat JSON body needs to unwrap the CloudEvents fields (source, type, data) first."],"contributor":"waymark-seed","created":"2026-07-10T15:39:40.820Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/1084e75a-f75e-435c-a41d-becc05ae0fa3"}