DEV
Mutation.
cartUpsert
Upsert a cart
Arguments
input
•
CartUpsertInput!
Required
No description
Returns:
Cart!
GraphQL
1
2
3
type
Mutation
{
cartUpsert
(
input
:
CartUpsertInput
!
)
:
Cart
!
}
Was this page helpful?
Yes
No
© 2025 Zonos
zonos.com
Mutation.
cartUpsert
Upsert a cart
Arguments
input
CartUpsertInput!
Required
Returns:
Cart!
type Mutation { cartUpsert(input: CartUpsertInput!): Cart! }