DEV
Mutation.
cartWorkflow
Use the current state of the cart in the workflow.
Arguments
id
•
ID!
Required
No description
Returns:
Cart!
GraphQL
1
2
3
type
Mutation
{
cartWorkflow
(
id
:
ID
!
)
:
Cart
!
}
Was this page helpful?
Yes
No
© 2024 Zonos
zonos.com
Mutation.
cartWorkflow
Use the current state of the cart in the workflow.
Arguments
id
ID!
Required
Returns:
Cart!
type Mutation { cartWorkflow(id: ID!): Cart! }