Swell · Arazzo Workflow
Swell Create Category and Product
Version 1.0.0
Create a category and then create a product assigned to that category.
View Spec
View on GitHub
CommerceHeadless CommerceAPI-FirstB2CB2BSubscriptionsMarketplacesWholesaleStorefrontCheckoutPaymentsCartsOrdersCatalogInternationalizationArazzoWorkflows
Provider
Workflows
create-category-and-product
Create a category, then create a product within it.
Posts a new category and then posts a product that references the returned category id.
1
createCategoryStep
createCategory
Create a new category to group products under.
2
createProductStep
createProduct
Create a product assigned to the new category via its category_id field.