Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. {
  2. "method": "POST",
  3. "endpoint": "products",
  4. "items": [
  5. {
  6. "productID": "prod666",
  7. "title": "Container for mojo",
  8. "status": "inStock",
  9. "description": "Super quality metal container",
  10. "currency": "USD",
  11. "productUrl": "http://www.example.com/products/prod-666",
  12. "vendor": "Nanotech",
  13. "type": "containers",
  14. "createdAt": "2000-01-01T00:00:01Z",
  15. "images": [
  16. {
  17. "imageID": "prod-66-img1",
  18. "url": "http://www.example.com/images/products/prod-666.png",
  19. "isDefault": true,
  20. "variants": [
  21. "prod666"
  22. ]
  23. }
  24. ],
  25. "tags": [
  26. "container",
  27. "metal"
  28. ],
  29. "categoryIDs": [
  30. "cat123",
  31. "cat1267"
  32. ],
  33. "variants": [
  34. {
  35. "variantID": "prod666",
  36. "title": "Container for mojo",
  37. "sku": "123",
  38. "status": "inStock",
  39. "price": 66666,
  40. "oldPrice": 75000,
  41. "productUrl": "http://www.example.com/products/prod-666",
  42. "imageID": "prod-66-img1",
  43. "customFields": {
  44. "protectionClass": "IP99"
  45. }
  46. }
  47. ]
  48. },
  49. {
  50. "productID": "prod666",
  51. "title": "Container for mojo",
  52. "status": "inStock",
  53. "description": "Super quality metal container",
  54. "currency": "USD",
  55. "productUrl": "http://www.example.com/products/prod-666",
  56. "vendor": "Nanotech",
  57. "type": "containers",
  58. "createdAt": "2000-01-01T00:00:01Z",
  59. "images": [
  60. {
  61. "imageID": "prod-66-img1",
  62. "url": "http://www.example.com/images/products/prod-666.png",
  63. "isDefault": true,
  64. "variants": [
  65. "prod666"
  66. ]
  67. }
  68. ],
  69. "tags": [
  70. "container",
  71. "metal"
  72. ],
  73. "categoryIDs": [
  74. "cat123",
  75. "cat1267"
  76. ],
  77. "variants": [
  78. {
  79. "variantID": "prod666",
  80. "title": "Container for mojo",
  81. "sku": "123",
  82. "status": "inStock",
  83. "price": 66666,
  84. "oldPrice": 75000,
  85. "productUrl": "http://www.example.com/products/prod-666",
  86. "imageID": "prod-66-img1",
  87. "customFields": {
  88. "protectionClass": "IP99"
  89. }
  90. }
  91. ]
  92. },
  93. ]
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement