Update Purchase Order Item
Updates the quantity, price, or note of an existing line item. Only fields included in the request body are modified.
Requires scope: purchase_orders:write
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Purchase order ID.
itemId
Line item ID.
Request
This endpoint expects an object.
quantity
Updated ordered quantity. Must be greater than zero if provided.
price
Updated cost per unit in USD. Must be greater than or equal to zero if provided.
note
Updated note for this line item. Pass null to clear.
Response
This endpoint returns an object.
id
Unique identifier for this line item.
quantity
Ordered quantity.
price
Cost per unit in USD.
material
Reference to the material being ordered.
variation
Reference to the material variation, if applicable.
note
Optional note for this line item.
createdAt
ISO 8601 timestamp when the item was created.
updatedAt
ISO 8601 timestamp when the item was last updated.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error