GET api/CartApi?ParentId={ParentId}&Amount={Amount}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ParentId

integer

Required

Amount

decimal number

Required

Body Parameters

StoreSettingsModel
NameDescriptionTypeAdditional information
Id

integer

None.

ApplicationId

integer

None.

EnableCod

boolean

None.

CodAmount

decimal number

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

CreatedDtm

date

None.

UpdatedDtm

date

None.

IsSingleCategory

boolean

None.

EnablePurchaseHistory

boolean

None.

StoreBaseCategoryId

integer

None.

EnableRelatedPortfolio

boolean

None.

EnableWishlist

boolean

None.

EnableCategoryOffer

boolean

None.

EnableProductOffer

boolean

None.

EnableB2BOffer

boolean

None.

IsAttributeListing

boolean

None.

DuplicateItemInSingleOrder

boolean

None.

CustomCodPayment

boolean

None.

EnableCustomOrder

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ApplicationId": 2,
  "EnableCod": true,
  "CodAmount": 1.1,
  "CreatedBy": 1,
  "UpdatedBy": 1,
  "CreatedDtm": "2026-06-04T00:57:16.9808215+02:00",
  "UpdatedDtm": "2026-06-04T00:57:16.9808215+02:00",
  "IsSingleCategory": true,
  "EnablePurchaseHistory": true,
  "StoreBaseCategoryId": 3,
  "EnableRelatedPortfolio": true,
  "EnableWishlist": true,
  "EnableCategoryOffer": true,
  "EnableProductOffer": true,
  "EnableB2BOffer": true,
  "IsAttributeListing": true,
  "DuplicateItemInSingleOrder": true,
  "CustomCodPayment": true,
  "EnableCustomOrder": true
}

application/xml, text/xml

Sample:
<StoreSettingsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
  <ApplicationId>2</ApplicationId>
  <CodAmount>1.1</CodAmount>
  <CreatedBy>1</CreatedBy>
  <CreatedDtm>2026-06-04T00:57:16.9808215+02:00</CreatedDtm>
  <CustomCodPayment>true</CustomCodPayment>
  <DuplicateItemInSingleOrder>true</DuplicateItemInSingleOrder>
  <EnableB2BOffer>true</EnableB2BOffer>
  <EnableCategoryOffer>true</EnableCategoryOffer>
  <EnableCod>true</EnableCod>
  <EnableCustomOrder>true</EnableCustomOrder>
  <EnableProductOffer>true</EnableProductOffer>
  <EnablePurchaseHistory>true</EnablePurchaseHistory>
  <EnableRelatedPortfolio>true</EnableRelatedPortfolio>
  <EnableWishlist>true</EnableWishlist>
  <Id>1</Id>
  <IsAttributeListing>true</IsAttributeListing>
  <IsSingleCategory>true</IsSingleCategory>
  <StoreBaseCategoryId>3</StoreBaseCategoryId>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDtm>2026-06-04T00:57:16.9808215+02:00</UpdatedDtm>
</StoreSettingsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.1

application/xml, text/xml

Sample:
<double xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1.1</double>