chore: fix example in createProductsWorkflow TSDocs (#13112)

This commit is contained in:
Shahed Nasser
2025-08-01 10:50:51 +03:00
committed by GitHub
parent 881c8a4969
commit db0eb0f035
@@ -144,10 +144,10 @@ export const createProductsWorkflowId = "create-products"
* ], * ],
* manage_inventory: true, * manage_inventory: true,
* }, * },
* ] * ],
* shipping_profile_id: "sp_123",
* } * }
* ], * ],
* shipping_profile_id: "sp_123",
* additional_data: { * additional_data: {
* erp_id: "123" * erp_id: "123"
* } * }