Get Metafield List
GET/openapi/2022-01/:resource/:resource_id/metafields
Request
Path Parameters
The type of resource that the metafield is attached to. Available resources: shop, product, product_image, product_variant, order, page, customer, collection, blog, article.
The unique ID of the resource that the metafield is attached to.
Query Parameters
A container for a group of metafields. Grouping metafields within a namespace prevents your metafields from conflicting with other metafields with the same key name.
The key of the metafield.
The type of data that the metafield stores in the value field.
Limit per page
Show metafields created after the specified ID.
Show metafields created after date, ISO-8601 format, for example: 2022-12-02T09:46:30Z
Show metafields created before date, ISO-8601 format, for example: 2022-12-02T09:46:30Z
Show metafields last updated after date, ISO-8601 format, for example: 2022-12-02T09:46:30Z
Show metafields last updated before date, ISO-8601 format, for example: 2022-12-02T09:46:30Z
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
metafields object[]
37405080909409079406331302024-04-28T06:50:19Z2024-04-28T06:50:19Zproducta1a88be0-a1d4-47e4-a2f2-ba6e131cf447shirtweightweight010weight037408754034646634602000101truefalse{
"metafields": [
{
"id": "374050809094090794",
"store_id": 633130,
"created_at": "2024-04-28T06:50:19Z",
"updated_at": "2024-04-28T06:50:19Z",
"owner_resource": "product",
"owner_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"namespace": "shirt",
"key": "weight",
"type": "weight",
"value": 10,
"description": "weight",
"definition_id": "0"
}
],
"last_id": "374087540346466346",
"total": 2,
"remain": 0,
"page": 1,
"total_page": 1,
"have_next": false
}
{
"metafields": [
{
"id": "374050809094090794",
"store_id": 633130,
"created_at": "2024-04-28T06:50:19Z",
"updated_at": "2024-04-28T06:50:19Z",
"owner_resource": "product",
"owner_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"namespace": "shirt",
"key": "weight",
"type": "weight",
"value": 10,
"description": "weight",
"definition_id": "0"
},
{
"id": "374087540346466346",
"store_id": 633130,
"created_at": "2024-04-28T06:52:36Z",
"updated_at": "2024-04-28T06:52:36Z",
"owner_resource": "product",
"owner_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"namespace": "shirt",
"key": "weight1",
"type": "weight",
"value": 10,
"description": "weight",
"definition_id": "374087760941687850"
}
],
"last_id": "374087540346466346",
"total": 2,
"remain": 0,
"page": 1,
"total_page": 1,
"have_next": false
}