wafle_checkout_order_get
Retrieve order data from Wafle using numeric primary key or public ID. Returns full order details for verification and processing.
Instructions
Fetch one order from wafle_orders. order_id accepts either the numeric primary key or the public id (WK-YYYY-NNN-rand) shown on the order detail page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| order_id | Yes | Numeric primary key OR public_id (e.g. WK9-2026-001-AbCd). |