Swell · Arazzo Workflow
Swell Create and Verify Product
Version 1.0.0
Create a product in the catalog and immediately retrieve it to confirm it was stored.
View Spec
View on GitHub
CommerceHeadless CommerceAPI-FirstB2CB2BSubscriptionsMarketplacesWholesaleStorefrontCheckoutPaymentsCartsOrdersCatalogInternationalizationArazzoWorkflows
Provider
Workflows
create-and-verify-product
Create a product, then fetch it back by id.
Posts a new product to the catalog and reads it back by the returned id so the caller can confirm the stored representation.
1
createProductStep
createProduct
Create the product in the catalog with the supplied name, sku, price and stock attributes.
2
getProductStep
getProduct
Read the newly created product back by its generated id.