chore(types): add price types for shipping option endpoints (#10509)
what: - adds missing price types for shipping options
This commit is contained in:
@@ -127,6 +127,8 @@ export const listShippingOptionsForCartWorkflow = createWorkflow(
|
||||
"rules.operator",
|
||||
|
||||
"calculated_price.*",
|
||||
"prices.*",
|
||||
"prices.price_rules.*",
|
||||
],
|
||||
variables: queryVariables,
|
||||
}).config({ name: "shipping-options-query" })
|
||||
|
||||
Reference in New Issue
Block a user