Generates an offer description for the products provided.
Request
Body Params application/json
[
{
"price": 0,
"title": "string",
"brand": "string",
"category": "string",
"details": "string",
"mpn": "string",
"description": "string"
}
]
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/ai/product/offer/notes' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"price": 0,
"title": "string",
"brand": "string",
"category": "string",
"details": "string",
"mpn": "string",
"description": "string"
}
]'
Responses
application/json {
"response": [
"string"
]
}
Modified at 2025-07-08 13:28:49