API Reference
This is the interactive reference for the Shop Integration API — the focused subset of endpoints needed to integrate a shop, ERP, or MIS:
POST /auth/token— exchangeclientId+clientSecretfor a 24-hour Bearer token.POST /orders— create an order from your cart / job payload.GET /orders/{id}— fetch an order with its full hierarchy and status.POST /orders/{id}/share— create a 7-day customer share link.GET /products/{id}/resources— list a product's preflighted resources with presigned URLs.
For an end-to-end walkthrough with payload examples and webhook handling, read the Developer Guide first. The spec below is the same shop-openapi.yaml you can import into Postman, Insomnia, or a codegen tool.
Authentication
Every endpoint except POST /auth/token requires Authorization: Bearer app_…. Use the Authorize button below after obtaining a token, and set the server to the radixSubmit API base URL provided with your credentials.