25 May 2023
B2BCarts
- [API] Added Replicate Cart in Business Unit as Associate endpoint.
- [GraphQL API] Changed the
Mutationtype:- Argument
asAssociatewas added toMutation.replicateCartfield
- Argument
The following changes were introduced in terms of GraphQL SDL:
extend type Mutation {
replicateCart(key: String, reference: ReferenceInput!, storeKey: KeyReferenceInput
, asAssociate: AsAssociateArgument): Cart
}