Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Input Object Type

CustomMetadataInput

No description
Input Fields
propertyId: ID!

CustomMetadataProperty Id.

value: Any

CustomMetadataProperty value. Polymorphic per property type: scalar (String/Float/Int/DateTime) for single-value types; list of Int option IDs for MULTISELECT; for CATALOG, a non-empty list of entry objects of the shape [{"primaryKey": "SKU-001"}, …] — the server creates a CatalogSelection and persists its ID transparently.