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