Skip to main content
Version: 202201

Metafield Definition List

GET 

/openapi/2022-01/metafield_definition/:owner_resource

Retrieve a list of all metafield definitions.

Request

Path Parameters

    owner_resource stringrequired

    Owner resource type of meta field definition, for example: product_variant | product | collection

Responses

200

Schema
    definitions object[]
  • Array [
  • idstring
    Example: 374034306256875562
    keystring
    Example: key2
    namestring
    Example: Big
    namespacestring
    Example: test
    owner_resourcestring
    Example: product
    typestring
    Example: boolean
    descriptionstring
    Example: boolean
    create_atstring
    Example: 2024-04-28T03:18:59Z
    updated_atstring
    Example: 2024-04-28T03:18:59Z
  • ]
  • totalinteger
    Default value: 0
    Example: 3