Update an existing price record
PATCH/v2/prices/:id
Updates the details of a specific price record identified by its unique ID.
Allows modification of pricing tiers, tax configurations, discount settings, and display options. Only provided fields will be updated, others remain unchanged.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Price record updated successfully
Invalid input data, validation errors, or malformed UUID
Insufficient permissions to update price records
Price record with the specified ID was not found
Internal server error occurred while updating price record