update_order.json 164 B

123456789
  1. {
  2. "order_id": 3,
  3. "product_id": 12,
  4. "quantity": 2,
  5. "amount": 56.0,
  6. "shipping": 15.0,
  7. "tax": 2.0,
  8. "shipping_address": "123 Main Street"
  9. }