{"id":1261,"date":"2026-03-10T09:41:04","date_gmt":"2026-03-10T09:41:04","guid":{"rendered":"https:\/\/heiltrailerasia.com\/?post_type=product&#038;p=1261"},"modified":"2026-07-08T08:11:51","modified_gmt":"2026-07-08T08:11:51","slug":"rigid-tanker","status":"publish","type":"product","link":"https:\/\/www.heiltrailerasia.com\/th\/product\/rigid-tanker\/","title":{"rendered":"Rigid Tanker"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1261\" class=\"elementor elementor-1261\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b921663 e-flex e-con-boxed e-con e-parent\" data-id=\"b921663\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b6a826f elementor-widget elementor-widget-text-editor\" data-id=\"b6a826f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Rigid Truck Tanks are seen on roads worldwide serving petroleum fleets, because fleet ops managers often opt for these smaller, simpler and more compact integrated designs instead of a larger articulated.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61928e0 elementor-widget elementor-widget-html\" data-id=\"61928e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n.viewer360-wrapper{\r\n  position:relative;\r\n  max-width:700px;\r\n  margin:auto;\r\n}\r\n\r\n#viewer360{\r\n  width:100%;\r\n  height:400px;\r\n  background-size:contain;\r\n  background-repeat:no-repeat;\r\n  background-position:center;\r\n  cursor:grab;\r\n  touch-action:none;\r\n}\r\n\r\n\/* arrows *\/\r\n.arrow{\r\n  position:absolute;\r\n  top:50%;\r\n  transform:translateY(-50%);\r\n  font-size:28px;\r\n  color:#000;\r\n  cursor:pointer;\r\n  user-select:none;\r\n  display:none;\r\n}\r\n\r\n.arrow.left{ left:10px; }\r\n.arrow.right{ right:10px; }\r\n\r\n\/* show arrows only on mobile *\/\r\n@media (max-width:768px){\r\n    #viewer360{\r\n  width:100%;\r\n  height:300px;\r\n    }\r\n  .arrow{\r\n    display:block;\r\n  }\r\n}\r\n\r\n<\/style>\r\n\r\n<div class=\"viewer360-wrapper\">\r\n\r\n<div class=\"arrow left\">&#10094;<\/div>\r\n\r\n<div id=\"viewer360\"><\/div>\r\n\r\n<div class=\"arrow right\">&#10095;<\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\n\r\nconst baseImages = [\r\n\"https:\/\/heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-360-05.png\",\r\n\"https:\/\/heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-360-06.png\",\r\n\"https:\/\/heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-360-01.png\",\r\n\"https:\/\/heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-360-03.png\",\r\n\"https:\/\/heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-360-02.png\",\r\n\"https:\/\/heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-360-04.png\",\r\n];\r\n\r\nlet images = [];\r\n\r\n\/\/ repeat \u2192 20 frames\r\nbaseImages.forEach(img=>{\r\n  for(let i=0;i<4;i++){\r\n    images.push(img);\r\n  }\r\n});\r\n\r\nlet current = 0;\r\nlet startX = 0;\r\nlet isDown = false;\r\n\r\nconst viewer = document.getElementById(\"viewer360\");\r\n\r\nfunction updateImage(){\r\n  viewer.style.backgroundImage = `url(${images[current]})`;\r\n}\r\n\r\nupdateImage();\r\n\r\n\r\nlet arrowIndex = 0;\r\n\r\n\/\/ left arrow\r\ndocument.querySelector(\".arrow.left\").onclick = function(){\r\n\r\n  arrowIndex--;\r\n\r\n  if(arrowIndex < 0) arrowIndex = baseImages.length - 1;\r\n\r\n  viewer.style.backgroundImage = `url(${baseImages[arrowIndex]})`;\r\n\r\n};\r\n\r\n\/\/ right arrow\r\ndocument.querySelector(\".arrow.right\").onclick = function(){\r\n\r\n  arrowIndex++;\r\n\r\n  if(arrowIndex >= baseImages.length) arrowIndex = 0;\r\n\r\n  viewer.style.backgroundImage = `url(${baseImages[arrowIndex]})`;\r\n\r\n};\r\n\r\n\r\n\r\n\/\/ desktop drag\r\nviewer.addEventListener(\"mousedown\", e=>{\r\n  isDown = true;\r\n  startX = e.pageX;\r\n});\r\n\r\nviewer.addEventListener(\"mouseup\", ()=> isDown=false);\r\nviewer.addEventListener(\"mouseleave\", ()=> isDown=false);\r\n\r\nviewer.addEventListener(\"mousemove\", e=>{\r\n  if(!isDown) return;\r\n  rotate(e.pageX);\r\n});\r\n\r\n\r\n\/\/ mobile swipe\r\nviewer.addEventListener(\"touchstart\", e=>{\r\n  startX = e.touches[0].pageX;\r\n});\r\n\r\nviewer.addEventListener(\"touchmove\", e=>{\r\n  rotate(e.touches[0].pageX);\r\n});\r\n\r\n\r\nfunction rotate(pageX){\r\n\r\n  let moveX = pageX - startX;\r\n\r\n  if(Math.abs(moveX) > 20){\r\n\r\n    if(moveX > 0){\r\n      current--;\r\n      if(current < 0) current = images.length-1;\r\n    }else{\r\n      current++;\r\n      if(current >= images.length) current = 0;\r\n    }\r\n\r\n    updateImage();\r\n    startX = pageX;\r\n  }\r\n\r\n}\r\n\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77113e1 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"77113e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrows-alt-h\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tPlease Move Mouses to Rotate Images\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8bed42 elementor-widget elementor-widget-text-editor\" data-id=\"b8bed42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">They offer excellent Maneuverability; Rigid truck tanks are generally easier to maneuver, especially in urban areas or places with tight turns and narrow roads.\u00a0<\/span><\/p><p><span style=\"font-weight: 400;\">They make for easier Loading\/Unloading Efficiency; They often have faster loading and unloading times due to their smaller size and simpler design.\u00a0<\/span><\/p><p><span style=\"font-weight: 400;\">Rigids are Cost-Effective for Shorter Distances. For shorter routes, rigid truck tanks can be more cost-effective due to lower fuel consumption and maintenance costs.\u00a0<\/span><\/p><p><span style=\"font-weight: 400;\">They also offer Flexibility. They can be used for multiple purposes, such as delivering fuel to gas stations or other small-scale operations such as delivering to underground tanks at hard infrastructure installations in remote locations and much more besides.\u00a0<\/span><\/p><p><span style=\"font-weight: 400;\">Contact Heil Trailer Asia today, and find out why the world\u2019s leading petroleum transporters and fuel infrastructure providers insist on Heil Rigid Truck Tanks. <\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c40674 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"6c40674\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c40674\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU0NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5oZWlsdHJhaWxlcmFzaWEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNFwvcmlnaWQtdGFua2VyLTAxLmpwZyIsInNsaWRlc2hvdyI6IjZjNDA2NzQifQ%3D%3D\" href=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-01.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-01-768x576.jpg\" alt=\"rigid-tanker-01\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c40674\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1NSwidXJsIjoiaHR0cHM6XC9cL3d3dy5oZWlsdHJhaWxlcmFzaWEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNFwvcmlnaWQtdGFua2VyLTEwLmpwZyIsInNsaWRlc2hvdyI6IjZjNDA2NzQifQ%3D%3D\" href=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-10.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-10-768x576.jpg\" alt=\"rigid-tanker-10\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c40674\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1NiwidXJsIjoiaHR0cHM6XC9cL3d3dy5oZWlsdHJhaWxlcmFzaWEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNFwvcmlnaWQtdGFua2VyLTExLmpwZyIsInNsaWRlc2hvdyI6IjZjNDA2NzQifQ%3D%3D\" href=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-11.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-11-768x576.jpg\" alt=\"rigid-tanker-11\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c40674\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1NywidXJsIjoiaHR0cHM6XC9cL3d3dy5oZWlsdHJhaWxlcmFzaWEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNFwvcmlnaWQtdGFua2VyLTEyLmpwZyIsInNsaWRlc2hvdyI6IjZjNDA2NzQifQ%3D%3D\" href=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-12.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-12-768x576.jpg\" alt=\"rigid-tanker-12\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c40674\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1OCwidXJsIjoiaHR0cHM6XC9cL3d3dy5oZWlsdHJhaWxlcmFzaWEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNFwvcmlnaWQtdGFua2VyLTEzLmpwZyIsInNsaWRlc2hvdyI6IjZjNDA2NzQifQ%3D%3D\" href=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-13.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-13-768x576.jpg\" alt=\"rigid-tanker-13\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c40674\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU1OSwidXJsIjoiaHR0cHM6XC9cL3d3dy5oZWlsdHJhaWxlcmFzaWEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNFwvcmlnaWQtdGFua2VyLTE0LmpwZyIsInNsaWRlc2hvdyI6IjZjNDA2NzQifQ%3D%3D\" href=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-14.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-14-768x576.jpg\" alt=\"rigid-tanker-14\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c40674\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MCwidXJsIjoiaHR0cHM6XC9cL3d3dy5oZWlsdHJhaWxlcmFzaWEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNFwvcmlnaWQtdGFua2VyLTE1LmpwZyIsInNsaWRlc2hvdyI6IjZjNDA2NzQifQ%3D%3D\" href=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-15.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-15-768x576.jpg\" alt=\"rigid-tanker-15\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c40674\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5oZWlsdHJhaWxlcmFzaWEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNFwvcmlnaWQtdGFua2VyLTE2LmpwZyIsInNsaWRlc2hvdyI6IjZjNDA2NzQifQ%3D%3D\" href=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-16.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-16-768x576.jpg\" alt=\"rigid-tanker-16\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 9\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c40674\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTU2MiwidXJsIjoiaHR0cHM6XC9cL3d3dy5oZWlsdHJhaWxlcmFzaWEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNFwvcmlnaWQtdGFua2VyLTE3LmpwZyIsInNsaWRlc2hvdyI6IjZjNDA2NzQifQ%3D%3D\" href=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-17.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/www.heiltrailerasia.com\/wp-content\/uploads\/2026\/04\/rigid-tanker-17-768x576.jpg\" alt=\"rigid-tanker-17\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Rigid Truck Tanks are seen on roads worldwide serving p [&hellip;]<\/p>\n","protected":false},"featured_media":2395,"template":"","meta":{"_acf_changed":false},"categories":[29],"class_list":["post-1261","product","type-product","status-publish","has-post-thumbnail","hentry","category-petroleum"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.heiltrailerasia.com\/th\/wp-json\/wp\/v2\/product\/1261","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.heiltrailerasia.com\/th\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/www.heiltrailerasia.com\/th\/wp-json\/wp\/v2\/types\/product"}],"version-history":[{"count":46,"href":"https:\/\/www.heiltrailerasia.com\/th\/wp-json\/wp\/v2\/product\/1261\/revisions"}],"predecessor-version":[{"id":3337,"href":"https:\/\/www.heiltrailerasia.com\/th\/wp-json\/wp\/v2\/product\/1261\/revisions\/3337"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.heiltrailerasia.com\/th\/wp-json\/wp\/v2\/media\/2395"}],"wp:attachment":[{"href":"https:\/\/www.heiltrailerasia.com\/th\/wp-json\/wp\/v2\/media?parent=1261"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.heiltrailerasia.com\/th\/wp-json\/wp\/v2\/categories?post=1261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}