Version: 202201
Delete Metafield
DELETE/openapi/2022-01/:resource/:resource_id/metafields/:id
Request
Path Parameters
resource stringrequired
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 stringrequired
The unique ID of the resource that the metafield is attached to.
id stringrequired
Metafield's ID
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
metafield object
idstring
Example:
374050809094090794store_idinteger
Default value:
0Example:
633130created_atstring
Example:
0001-01-01T00:00:00Zupdated_atstring
Example:
0001-01-01T00:00:00Zowner_resourcestring
Example:
productowner_idstring
Example:
a1a88be0-a1d4-47e4-a2f2-ba6e131cf447namespacestring
Example:
keystring
Example:
typestring
Example:
value
descriptionstring
Example:
definition_idstring
Example:
0{
"metafield": {
"id": "374050809094090794",
"store_id": 633130,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z",
"owner_resource": "product",
"owner_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"namespace": "",
"key": "",
"type": "",
"value": {},
"description": "",
"definition_id": "0"
}
}
{
"metafield": {
"id": "374050809094090794",
"store_id": 633130,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z",
"owner_resource": "product",
"owner_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"namespace": "",
"key": "",
"type": "",
"value": null,
"description": "",
"definition_id": "0"
}
}