Update a product
Products
Update Product
PUT
Update a product
Updates an existing product or service. All fields are optional — only the fields you send will be updated.
Authentication
Requires a valid Bearer token. The authenticated user must be an owner or admin of the organization.Path Parameters
Request Body
All fields are optional.Example Request
Example Response
Common Errors
404 Not Found
Product does not exist or does not belong to the organization.409 Conflict
A product with the new SKU already exists in this organization.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Product or service description
Example:
"Ukelele"
SAT product/service key (clave de producto o servicio)
Example:
60131324
Unit price
Example:
345.6
Whether taxes are already included in the price
Example:
true
SAT taxability code (objeto de impuesto)
Example:
"01"
Applicable taxes
Applicable local taxes
SAT unit of measure key (clave de unidad)
Example:
"H87"
Unit of measure name
Example:
"Elemento"
Internal SKU or identifier
Example:
"UKL-001"
Whether this is a live mode product
Example:
true
Response
200 - application/json
Example:
"590ce6c56d04f840aa8438af"
Example:
"org-uuid"
Example:
false
Example:
"Ukelele"
Example:
60131324
Example:
345.6
Example:
true
Example:
"01"
Example:
"H87"
Example:
"Elemento"
Example:
"UKL-001"