OrderApiResponse

PHOTO EMBED

Wed Mar 13 2024 10:08:41 GMT+0000 (Coordinated Universal Time)

Saved by @Waaazzi

{
    "payment_method": "stripe_cc",
    "set_paid": true,
      "line_items": [
    {
      "product_id": 13197,
      "quantity": 2
    }
  ],
  "shipping_lines": [
    {
      "method_id": "flat_rate",
      "method_title": "Flat Rate",
      "total": "10.00"
    }
  ],
  "billing": {
    "first_name": "John",
    "last_name": "Doe",
    "address_1": "969 Market",
    "address_2": "",
    "city": "San Francisco",
    "state": "CA",
    "postcode": "94103",
    "country": "US",
    "email": "john.doe@example.com",
    "phone": "(555) 555-5555"
  },
  "shipping": {
    "first_name": "John",
    "last_name": "Doe",
    "address_1": "969 Market",
    "address_2": "",
    "city": "San Francisco",
    "state": "CA",
    "postcode": "94103",
    "country": "US"
  },
  "needs_payment": false,
        "needs_processing": true,
  "created_via": "checkout",
  "payment_method_title": "Visa ending in 4242",
  "transaction_id": "ch_3OtngJHN7xUNmfx50a9vDRDv"

}
content_copyCOPY