版本:202201
更新元字段
PATCH/openapi/2022-01/:resource/:resource_id/metafields/:id
请求
Path参数
resource string必填
The type of resource that the metafield is attached to. Available resources: shop, product, product_image, product_variant, order, page, customer, collection, blog, article.
resource_id string必填
The unique ID of the resource that the metafield is attached to.
id string必填
Metafield's ID
- application/json
- 请求体
- 示例
请求体
valuestring必填
The data to store in the metafield.
typestring必填
The type of data that the metafield stores in the value field.
descriptionstring
A description of the information that the metafield contains.
{
"value": "string",
"type": "string",
"description": "string"
}
响应
- 200
- 400
- 404
200
- application/json
- 数据结构
- 示例
- Result
数据结构
metafield object
idstring
示例:
374050809094090794store_idinteger
默认值:
0示例:
633130created_atstring
示例:
2024-04-28T06:50:19Zupdated_atstring
示例:
2024-04-28T09:33:12.018134337Zowner_resourcestring
示例:
productowner_idstring
示例:
a1a88be0-a1d4-47e4-a2f2-ba6e131cf447namespacestring
示例:
shirtkeystring
示例:
weighttypestring
示例:
weightvaluestring
示例:
30descriptionstring
示例:
definition_idstring
示例:
0{
"metafield": {
"id": "374050809094090794",
"store_id": 633130,
"created_at": "2024-04-28T06:50:19Z",
"updated_at": "2024-04-28T09:33:12.018134337Z",
"owner_resource": "product",
"owner_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"namespace": "shirt",
"key": "weight",
"type": "weight",
"value": "30",
"description": "",
"definition_id": "0"
}
}
{
"metafield": {
"id": "374050809094090794",
"store_id": 633130,
"created_at": "2024-04-28T06:50:19Z",
"updated_at": "2024-04-28T09:33:12.018134337Z",
"owner_resource": "product",
"owner_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"namespace": "shirt",
"key": "weight",
"type": "weight",
"value": "30",
"description": "",
"definition_id": "0"
}
}
400
- text/plain
无 Schema
404
- text/plain
无 Schema