All Release Notes

Added GraphQL support for Replicate Cart in Store endpoint

28 January 2021
Composable Commerce
HTTP API
Enhancement
GraphQLProject configurationCartsOrders

You can now replicate any Cart or Order in a given Store to a new Cart bound to the same Store using the GraphQL API.

Introduced the following changes to the GraphQL schema (in SDL format):

extend type Mutation {
replicateCart(key: String!, reference: ReferenceInput!): Cart
}