Salla · Arazzo Workflow
Salla Upsert Product by SKU
Version 1.0.0
Find a product by keyword and update it if it exists, otherwise create it.
View Spec
View on GitHub
ArabicE-CommerceGCCHeadless CommerceMerchantMENAOnline StoresRetailSaudi ArabiaSMBStorefrontArazzoWorkflows
Provider
Workflows
upsert-product
Upsert a product into the catalog keyed by a SKU or name keyword.
Searches the catalog for a product matching the supplied keyword and either updates the matched product or creates a new one.
1
findProduct
listProducts
Search the catalog for a product whose name or SKU matches the supplied keyword, returning at most one match.
2
updateExisting
updateProduct
Update the matched product in place with the supplied attributes.
3
createNew
createProduct
Create a new product when no existing product matched the keyword.