Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Input object type

IngestCatalogRowsInput

No description
Input fields
catalogId: ID!
Beta

The id of the Catalog to ingest rows into.

columnIds: [ID!]!
Beta

CatalogColumn IDs defining the order of values in each row. The columns must all be part of the Catalog.

rowValues: [[[String!]!]!]!
Beta

Row values positionally aligned with columnIds. Each cell is a list of strings: single-valued columns use a one-element list, multi-valued columns use N elements, and an empty list clears the cell.