I need to stop a recurring sale.
The sales always have one item only.
Looking at the documentation for this API call: http://www.2checkout.com/documentation/api/sales/stop-lineitem-recurring/ , it requires a lineItemId.
I dont see any lineItemId in the INS ORDER_CREATED and RECURRING_INSTALLMENT_SUCCESS messages.
Where do I get this field from? I'm assuming its the invoice id which is to be used. Is it correct?