chore(core-flows): update TSDocs of createProductsWorkflow (#11439)

* chore(core-flows): update TSDocs of createProductsWorkflow

* update example in js sdk
This commit is contained in:
Shahed Nasser
2025-02-13 15:30:56 +02:00
committed by GitHub
parent b864cb4e28
commit e3b93c679f
2 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -213,7 +213,8 @@ export class Product {
* },
* prices: []
* }
* ]
* ],
* shipping_profile_id: "sp_123"
* })
* .then(({ product }) => {
* console.log(product)