Import a print order into WHCC's Order Submit API with images, shipping, and product attributes
domain: whcc.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Obtain a bearer access token for the Order Submit API
Build an order request JSON with EntryId and an Orders array (ShipToAddress, ShipFromAddress, OrderAttributes, OrderItems with ProductUID/Quantity/ItemAssets/ItemAttributes)
POST the JSON body to /api/OrderImport with the Authorization: Bearer header set
Read the returned ConfirmationID plus computed SubTotal/Tax/Total pricing for the order
Hold onto the ConfirmationID — the order is not yet in production until you submit it
Known gotchas
Orders imported via /api/OrderImport are NOT processed until you separately call the Submit endpoint with the returned ConfirmationID
Each ItemAssets entry needs a publicly accessible AssetPath URL that WHCC's servers can fetch the image from directly
Pricing returned in the import response (SubTotal/Tax/Total) is calculated at import time — confirm the order promptly if prices are time-sensitive
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?