Get Metafield Details

Retrieves the details of a specific metafield for a resource.

This API is especially useful for:

  1. Fetching custom metadata associated with a specific resource (e.g., product, order).
  2. Viewing details of metafield configuration and values for analysis or debugging.
  3. Extending resource data retrieval for external integrations.

Note: The operation is scoped to a specific shop, identified by its unique domain prefix (shopdomain), ensuring all queries are applied to the correct store.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Path Parameters

FieldTypeRequiredExampleDescription
resourcestringYesproductThe type of resource the metafield is attached to. Available values: shop, product, product_image, product_variant, order, page, customer, collection, blog, article.
resource_idstringYes1234567890The unique ID of the resource to which the metafield is attached.
idstringYes374087540346466346The unique ID of the metafield to retrieve.

Response Explanation

Public Response Parameters

📘

Public Response Parameters

Successful Response

FieldTypeExampleDescription
metafieldobjectMetafield object containing all metafield details.
metafield.idstring374087540346466346Unique identifier for the metafield.
metafield.store_idinteger633130Store ID associated with the metafield.
metafield.created_atstring2024-04-28T06:52:36ZCreation timestamp in UTC.
metafield.updated_atstring2024-04-28T06:52:36ZLast update timestamp in UTC.
metafield.owner_resourcestringproductThe resource type the metafield is attached to.
metafield.owner_idstringa1a88be0-a1d4-47e4-a2f2-ba6e131cf447ID of the resource to which the metafield is attached.
metafield.namespacestringshirtNamespace to group the metafield.
metafield.keystringweight1Key to identify the metafield.
metafield.typestringweightType of data stored in the metafield.
metafield.valuenumber10Value stored in the metafield.
metafield.descriptionstringweightBrief description of the metafield.
metafield.definition_idstring374087760941687850ID of the metafield definition used.

Error Response

Error responses in the API can be represented using two different fields: errors and error. Both fields provide details about issues encountered during request processing. Below is an explanation of the fields with their respective examples and descriptions.

FieldTypeExampleDescription
errorsarray["data not found"]A list of errors encountered during the request processing.
FieldTypeExampleDescription
errorString "store is not active"Indicates an error encountered during the process

Error Detail

Status CodeMessagePossible ReasonExample Response
400Bad RequestInvalid input format or request structure (e.g., missing required fields or incorrect data types).Bad Request
UnauthorizedThe request is missing valid authentication credentials or the credentials provided are invalid.Unauthorized
404data not foundcan not find data based on resource and resource iddata not found

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!