Change the custom price of an item in the cart
Packages
Change Price
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.
POST
Change the custom price of an item in the cart
Documentation Index
Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the item for which the custom price is to be changed.
Body
application/json
The new custom price to set for the item.
Pattern:
/^\d*([\.,]\d{1,2})?$/Example:
"19.99"
Response
Successfully updated the custom price of the item.
Indicates if the operation was successful.

