ProductUpsellRecommendationDto
discount_amountintegerRequired
discount_typeenumRequired
Possible enum values
unknownnonefixedpercentage
prefer_as_subscriptionbooleanRequired
recommended_product_idFlakeIdRequired
typeenumRequired
Possible enum values
unknownUnknown upsell type.
additionalAn additional product offered alongside the current item.
alternativeAn alternative product offered in place of the current item.
increase_quantityAn offer to increase the quantity of the current item.
minimum_base_product_quantityintegerOptional
minimum_recommended_product_quantityintegerOptional
quantity_to_addintegerOptional
Example
{
"discount_amount": 0,
"discount_type": "unknown",
"prefer_as_subscription": true,
"recommended_product_id": "411486491630370816",
"type": "unknown",
"minimum_base_product_quantity": 0,
"minimum_recommended_product_quantity": 0,
"quantity_to_add": 0
}