DEV
Mutation.
cartHistoryWorkflow
Returns per-quote incremental amounts for each landed cost in the current workflow. Reads cart history from Redis (written by cartWorkflow in ItemDgs). Run in the same multi-query as cartWorkflow and landedCostCalculateWorkflow.
Arguments
No arguments
Returns:
[CartHistory!]!
GraphQL
1
2
3
type
Mutation
{
cartHistoryWorkflow
(
)
:
[
CartHistory
!
]
!
}
🇺🇸
en
Book a demo
Was this page helpful?
Yes
No
Mutation.
cartHistoryWorkflow
Returns per-quote incremental amounts for each landed cost in the current workflow. Reads cart history from Redis (written by cartWorkflow in ItemDgs). Run in the same multi-query as cartWorkflow and landedCostCalculateWorkflow.
Arguments
Returns:
[CartHistory!]!
type Mutation { cartHistoryWorkflow(): [CartHistory!]! }