{
"price": 14.99,
"name": "Organic Apples",
"categoryIds": ["5fefe1a7-5a41-4424-af9a-02b9e8be2579"]
}
curl --location --request PATCH '/product/vendor/b7507872-5355-440a-97f5-cb73822c4924' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJmNjU2NmYzNi1hOTRhLTQ5Y2UtODJkOS0wNTgzNzYzOGEyNjYiLCJyb2xlIjoidmVuZG9yIiwiaWF0IjoxNzQzNDIyOTczLCJleHAiOjE3NDYwMTQ5NzN9.GyanpimdBjlaJwNbDkST7ycEvo1Wsi9XhMD3qROIWyQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"price": 14.99,
"name": "Organic Apples",
"categoryIds": ["5fefe1a7-5a41-4424-af9a-02b9e8be2579"]
}'
{
"id": "string",
"vendorId": "string",
"productId": "string",
"price": 0,
"name": "string",
"description": "string",
"discountedPrice": null,
"sku": "string",
"images": [
"string"
],
"stock": 0,
"isAvailable": true,
"attributes": null,
"createdAt": "string",
"updatedAt": "string",
"categoryIds": [
"string"
],
"product": {
"id": "string",
"barcode": "string",
"name": "string",
"description": "string",
"images": [
"string"
],
"attributes": null,
"meta": null,
"createdAt": "string",
"updatedAt": "string",
"categoryIds": [
null
]
}
}