ES | EN

📄 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

NameLocationTypeRequiredDescription
product_idpathstring

Request body (example)

{
    "name": "string",
    "sku": "string"
}

Responses

Product updated successfully