draft_order_invoice.json 224 B

123456789
  1. {
  2. "draft_order_invoice": {
  3. "to": "paul.norman@example.com",
  4. "from": "steve@apple.com",
  5. "subject": "Here is your new order invoice!",
  6. "custom_message": "This is a test custom message.",
  7. "bcc": [ ]
  8. }
  9. }