Omnisend · Arazzo Workflow
Omnisend Update Product Category
Version 1.0.0
Read a product category by id, then patch it with new values.
View Spec
View on GitHub
Email MarketingMarketing AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushArazzoWorkflows
Provider
Workflows
update-category
Read a category and then patch it with updated values.
Confirms a category exists by reading it, then applies a partial update to its fields.
1
getCategory
{$sourceDescriptions.omnisendApi.url}#/paths/~1product-categories~1{categoryId}/get
Read the category by id to confirm it exists before updating it.
2
updateCategory
{$sourceDescriptions.omnisendApi.url}#/paths/~1product-categories~1{categoryId}/patch
Patch the category with the supplied title. Only provided fields change.