Magento 2 Create cart by graphql
Magento 2 Create cart by graphql Setup Altair Graphql for browser. Create cart for Graphql Create empty cart like quote id and cart id. Add to cart with cart id. mutation { addSimpleProductsToCart( input: { cart_id: “VNUVFksjdu2SPsxgBl2Mdlqrum73PL” cart_items: [ { Remove coupon data: { quantity: 1 sku: “0768335” } } ] } ) { cart […]
Read More