DEV
Mutation.
cartCreate
Create A new cart for a group of items
Arguments
input
•
CartCreateInput!
Required
No description
Returns:
Cart!
GraphQL
1
2
3
type
Mutation
{
cartCreate
(
input
:
CartCreateInput
!
)
:
Cart
!
}
🇺🇸
en
Book a demo
Was this page helpful?
Yes
No
Mutation.
cartCreate
Create A new cart for a group of items
Arguments
input
CartCreateInput!
Required
Returns:
Cart!
type Mutation { cartCreate(input: CartCreateInput!): Cart! }