v1
latestOpenAPI 3.1.02026-07-241120379.1 KBUpdate line item attributes
The endpoint is used to completely update the attributes of a line item. This requires sending a full representation of the lineItem attributes, as it will overwrite the existing data.
Rate limit - 5/s
put/2023-10/line/{lineId}/attribute
Path parameters
lineIdinteger required
Request body
Response
200
Example response
{
"success": true,
"message": "Custom attributes updated successfully",
"code": "SUCCESS"
}