chore(types): add price types for shipping option endpoints (#10509)

what:

- adds missing price types for shipping options
This commit is contained in:
Riqwan Thamir
2024-12-09 17:30:31 +01:00
committed by GitHub
parent 9534751b5c
commit f8f5d57c7c
5 changed files with 73 additions and 2 deletions

View File

@@ -127,6 +127,8 @@ export const listShippingOptionsForCartWorkflow = createWorkflow(
"rules.operator",
"calculated_price.*",
"prices.*",
"prices.price_rules.*",
],
variables: queryVariables,
}).config({ name: "shipping-options-query" })