Does anyone know how I can programmatically (1) read an order's payment status ("Paid" or "Pending"), and (2) read and write an order's fulfillment status ("Fulfilled", etc.).
(I am using Excel VBA, which can execute website commands, like "POST", and receive responses.)