LC Web
  1. Basket
LC Web
UAT
  • ROP
  • UAT
  • Prod
  • ActionField
  • Auth
    • AuthService
      POST
    • RefreshToken
      POST
  • CMS
    • GetMainPageForYou
      GET
    • GetMainPageCampaigns
      GET
    • GetPaymentPageTryFlavors
      GET
    • Banner
      GET
    • Menu
      GET
    • GetTakeAway
      GET
    • CacheClear
      GET
  • Member
    • Favorite Products
      • GetFavoriteProducts
      • AddFavoriteProduct
      • DeleteFavoriteProduct
    • Favorite Orders
      • GetFavoriteOrders
      • AddFavoriteOrder
      • DeleteFavoriteOrder
      • AddFavoriteOrder-Local
      • GetFavoriteOrders-Local
    • Comment Order
      • AddPersonRateOrder
    • Facebook Login
      • FacebookConnect
      • FacebookLogin
      • FacebookConnectRegister
    • Login
      POST
    • Login Copy
      POST
    • Register
      POST
    • ForgotPassword
      POST
    • ResetPassword
      POST
    • GetMemberInfo
      GET
    • UpdateMemberInfo
      PUT
    • UpdateMemberMarketingPermissions
      PUT
    • ChangePassword
      PUT
    • DeactivateMemberNew
      PUT
    • FranchiseForm
      POST
    • ContactForm
      POST
    • DefaultLogin
      POST
    • UpdateMemberInfo copy
      PUT
    • Login-Local
      POST
  • Address
    • GetTowns
    • GetAddressTypes
    • GetSubCities
    • GetQuarters
    • GetStreetAddresses
    • GetMemberDeliveryAddress
    • GetMemberDeliveryAddressDetailed
    • AddMemberDeliveryAddress
    • UpdateMemberDeliveryAddress
    • DeleteMemberDeliveryAddress
  • Products
    • GetProducts
    • GetProductDetails
    • GetProductDetails for Campaign
    • GetProductSizes
    • GetDepartments
    • ComeandGet
  • Basket
    • AddToBasket
      POST
    • AddToBasketWithProductId
      GET
    • CalculatePrice
      POST
    • UpdateBasketCount
      POST
    • RemoveFromBasket
      DELETE
    • UpdateBasket
      PUT
    • GetBasket
      GET
    • GetBasketItem
      GET
    • RemovePromotion
      POST
  • Orders
    • OrderNotes
      • GetOrderNotes
      • AddOrderNote
      • DeleteOrderNote
    • GetPaymentTypes
    • CompleteOrder
    • GetOrders
    • GetLastOrder
    • ChangeAddress
    • RepeatOrder
    • RepeatOrder-Local
    • ChangeType
    • ChangeAddress-rob
  • Restaurants
    • GetRestaurants
    • GetTowns
    • GetRestaurantTowns
    • Nearest
    • Search
    • GetRestaurantNames
    • Restorant Detail
  • External Services
    • OrderStatusChange
  • Payment
    • ProcessPayment
  • Mobile
    • CheckVersion
    • MobileHome
    • Register Push Token
    • MobileHome
    • Register Push Token
    • CheckVersion
  • Rob-Sorulacaklar
    • ChangeAddress-rob copy
    • birthdate update
    • restoran location
    • Products copy
    • Products copy copy
    • order
  1. Basket

CalculatePrice

POST
/web/Product/CalculatePrice
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api.gelsinpizza.com/api/web/Product/CalculatePrice' \
--header 'Authorization: {{UAT_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
  "BasketItem":{
  "Id": "101216057592",
  "OrderItemId": null,
  "Name": "Maç Menüsü 1. N.K.Bedava",
  "CampaignProduct": null,
  "Size": null,
  "SizeId": "0",
  "Image": null,
  "Detail": null,
  "Link": null,
  "Price": {
    "price": 0.0,
    "Id": "100969207617",
    "ProductPrototypeId": "102714610239"
  },
  "TotalPrice": 0.0,
  "Quantity": 1,
  "DefaultQuantity": 1,
  "MaxIngredientCount": null,
  "IsCampaign": false,
  "IsFavorite": false,
  "FavoriteId": null,
  "SaleRanking": 0,
  "Options": [
    {
      "Id": "105591868489",
      "Name": "I. Orta Boy Pizza Seçimi",
      "OptionType": "1",
      "RelatedOpiton": "100279383157",
      "OptionIndex": 1,
      "FreeCount": 0,
      "MinCount": 1,
      "Items": [
        {
          "Id": "103329042223",
          "OrderItemId": "105799472410",
          "Name": "Pretzel (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "103571949612",
            "ProductPrototypeId": "105595710713"
          },
          "TotalPrice": 0.0,
          "Quantity": 1,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104368749483",
          "OrderItemId": null,
          "Name": "Pide de Pizza (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "107980277542",
            "ProductPrototypeId": "106384835672"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "102136876532",
          "OrderItemId": null,
          "Name": "Sucuk Karışık (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "101382842479",
            "ProductPrototypeId": "102776123933"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104708693354",
          "OrderItemId": null,
          "Name": "Ekstra Karışık (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "101823342879",
            "ProductPrototypeId": "109874370156"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "107900964566",
          "OrderItemId": null,
          "Name": "Süper Sezar (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "108140533881",
            "ProductPrototypeId": "104072217772"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104937137422",
          "OrderItemId": null,
          "Name": "Turkish Mix (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "104164352182",
            "ProductPrototypeId": "100184219156"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "105734541371",
          "OrderItemId": null,
          "Name": "Ton Balıklı (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "104488350305",
            "ProductPrototypeId": "107776388677"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "109008432404",
          "OrderItemId": null,
          "Name": "Sebze (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "105681585070",
            "ProductPrototypeId": "105084406411"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "108038125653",
          "OrderItemId": null,
          "Name": "Sucuk-Peynir (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "102271342805",
            "ProductPrototypeId": "103712582152"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "109862355168",
          "OrderItemId": null,
          "Name": "Pepperonni Pizza (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "104690453875",
            "ProductPrototypeId": "104353798395"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104587800176",
          "OrderItemId": null,
          "Name": "Sucukbol (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "104474499817",
            "ProductPrototypeId": "100247484142"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "109212430966",
          "OrderItemId": null,
          "Name": "Piknik (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "101815262697",
            "ProductPrototypeId": "107917346239"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104964116080",
          "OrderItemId": null,
          "Name": "Parti (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "109802320800",
            "ProductPrototypeId": "102246826632"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "108547928881",
          "OrderItemId": null,
          "Name": "Margarita (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "108087672175",
            "ProductPrototypeId": "108591856782"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "103415476116",
          "OrderItemId": null,
          "Name": "Acımasız Tavuk (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "107117586659",
            "ProductPrototypeId": "104580694751"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "103317650874",
          "OrderItemId": null,
          "Name": "Caesars Italiano (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "109419936030",
            "ProductPrototypeId": "106026605708"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "101429570716",
          "OrderItemId": null,
          "Name": "Acımasız Etli (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "105497966840",
            "ProductPrototypeId": "109357901356"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "102596738921",
          "OrderItemId": null,
          "Name": "Çiftlik (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "101796502266",
            "ProductPrototypeId": "103854031697"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "108670635400",
          "OrderItemId": null,
          "Name": "Karışık (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "101189429350",
            "ProductPrototypeId": "103472863017"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104752442426",
          "OrderItemId": null,
          "Name": "Supreme (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "100407103221",
            "ProductPrototypeId": "109717881363"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "103110758931",
          "OrderItemId": null,
          "Name": "Akdeniz (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "108378002710",
            "ProductPrototypeId": "107827967565"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        }
      ],
      "SelectedItems": null,
      "PriceModifiyers": [
        "MostExpesive"
      ]
    },
    {
      "Id": "100279383157",
      "Name": "II. Orta Boy Pizza Seçimi",
      "OptionType": "1",
      "RelatedOpiton": "105591868489",
      "OptionIndex": 2,
      "FreeCount": 0,
      "MinCount": 1,
      "Items": [
        {
          "Id": "102136876532",
          "OrderItemId": null,
          "Name": "Sucuk Karışık (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "101382842479",
            "ProductPrototypeId": "102776123933"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "103329042223",
          "OrderItemId": null,
          "Name": "Pretzel (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "103571949612",
            "ProductPrototypeId": "105595710713"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104368749483",
          "OrderItemId": "100272074814",
          "Name": "Pide de Pizza (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "107980277542",
            "ProductPrototypeId": "106384835672"
          },
          "TotalPrice": 0.0,
          "Quantity": 1,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "109008432404",
          "OrderItemId": null,
          "Name": "Sebze (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "105681585070",
            "ProductPrototypeId": "105084406411"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "108038125653",
          "OrderItemId": null,
          "Name": "Sucuk-Peynir (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "102271342805",
            "ProductPrototypeId": "103712582152"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "109862355168",
          "OrderItemId": null,
          "Name": "Pepperonni Pizza (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "104690453875",
            "ProductPrototypeId": "104353798395"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104587800176",
          "OrderItemId": null,
          "Name": "Sucukbol (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "104474499817",
            "ProductPrototypeId": "100247484142"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "109212430966",
          "OrderItemId": null,
          "Name": "Piknik (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "101815262697",
            "ProductPrototypeId": "107917346239"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104964116080",
          "OrderItemId": null,
          "Name": "Parti (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "109802320800",
            "ProductPrototypeId": "102246826632"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "108547928881",
          "OrderItemId": null,
          "Name": "Margarita (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 36.9,
            "Id": "108087672175",
            "ProductPrototypeId": "108591856782"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "103415476116",
          "OrderItemId": null,
          "Name": "Acımasız Tavuk (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "107117586659",
            "ProductPrototypeId": "104580694751"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "103317650874",
          "OrderItemId": null,
          "Name": "Caesars Italiano (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "109419936030",
            "ProductPrototypeId": "106026605708"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "101429570716",
          "OrderItemId": null,
          "Name": "Acımasız Etli (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "105497966840",
            "ProductPrototypeId": "109357901356"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "102596738921",
          "OrderItemId": null,
          "Name": "Çiftlik (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "101796502266",
            "ProductPrototypeId": "103854031697"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "108670635400",
          "OrderItemId": null,
          "Name": "Karışık (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "101189429350",
            "ProductPrototypeId": "103472863017"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104752442426",
          "OrderItemId": null,
          "Name": "Supreme (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "100407103221",
            "ProductPrototypeId": "109717881363"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "103110758931",
          "OrderItemId": null,
          "Name": "Akdeniz (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 37.9,
            "Id": "108378002710",
            "ProductPrototypeId": "107827967565"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104708693354",
          "OrderItemId": null,
          "Name": "Ekstra Karışık (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "101823342879",
            "ProductPrototypeId": "109874370156"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "107900964566",
          "OrderItemId": null,
          "Name": "Süper Sezar (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "108140533881",
            "ProductPrototypeId": "104072217772"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104937137422",
          "OrderItemId": null,
          "Name": "Turkish Mix (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "104164352182",
            "ProductPrototypeId": "100184219156"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "105734541371",
          "OrderItemId": null,
          "Name": "Ton Balıklı (Orta)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "4",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 42.9,
            "Id": "104488350305",
            "ProductPrototypeId": "107776388677"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        }
      ],
      "SelectedItems": null,
      "PriceModifiyers": [
        "MostExpesive"
      ]
    },
    {
      "Id": "109108477814",
      "Name": "Litre İçecek Seçimi",
      "OptionType": "1",
      "RelatedOpiton": null,
      "OptionIndex": 3,
      "FreeCount": 0,
      "MinCount": 1,
      "Items": [
        {
          "Id": "104022471985",
          "OrderItemId": null,
          "Name": "Yedigün (Litre)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "5",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 0.0,
            "Id": "102121164719",
            "ProductPrototypeId": "103402077517"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "101515370038",
          "OrderItemId": null,
          "Name": "Pepsi Max (Litre)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "5",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 0.0,
            "Id": "102671400159",
            "ProductPrototypeId": "100126440909"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "109336421595",
          "OrderItemId": "102255266392",
          "Name": "Pepsi (Litre)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "5",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 0.0,
            "Id": "108247532759",
            "ProductPrototypeId": "106636478888"
          },
          "TotalPrice": 0.0,
          "Quantity": 1,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "104749486700",
          "OrderItemId": null,
          "Name": "Pepsi Light (Litre)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "5",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 0.0,
            "Id": "102948287668",
            "ProductPrototypeId": "103076766768"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "108674849319",
          "OrderItemId": null,
          "Name": "Ice Tea Şeftali (Litre)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "5",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 0.0,
            "Id": "108523495795",
            "ProductPrototypeId": "101370128384"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "109841099692",
          "OrderItemId": null,
          "Name": "7 Up (Litre)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "5",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 0.0,
            "Id": "101853597578",
            "ProductPrototypeId": "101404943397"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        },
        {
          "Id": "109519449121",
          "OrderItemId": null,
          "Name": "Ice Tea Limon (Litre)",
          "CampaignProduct": null,
          "Size": null,
          "SizeId": "5",
          "Image": null,
          "Detail": null,
          "Link": null,
          "Price": {
            "price": 0.0,
            "Id": "101374983608",
            "ProductPrototypeId": "100122082817"
          },
          "TotalPrice": 0.0,
          "Quantity": 0,
          "DefaultQuantity": 0,
          "MaxIngredientCount": null,
          "IsCampaign": false,
          "IsFavorite": false,
          "FavoriteId": null,
          "SaleRanking": 0,
          "Options": null,
          "OptionGroup": null
        }
      ],
      "SelectedItems": null,
      "PriceModifiyers": [
        "None"
      ]
    }
  ],
  "OptionGroup": null
},
"IncludeItemPrice":true}'
Response Response Example
{}

Request

Header Params

Body Params text/plain
Examples

Responses

🟢200Success
application/json
Body

Modified at 2024-06-01 13:42:15
Previous
AddToBasketWithProductId
Next
UpdateBasketCount
Built with