25 May 2023
B2BCarts
- [API] Added Replicate Cart in Business Unit as Associate 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
}