SKUU-hosted endpoint called by the merchant for each supported event:
inventory.updatedcarries one absolute location-level stock change;order.createdcarries one paid consumer order with the selected
fulfillment location per line; andfulfillment.shippedcarries one shipped package and its tracking.
Orders carrying the exact skuu_ship tag are accepted without routing to
prevent an injection loop. Webhook event_id is the durable per-shop
deduplication key. An exact retry reuses the same event ID, raw body and
embedded timestamps.
IMPORTANT 200 SEMANTICS: 200 is a delivery acknowledgement, not proof that
the business state changed. Signature-valid deliveries that are invalid,
duplicate, stale, loop echoes or otherwise inapplicable may be acknowledged
without a mutation. The sender must treat any 200 as terminal. Only a
transient processing failure produces a retryable 5xx.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Empty acknowledgement. This means either:
- a valid supported event completed its applicable durable SKUU pipeline;
- a duplicate, stale, loop echo, timestamp-conflicting or otherwise
inapplicable delivery was acknowledged without a new business mutation; - a signature-valid but malformed, unknown, or invalid request was logged
and permanently discarded.
It does not prove that inventory, order or fulfillment state changed.
Do not retry a 200 response.
