Magidoc

Update a basket composite

When you create a basket composite, the EAC GraphQL API will assign a unique id to the composite. This id can be returned by the enterBasketsComposite mutation as shown in the basket composite creation section.

To update a basket composite, simply use the enterBasketsComposite mutation. It works the same way as for creating a new basket composite, except that you provide the id of the composite to update. All baskets belonging to the composite will be deleted, and a new one will be created based on the input you provide. The id of the composite will remain the same.