What problem does it solve?
This Skill removes the need to screenshot and manually inspect Orderful UI validation failures by fetching the structured, per-transaction validation errors directly from Orderful’s internal endpoint.
Core Features & Use Cases
- Fetch structured validation errors: Pulls machine-readable details for one or more NetSuite-linked Orderful transactions (including dataPath, message, and allowedValues when applicable).
- Deduplicate noisy repeats: Collapses repeated error patterns so you can quickly identify the underlying partner-spec/JSONata issue.
- Drive faster JSONata iterations: Uses the exact failing data paths and allowed codes to guide the next fix and confirm whether errors disappear after redeploys.
- Common use cases: Debugging INVALID 850/810/855/856/810 mappings, validating partner-spec JSONata changes, and answering requests like “what’s wrong with this transaction” without UI clicking.
Quick Start
Run a batch fetch for one or more transaction IDs using an Orderful UI session JWT, for example: Ask Claude Code to execute fetch-validations with your transaction id(s) and ensure ORDERFUL_UI_JWT is set (or a ui.orderful.com.har file is available for token extraction).