shopify_get_metafields
Need metafield data from Shopify? Retrieve product, customer, order, variant, collection, or shop metafields by resource ID, with optional namespace filtering.
Instructions
Read metafields on a Shopify resource (product, customer, order, variant, collection, or shop).
Args: owner_type: One of: PRODUCT, CUSTOMER, ORDER, VARIANT, COLLECTION, SHOP. Defaults to PRODUCT. owner_id: Resource ID (numeric or GID). Required unless owner_type=SHOP. namespace: Optional metafield namespace filter. limit: Maximum metafields to return (1-250). project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| effect | Yes | ||
| owner_id | No | ||
| namespace | No | ||
| owner_type | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |