get_order_metafield
Retrieve a specific metafield from an order by providing the order ID, namespace, and key to access custom order data.
Instructions
Get a single order metafield by namespace and key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | The numeric Shopify order ID (or GID). | |
| namespace | Yes | Metafield namespace. | |
| key | Yes | Metafield key. |