Creates or updates product prices.
POST/api/v2/public/products/prices
Creates or updates product prices.
Body ParametersJSON
Returns
data: optional string
Optional data payload returned by the operation.
message: optional string
Human-readable message describing the result.
success: optional boolean
Indicates whether the operation completed successfully.
Creates or updates product prices.
curl https://api.colleqtive.net/api/v2/public/products/prices \
-X POST \
-H "Authorization: $COLLEQTIVE_BEARER_TOKEN"{
"data": "12345",
"message": "Record created successfully.",
"success": true
}Returns Examples
{
"data": "12345",
"message": "Record created successfully.",
"success": true
}