Hanzo AI
OpenapiCommerce

Replace entries

Edits one rate and MARKS it edited, which is the whole contract with the importer: an operator's price outranks the document it came from, so a later…

PUT /v1/commerce/rates/entries/{product}/{meter}

Addresshttps://api.hanzo.ai/v1/commerce/rates/entries/{product}/{meter}
MethodPUT
Operationput_commerce_rates_entries_by_product_by_meter
AuthAuthorization: Bearer $HANZO_API_KEY

Edits one rate and MARKS it edited, which is the whole contract with the importer: an operator's price outranks the document it came from, so a later import leaves this row alone. Without that mark a price set here would apply, work, and silently revert on the next import. Only the editable fields move; identity and bookkeeping are not writable from the body. SuperAdmin only.

Request

2 fields.

FieldInTypeRequiredDescription
productpathstringyes
meterpathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo commerce rates entries product set <product> <meter>

Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page