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