Skip to content

Commit 2bda544

Browse files
authored
docs: add TSDocs for 3ae4162
1 parent 3ae4162 commit 2bda544

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/core-flows/src/cart/workflows/refresh-cart-items.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ export type RefreshCartItemsWorkflowInput = {
6666
locale?: string
6767
}
6868

69+
/**
70+
* The ID of the {@link refreshCartItemsWorkflow}.
71+
*/
6972
export const refreshCartItemsWorkflowId = "refresh-cart-items"
7073
/**
7174
* This workflow refreshes a cart to ensure its prices, promotion codes, taxes, and other details are applied correctly. It's useful

0 commit comments

Comments
 (0)