Create a product price rule
Request
Body Params application/json
{
"id": "string",
"companyId": "string",
"status": "Draft",
"customerId": "string",
"customerCategoryId": "string",
"productCategoryId": "string",
"productId": "string",
"productVariantId": "string",
"value": 0,
"actionType": "Price",
"from": "2019-08-24T14:15:22Z",
"to": "2019-08-24T14:15:22Z"
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/pricing/product' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"status": "Draft",
"customerId": "string",
"customerCategoryId": "string",
"productCategoryId": "string",
"productId": "string",
"productVariantId": "string",
"value": 0,
"actionType": "Price",
"from": "2019-08-24T14:15:22Z",
"to": "2019-08-24T14:15:22Z"
}'
Responses
application/json Modified at 2025-07-08 13:30:25