25 May 2023
Composable Commerce
HTTP API
Enhancement
B2BCarts
You can now replicate Carts in a given Business Unit using the Associate Carts endpoint.

The following changes were introduced in terms of GraphQL SDL:

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