curl --request POST \
--url http://localhost:3000/v1/scraped-products/{id}/publish \
--header 'Content-Type: application/json' \
--data '
{
"selling_price": 4.99,
"is_rfc_item": false,
"category_name": "<string>",
"subcategory_name": "<string>"
}
'{
"success": true,
"sellable_product": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"selling_price": 123,
"is_active": true,
"scraped_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Create a sellable product from a scraped product
curl --request POST \
--url http://localhost:3000/v1/scraped-products/{id}/publish \
--header 'Content-Type: application/json' \
--data '
{
"selling_price": 4.99,
"is_rfc_item": false,
"category_name": "<string>",
"subcategory_name": "<string>"
}
'{
"success": true,
"sellable_product": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"selling_price": 123,
"is_active": true,
"scraped_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Scraped product UUID
"550e8400-e29b-41d4-a716-446655440000"