Guest User

Untitled

a guest
Apr 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. {
  2. "items": [
  3. {
  4. "id": "A001",
  5. "requestIndex": 0,
  6. "price": 5000,
  7. "listPrice": 2500,
  8. "quantity": 1,
  9. "seller": "1",
  10. "priceValidUntil": null,
  11. "offerings":[
  12. {
  13. "type":"Garantia",
  14. "id":"5",
  15. "name":"Garantia de 1 ano",
  16. "price":10000
  17. },
  18. {
  19. "type":"Embalagem de Presente",
  20. "id":"6",
  21. "name":"Embalagem de Presente",
  22. "price":250
  23. }
  24. ]
  25. }
  26. ],
  27. "logisticsInfo": [
  28. {
  29. "itemIndex": 0,
  30. "stockBalance": 99,
  31. "quantity": 1,
  32. "shipsTo": [ "BRA"],
  33. "slas": [
  34. {
  35. "id": "Expressa",
  36. "name": "Entrega Expressa",
  37. "shippingEstimate": "2bd",
  38. "price": 1000,
  39. "availableDeliveryWindows": [
  40. ]
  41. },
  42. {
  43. "id": "Agendada",
  44. "name": "Entrega Agendada",
  45. "shippingEstimate": "5d",
  46. "price": 800,
  47. "availableDeliveryWindows": [
  48. {
  49. "startDateUtc": "2018-04-18T08:00:00+00:00",
  50. "endDateUtc": "2018-04-20T13:00:00+00:00",
  51. "price": 0
  52. },
  53. ]
  54. }
  55. ]
  56. }
  57. ],
  58. "country":null,
  59. "postalCode":null
  60. }
Add Comment
Please, Sign In to add comment