Allows updating the custom price for a specific item in the user’s cart. The item must allow custom pricing, and the new price must not be less than the item’s initial price.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the item for which the custom price is to be changed.
Successfully updated the custom price of the item.
The response is of type object
.