shared/server/routes/tempoDeveloper/v1.js#simple-items
Create A Simple Item
The minimal simple-item authoring flow: validate, prepare, review, submit, then poll status.
BUILD ON AURA
Simple Item Flow
Route Family
Authoring Flow
Simple item routes
POST /api/tempo/developer/v1/simple-items/validatePOST /api/tempo/developer/v1/simple-items/createPOST /api/tempo/developer/v1/simple-items/submitGET /api/tempo/developer/v1/simple-items/:packIdGET /api/tempo/developer/v1/simple-items/:packId/statusPOST /api/tempo/developer/v1/simple-items/:packId/metadata/refreshPractical Sequence
- Validate if you want early UX feedback.
- Create to get the prepared transaction payload.
- Submit only after signing locally and getting confirmation.
- Read status until the item is ready.
Document Reference
shared/server/routes/tempoDeveloper/v1.js#simple-items
