{
"cart": {
"items": [
{
"merchantId": "string",
"id": "string",
"qty": 0,
"attributes": {
"shortName": "string",
"longName": "string",
"brand": "string",
"categories": [
{
"id": "string",
"name": "string"
}
],
"images": [
"string"
],
"productLimit": 0,
"logisticTags": [
{}
],
"etiketler": [
"string"
]
},
"price": 0,
"totalPrice": 0,
"itemType": "string",
"promotionDiscount": 0,
"priceAfterPromotion": 0,
"appliedPromotions": [
{
"id": "string",
"promotionTemplateId": "string",
"giftAmount": 0
}
],
"totalPromotionDiscount": 0,
"totalPriceAfterPromotion": 0,
"totalDisplayPrice": 0
}
],
"subOrders": [
{
"merchantId": "string",
"subOrderId": "string",
"id": "string",
"price": 0,
"itemType": "string",
"priceAfterPromotion": 0,
"displayPrice": 0,
"promotionDiscount": 0,
"appliedPromotions": [
{
"id": "string",
"promotionTemplateId": "string",
"giftAmount": 0
}
],
"usedPoints": 0,
"usedPointAsMoney": 0,
"priceAfterPointUsed": 0,
"usablePoints": 0,
"usablePointAsMoney": 0,
"pointMultiplier": 0
}
],
"productCount": 0,
"appliedPromotions": [
{
"id": "string",
"promotionTemplateId": "string",
"giftAmount": 0,
"tag": "string",
"promotionType": "string",
"userMessage": "string"
}
],
"suggestionPromotions": [
{
"id": "string",
"userMessage": "string",
"suggestion": "string",
"additionalData": {}
}
],
"totalCartPriceAfterPromotion": 0,
"totalCartPromotionDiscount": 0,
"userBalance": 0,
"totalPriceAfterPointUsed": 0,
"totalUsablePoints": 0,
"totalUsablePointAsMoney": 0,
"totalUsedPoints": 0,
"totalUsedPointAsMoney": 0,
"totalPriceToPay": 0
},
"calculationTime": 0
}