Microsoft Azure API Management · Arazzo Workflow
Azure API Management Upsert Product
Version 1.0.0
Find a product by identifier and update it if present, otherwise create it.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
upsert-product
Upsert a product into an API Management service.
Lists products, checks for a matching identifier, and either updates the matched product description or creates a new product.
1
listProducts
Product_ListByService
List existing products so the flow can detect whether the target product identifier already exists.
2
updateProduct
Product_Update
Patch the existing product with an updated description.
3
createProduct
Product_CreateOrUpdate
Create a new product with subscription required when no matching product was found.