Copy URL
Send feedback
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
!
]
!
}
Was this page helpful?
Yes
No
© 2026 UPS
UPS docs
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!]! }