Delete a Line Item Change
Delete a line item change that indicates the addition, deletion, or update of a line item in the original order.
Request samples
curl --location --request DELETE 'https://api.medusa-commerce.com/admin/order-edits//changes/'
Responses
application/json {
"id": "string",
"object": "item_change",
"deleted": true
}
Modified at 2023-10-08 12:50:29