Update Shop Meta Field

The Update Shop Metafield API allows developers to update an existing metafield for a shop. This endpoint requires the meta field ID and the updated data in the request body.

Path Params
string
required

The ID of the meta field. For example, "123456", etc.

Body Params
string
required

The type of the meta field. For example, "string", etc.

string
required

Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.

string

The description of the meta field. For example, "The color of the product", etc.

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json