Skip to content

Setting Custom price while adding a product to cart #46

@sanjeevbelagali

Description

@sanjeevbelagali

This is my code
magento.checkoutCartProduct.add({sessionId: sessionId, quoteId:req.params.id, products:product, storeView:1}, function(err, docs){
if(err) { res.json(err);
} else { res.json(docs);}
});

This is the way i am sending data.
"product_id": "1320",
"sku": "SJINPDCLDR0000012",
"name": "Bunting Studio Tea Set",
"qty": 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions