Saltar al contenido principal

CartActionDTO

typestring
productIdstring
externalProductIdstring
itemKeystring
newQuantityint32
countryCodestring
confirmationPromptstring
product object
idstring
externalIdstring
namestring
pricenumber
salePricenumber
currencystring
imageUrlstring
urlstring
reasonstring
highlightsstring[]
CartActionDTO
{
"type": "string",
"productId": "string",
"externalProductId": "string",
"itemKey": "string",
"newQuantity": 0,
"countryCode": "string",
"confirmationPrompt": "string",
"product": {
"id": "string",
"externalId": "string",
"name": "string",
"price": 0,
"salePrice": 0,
"currency": "string",
"imageUrl": "string",
"url": "string",
"reason": "string",
"highlights": [
"string"
]
}
}