Title
To create a product in Shopify the requirement is to give it a title. However, it may happen there is no product name in the feed. Stockeo allows you to create a product title by combining several values from the feed using the Liquid formula.
Assume you want to create a title from some properties from the following JSON:
{
"Stock_No": "210211",
"Availability": "G",
"Shape": "OVAL",
"Weight": "1.7",
"Color": "G",
"Diamond_Type": "Natural Diamond",
"Clarity": "SI2",
"Cut_Grade": "VG",
"Polish": "EX",
"Symmetry": "VG",
"Measurements": "9.36 X 6.80 X 4.10",
"Rap_Price": "7300",
}
To do this type a Liquid formula in the Title field of your automation. For example, the one below:

Will give the following result:

Translations
You can import product titles in different languages. Click on the gear icon to specify the desired language.

Last updated