All Release Notes
Added Replicate Cart in Business Unit endpoint
25 May 2023
Composable Commerce
HTTP API
Enhancement
B2BCarts
You can now replicate Carts in a given Business Unit using the Associate Carts endpoint.
- [API] Added Replicate Cart in Business Unit endpoint.
- [GraphQL API] Changed the
Mutation
type:- Argument
asAssociate
was added toMutation.replicateCart
field
- Argument
The following changes were introduced in terms of GraphQL SDL:
extend type Mutation {replicateCart(key: String, reference: ReferenceInput!, storeKey: KeyReferenceInput, asAssociate: AsAssociateArgument): Cart}