Skip to main content

UpdateMetafieldRequest

Extends

  • Partial< Pick< Metafield, "description" | "owner_id" | "owner_resource" | "value" | "value_type" > >

Properties

description?

description?: string

Description of the metafield.

Inherited from

Partial.description


owner_id?

owner_id?: number

Unique numeric identifier of the owner_resource.

Inherited from

Partial.owner_id


owner_resource?

owner_resource?: MetafieldOwnerResource

Objects which support Metafields

Inherited from

Partial.owner_resource


value?

value?: string

The content of the metafield.

Inherited from

Partial.value


value_type?

value_type?: "string" | "integer" | "json_string"

The type of the value parameter.

Inherited from

Partial.value_type


Generated using typedoc-plugin-markdown and TypeDoc