📄 MIPYME Documents
Update product
PUT
Endpoint URL
https://api-billing.koywe.com/V1/products/{product_id}
Requires authentication
Authentication
Send header Authorization: Bearer <token> (obtained from POST /auth) for protected endpoints.
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
product_id | path | string | ✓ |
Request body (example)
{
"name": "string",
"sku": "string"
}
Responses
Product updated successfully
Invalid data or product not found