Order Controller
Stop or resume abandonment emails for an order
Toggle the stopAbandonmentEmails flag for a specific order.
patch/orders/stop-abandonment/{id}
Path parameters
idnumber required
Request body
Example request
{
"stop": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.