Omnisend · Arazzo Workflow
Omnisend Create and Verify Product Category
Version 1.0.0
Create a product category, then read it back by id to confirm it was stored.
View Spec
View on GitHub
Email MarketingMarketing AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushArazzoWorkflows
Provider
Workflows
create-and-verify-category
Create a product category and read it back to confirm persistence.
Writes a category with the create endpoint and then fetches it by its returned id so the caller gets the stored record.
1
createCategory
{$sourceDescriptions.omnisendApi.url}#/paths/~1product-categories/post
Create the product category. Returns 201 Created with the category id.
2
getCategory
{$sourceDescriptions.omnisendApi.url}#/paths/~1product-categories~1{categoryId}/get
Read the category back by its id to confirm the write and return the stored record.