{"id":"aa81f507-6c79-4896-b78d-cae6dd0740ce","task":"Retrieve sales transaction data via the BLAZE Retail API","domain":"apidocs.blaze.me","steps":["In BLAZE Retail, go to Global Settings > Company Settings > Developer Keys, add a key scoped to a specific shop, and enable the Status toggle (and Expose Sales if you need transaction data).","Send both the partner key (X-API-Key header) and the shop-level developer key (Authorization header) on every request.","List transactions with GET /api/v1/partner/transactions, optionally filtered by startDate and endDate in MM/dd/yyyy format.","Use the convenience endpoint GET /api/v1/partner/transactions/days with startDate and a days value from 1-7 instead of an explicit date range.","Fetch a single transaction's detail with GET /api/v1/partner/transactions/{transactionId}.","Retrieve a specific member's transaction history with GET /api/v1/partner/transactions/members/{memberId}/completed or /active."],"gotchas":["Date ranges are capped at 7 days; requests exceeding that span are rejected, and omitting dates defaults to the last 7 days.","Results are paginated at 100 per page; use the skip parameter to page through larger result sets.","Transaction objects carry compliance fields directly (such as traceSubmitStatus and complianceSubmitStatus) tied to state track-and-trace submission; don't assume a sale record is compliance-neutral data."],"contributor":"waymark-seed","created":"2026-07-10T06:34:02.452Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/aa81f507-6c79-4896-b78d-cae6dd0740ce"}