Advertisement
Guest User

Order Tax Handle

a guest
Jun 30th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. {
  2. "uid": "31eb0866-e756-11e5-e556-131a289ed199",
  3. "orderId": 66,
  4. "source": "WooCommerce",
  5. "user_name": "newsparktechnologytest21@gmail.com",
  6. "created": "2015-06-30 08:35:00",
  7. "register_id": "31eb0866-e756-11e5-e556-131a289d9319",
  8. "primary_email": "lovedeep.developer@gmail.com",
  9. "total": "840.00",
  10. "total_tax": 0,
  11. "taxes_included": false,
  12. "currency": "GBP",
  13. "shipping_method": null,
  14. "payment": {
  15. "retailer_payment_type_id": "31eb0866-e756-11e5-e556-131a289dcd5c",
  16. "amount": 840,
  17. "method": "Cash",
  18. "transactionNumber": ""
  19. },
  20. "products": [
  21. {
  22. "sku": "10000",
  23. "title": "image product1",
  24. "price": 100,
  25. "quantity": "8",
  26. "discountAmount": 0,
  27. "taxName": "GST",
  28. "taxId": "31eb0866-e7c9-11e5-e556-1f01831355e3",
  29. "taxRate": "0.05",
  30. "taxValue": 5,
  31. "discountTitle": "sale"
  32. }
  33. ],
  34. "payment_type_id": "31eb0866-e756-11e5-e556-131a289dcd5c",
  35. "billingAddress": {
  36. "firstName": "lovedeep",
  37. "lastName": "singh",
  38. "company": "NST",
  39. "street1": "address1",
  40. "street2": "address2",
  41. "city": "cty",
  42. "postalCode": "545485",
  43. "country": "IN",
  44. "state": "CH",
  45. "phone": "9751548"
  46. },
  47. "deliveryAddress": {
  48. "firstName": "lovedeep",
  49. "lastName": "singh",
  50. "company": "NST",
  51. "street1": "address1",
  52. "street2": "address2",
  53. "city": "cty",
  54. "postalCode": "545485",
  55. "country": "IN",
  56. "state": "CH"
  57. },
  58. "comments": ""
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement