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
GraphQL
1
2
3
type Mutation {
  cartHistoryWorkflow(): [CartHistory!]!
}
Book a demo

Was this page helpful?