wafeq_items_partial_update
Partially update an existing Wafeq item by sending only the fields that need to change. Modify SKU, name, pricing, taxes, inventory tracking, or units of measure while preserving all other item data.
Instructions
๐ก WRITE ยท updates data ยท Items ยท PATCH /items/{id}/
Partial update item
Endpoint for partially updating an existing item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Shared validation and save logic for item_units_of_measure across v1 and v2 serializers. | |
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |