feat(types): added computed actions for automatic promotions (#6272)

what:

- compute actions account for automatic promotions (RESOLVES CORE-1701)

RESOLVES CORE-1689
This commit is contained in:
Riqwan Thamir
2024-01-31 12:30:33 +00:00
committed by GitHub
parent 7903a15e0f
commit e749dd653c
4 changed files with 470 additions and 6 deletions
@@ -65,3 +65,7 @@ export interface ComputeActionContext extends Record<string, unknown> {
items?: ComputeActionItemLine[]
shipping_methods?: ComputeActionShippingLine[]
}
export interface ComputeActionOptions {
prevent_auto_promotions?: boolean
}