Update product records
A common scenario is needing to update select fields of pre-existing product records. For example, you might want to update the Guided Reading Level of your newly released products.
Assumptions
The product records already exist in TitleLeaf
Procedure
Create a custom template
Add an “isbn” column that will be used to find the pre-existing product records
Add the product columns (a subset of the columns present in the “products” template) that represent the data that will be updated (eg, “guided_level” column will update the Guided Reading Level data of the given product records).
Populate the template
isbn | guided_level |
---|---|
978X | G |
978Y | A |
978Z | B |
Save the template as CSV file to your local computer (eg, products-update.csv)
Ingest the CSV file
Ingestion Type = Products
Attachment = products-update.csv