v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Patch line item attributes

This endpoint allows for partial updates to the line item attributes. This is useful for modifying specific attributes without affecting the entire lineItem attributes. Only the keys that need to be updated should be included in the request.

Rate limit - 5/s

patch/2023-10/line/{lineId}/attribute

Path parameters

lineIdstring required

Request body

Response

200

successboolean
messagestring
{"stackTrail":"paths:/2023-10/line/{lineId}/attribute:patch:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
codestring
{"stackTrail":"paths:/2023-10/line/{lineId}/attribute:patch:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Custom attributes updated successfully",
  "code": "SUCCESS"
}