Orders
Submit order validation result
Partner reports whether an order can be accepted (item availability, pricing feasibility, POS injectability). Echo the validation_id from the order.validation_requested event so the result is bound to that attempt — a result naming an expired/older attempt is rejected (404). A valid result lets Maple send the order notification; invalid blocks it. Results expire; Maple revalidates (a new validation_id) before final submission.
Submit order validation result
Authorizations
API key — mpk_test_… for the sandbox, mpk_live_… for production. Issued by Maple during partner onboarding.
Path Parameters
Body
application/json
Response
Success
Available options:
order_validation Available options:
pending, valid, invalid, expired Previous
Postman collectionA ready-to-run Postman collection for the whole Developer API, with auth and request chaining wired up.
Next
Submit order validation result