Get Shop Metafields List

The List Shop Metafield List API allows developers to fetch comprehensive information about a shop's metafields by using its unique identifier and configurable query parameters. This endpoint supports retrieving specific fields based on the user’s request.

Query Params
string

The namespace of the meta field. For example, "global", etc.

string

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

string

The type of the meta field. Allowed values are "json" and "string".

string

The number of meta fields to return. Default is 50.

string

The since id for pagination.

string

The fields to include in the response. For example, "id", "value", etc.

string

The maximum creation date of the meta field. For example, 2023-01-01T00:00:00Z.

string

The minimum creation date of the meta field. For example, 2023-01-01T00:00:00Z.

string

The maximum update date of the meta field. For example, 2023-01-01T00:00:00Z.

string

The minimum update date of the meta field. For example, 2023-01-01T00:00:00Z.

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