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
!
]
!
}
Book a demo
Was this page helpful?
Yes
No
Get support
·
Legal docs
·
© 2026 Zonos
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!]! }