Mutations
cloneCart
Clones the cart
Clones the cart
cloneCart(
id: String!
resetPromotions: Boolean
channelId: String
languageId: String
marketId: String
): CartType
Arguments
id ● String! non-null scalar required
The cart ID
resetPromotions ● Boolean scalar
If set to true, promotions and pricelist prices will be reset.
channelId ● String scalar
The channel ID. Will default to an existing value if it is not found.
languageId ● String scalar
The language ID. Will default to an existing value if it is not found.
marketId ● String scalar
The market ID. Will default to an existing value if it is not found.
Type
CartType object
Type containing cart information