Request
Body Params application/json
{
"id": "string",
"companyId": "string",
"showProductsWithMasterId": true,
"shadowEffect": true,
"siteStyle": "Squared",
"borderRadius": "sm",
"storeId": "string",
"isCouponsActive": true,
"orderProductsWithoutPrice": true,
"isRewardPointsActive": true,
"isProductLineNotesActive": true,
"loyaltyTermsUrl": "string",
"showProductComparison": true,
"loyaltyInfoUrl": "string",
"settings": [
{
"id": "string",
"name": "string",
"groupId": "string",
"type": "string",
"value": null
}
]
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/ThemeSettings' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"showProductsWithMasterId": true,
"shadowEffect": true,
"siteStyle": "Squared",
"borderRadius": "sm",
"storeId": "string",
"isCouponsActive": true,
"orderProductsWithoutPrice": true,
"isRewardPointsActive": true,
"isProductLineNotesActive": true,
"loyaltyTermsUrl": "string",
"showProductComparison": true,
"loyaltyInfoUrl": "string",
"settings": [
{
"id": "string",
"name": "string",
"groupId": "string",
"type": "string",
"value": null
}
]
}'
Responses
application/json Modified at 2025-07-08 13:29:28