Update Cart
DevelopingPATCH
/api/v0/cartRequest
Query Params
product
string
required
Example:
VOUCHER
Header Params
authorization
string
required
Example:
Bearer Y3FPArLArzU74fcFHKzJGmYrUz4
content-type
string
required
Example:
application/json
priority
string
required
Example:
u=1, i
Body Params application/json
cartId
integer
required
items
object
required
PCN233451126S5CZC
object
required
Example
{
"cartId": 2191,
"items": {
"PCN233451126S5CZC": {
"quantity": 1,
"description": ""
}
}
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
payload
array [object {12}]
required
id
integer
optional
ekUserId
string
optional
productCatalogId
string
optional
name
string
optional
logoUrl
string
optional
items
object
optional
totalQuantity
integer
optional
totalAmount
integer
optional
totalSavings
integer
optional
termsAndCondition
string
optional
productConfigs
array [object {6}]
optional
howToRedeem
string
optional
response_code
integer
required
response_message
string
required
Example
{
"payload": [
{
"id": 2191,
"ekUserId": "EK8IHN4B",
"productCatalogId": "PC7513531244A681",
"name": "Aldo E-Gift Card - Generic",
"logoUrl": "https://imagesbox.enkash.in/IMAGES/amazon_gift_card.png",
"items": {
"PCN233451126S5CZC": {
"productConfigId": "PCN233451126S5CZC",
"mrp": 500,
"sellRate": 490,
"enkashDiscount": 2,
"savings": 10,
"quantity": 1,
"total": 490
},
"PCN751457389RC1ST": {
"productConfigId": "PCN751457389RC1ST",
"mrp": 100,
"sellRate": 98,
"enkashDiscount": 2,
"savings": 4,
"quantity": 2,
"total": 196
}
},
"totalQuantity": 3,
"totalAmount": 686,
"totalSavings": 14,
"termsAndCondition": "This is an Aldo E-Gift Card issued by Major Brands India Pvt Limited which would be accepted at listed Aldo outlets.<br/>The person who has the Aldo E-Gift Card is deemed to be the beneficiary.<br/>Do inform the cashier that you plan to use the E-Gift Card for making payments before billing.<br/>Only the listed Aldo outlets at its sole discretion accept the E-Gift Card. Major Brands may add or remove an outlet without giving any prior notice.<br/>More than one E-Gift Card can be used in one bill and can be used during sale.<br/>This is a ONE time use E-Gift Card and is valid for a period of 6 months.<br/>No Credit note / Refund for the unused amount of the E-Gift Card will be given.<br/>Aldo E-Gift card CANNOT be revalidated once expired.<br/>Any dispute related to the Aldo E-Gift Card should be referred to the issuing company and the decision of the issuing company shall be final.<br/>Please contact Shop manager for any acceptance issue and if issue is still not resolved, you can write in to support@woohoo.in for immediate help.",
"productConfigs": [
{
"productConfigId": "PCN424863322N4Z7V",
"mrp": 5000,
"sellRate": 4900,
"enkashDiscount": 2,
"maxQuantity": 5,
"customAmountEnabled": false
},
{
"productConfigId": "PCN093912878V0AS6",
"mrp": 1000,
"sellRate": 980,
"enkashDiscount": 2,
"maxQuantity": 5,
"customAmountEnabled": false
},
{
"productConfigId": "PCN751457389RC1ST",
"mrp": 100,
"sellRate": 98,
"enkashDiscount": 2,
"maxQuantity": 5,
"customAmountEnabled": false
},
{
"productConfigId": "PCN233451126S5CZC",
"mrp": 500,
"sellRate": 490,
"enkashDiscount": 2,
"maxQuantity": 5,
"customAmountEnabled": false
}
],
"howToRedeem": "<ul><li>Open the voucher on your phone - via email or under the 'purchases' section of the app</li><li>Show the voucher to the merchant when you visit</li><li>The merchant will verify the voucher and redeem it on your app</li></ul>"
}
],
"response_code": 0,
"response_message": "Success"
}
Last modified: 4 months ago