Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. {
  2. "orders": [
  3. {
  4. "profile_id": "357",
  5. "local_id": "POS-Order123",
  6. "invoice_number": "INV/POS-orderan/01",
  7. "channel_id": 1175,
  8. "ordered_at": "2019-12-04T11:11:11+00:00",
  9. "address": {
  10. "name": "Udin Sedunia",
  11. "address_1": "Jl. Ujung Dunia No. 1",
  12. "city": "Kota Bandung",
  13. "province": "Jawa Barat",
  14. "postal_code": "40286",
  15. "phone": "08121212121"
  16. },
  17. "item_lines": [
  18. {
  19. "id": "5111701",
  20. "sku": "32981294113-CNA",
  21. "name": "Flower Dress",
  22. "shipping_provider": "COD",
  23. "price": "7000000",
  24. "quantity": 1
  25. }],
  26. "payment": {
  27. "status_id": "1",
  28. "payment_method": "cash"
  29. }
  30. }
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement