Interface: UpdateMetafieldRequest
Extends
Partial
<Pick
<Metafield
,"description"
|"owner_id"
|"owner_resource"
|"value"
|"value_type"
>>
Properties
description?
optional
description:string
Description of the metafield.
Inherited from
Partial.description
owner_id?
optional
owner_id:number
Unique numeric identifier of the owner_resource.
Inherited from
Partial.owner_id
owner_resource?
optional
owner_resource:MetafieldOwnerResource
Objects which support Metafields
Inherited from
Partial.owner_resource
value?
optional
value:string
The content of the metafield.
Inherited from
Partial.value
value_type?
optional
value_type:"string"
|"integer"
|"json_string"
The type of the value parameter.
Inherited from
Partial.value_type