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:
@@ -65,3 +65,7 @@ export interface ComputeActionContext extends Record<string, unknown> {
|
||||
items?: ComputeActionItemLine[]
|
||||
shipping_methods?: ComputeActionShippingLine[]
|
||||
}
|
||||
|
||||
export interface ComputeActionOptions {
|
||||
prevent_auto_promotions?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user