Get Metafield by ID
Returns a single metafield by its UUID. Used by the merchant admin and by the admin’s resource detail editors.Request
Auth
Merchant JWT (owner, or staff with admin/manager access). The metafield must belong to the merchant’s store.Path parameters
The metafield UUID.
Response
How apps should look up a single metafield
Use the list endpoint with exact filters — values are keyed by(owner type, namespace, key, owner), so there is at most one match:
data.metafields[0].
Error codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing JWT |
FORBIDDEN | Wrong store / insufficient role |
NOT_FOUND | Metafield does not exist or belongs to another store |