{"id":1828,"date":"2020-05-25T11:29:36","date_gmt":"2020-05-25T09:29:36","guid":{"rendered":"https:\/\/www.trans.eu\/api\/?p=1828"},"modified":"2026-01-08T14:37:26","modified_gmt":"2026-01-08T13:37:26","slug":"search-for-carrier-with-given-price-and-buy-now-option","status":"publish","type":"post","link":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/","title":{"rendered":"Search for carrier with given price and buy now option"},"content":{"rendered":"\n<p>Descrip\u00adtion of adding new freight for select\u00aded com\u00adpa\u00adnies, with giv\u00aden price, with\u00adout the pos\u00adsi\u00adbil\u00adi\u00adty of freight price nego\u00adti\u00ada\u00adtions.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">Scenario<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>car\u00adri\u00ader is yet to be deter\u00admined<\/li>\n\n\n\n<li>car\u00adri\u00ader\u2019s Tran\u00adsId is avail\u00adable in exter\u00adnal TMS<\/li>\n\n\n\n<li>price and cur\u00adren\u00adcy was giv\u00aden<\/li>\n\n\n\n<li>car\u00adri\u00ader is using Trans.eu Plat\u00adform only, with no addi\u00adtion\u00adal freight man\u00adage\u00adment soft\u00adware involved<\/li>\n\n\n\n<li>both freight for\u00adwarder and car\u00adri\u00aders have exist\u00ading and valid Trans.eu account<\/li>\n\n\n\n<li>freight is pub\u00adlished imme\u00addi\u00adate\u00adly after cre\u00adation<\/li>\n\n\n\n<li>first car\u00adri\u00ader which accepts freight con\u00addi\u00adtions and price is select\u00aded<\/li>\n\n\n\n<li>after first accep\u00adtance car\u00adri\u00ader details are attached to freight enti\u00adty<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Authorize access<\/h2>\n\n\n\n<p>Before it is pos\u00adsi\u00adble to send any request, user needs to <a href=\"https:\/\/www.trans.eu\/api\/general-information\/authorization-process\/\" title>autho\u00adrize access<\/a>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>client app was reg\u00adis\u00adtered using reg\u00adis\u00adtra\u00adtion form<\/li>\n\n\n\n<li>exter\u00adnal app was grant\u00aded api keys (client_id and client_secret)<\/li>\n\n\n\n<li>autho\u00adriza\u00adtion process has been imple\u00adment\u00aded in exter\u00adnal app<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Create new freight<\/h2>\n\n\n\n<p>Each freight must con\u00adsist of:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>array of car\u00adri\u00aders\u2019 ids<\/li>\n\n\n\n<li>load\u00ading loca\u00adtion and time<\/li>\n\n\n\n<li>unload\u00ading loca\u00adtion and time<\/li>\n\n\n\n<li>required truck body type<\/li>\n\n\n\n<li>sum\u00adma\u00adry of freight\u2019s loads weight<\/li>\n\n\n\n<li>ftl\/ltl para\u00adme\u00adter<\/li>\n\n\n\n<li>price an cur\u00adren\u00adcy<\/li>\n<\/ul>\n\n\n\n<p><strong>Dia\u00adgram<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"505\" src=\"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/publikacja-do-carriera-bez-negocjacji-1-1-1024x505.png\" alt class=\"wp-image-3393\" srcset=\"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/publikacja-do-carriera-bez-negocjacji-1-1-1024x505.png 1024w, https:\/\/www.trans.eu\/api\/wp-content\/uploads\/publikacja-do-carriera-bez-negocjacji-1-1-300x148.png 300w, https:\/\/www.trans.eu\/api\/wp-content\/uploads\/publikacja-do-carriera-bez-negocjacji-1-1-768x379.png 768w, https:\/\/www.trans.eu\/api\/wp-content\/uploads\/publikacja-do-carriera-bez-negocjacji-1-1-1536x758.png 1536w, https:\/\/www.trans.eu\/api\/wp-content\/uploads\/publikacja-do-carriera-bez-negocjacji-1-1-2048x1011.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\"><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\"><strong>Request example:<\/strong><\/h2>\n\n\n\n<p><strong>End\u00adpoint<\/strong>:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>POST https:\/\/api.platform.trans.eu\/ext\/freights-api\/v1\/freight-companies<\/code><\/pre><\/div>\n\n\n\n<p><strong>Pay\u00adload<\/strong>:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>{\n  \"publish\": true,\n  \"external_source\": \"api_trans\",\n  \"shipment_external_id\": \"1\/1\/1234\",\n  \"multistop\": true,\n  \"publish_date\": \"2021-07-30T13:10:00+0000\",\n  \"decision_date\": \"2021-08-03T13:00:00+0000\",\n  \"carriers\": [\n    {\n      \"company_id\": 10\n    },\n    {\n      \"company_id\": 1111111\n    }\n  ],\n  \"payment\": {\n    \"price\": {\n      \"value\": 1200,\n      \"currency\": \"eur\",\n      \"period\": {\n        \"payment\": \"deferred\",\n        \"days\": 5\n      }\n    }\n  },\n  \"is_first_buy\": true,\n  \"capacity\": 29,\n  \"loading_meters\": 2,\n  \"requirements\": {\n    \"is_ftl\": true,\n    \"required_truck_bodies\": [\n      \"curtainsider\",\n      \"cooler\"\n    ],\n    \"temperature\": {\n      \"min\": 3,\n      \"max\": 10\n    },\n    \"shipping_remarks\": \"shipping remarks\",\n    \"vehicle_size\": \"bus\",\n    \"required_adr_classes\": [\n      \"adr_1\"\n    ],\n    \"required_ways_of_loading\": [\n      \"top\"\n    ],\n    \"other_requirements\": [\n      \"lift\",\n      \"hds\"\n    ]\n  },\n  \"loads\": [\n    {\n      \"load_id\": \"L123x\",\n      \"name\": \"example name\",\n      \"description\": \"Description\",\n      \"weight\": 12,\n      \"height\": 3,\n      \"width\": 2,\n      \"length\": 8,\n      \"volume\": 21,\n      \"amount\": 1,\n      \"type_of_load\": \"europalette\",\n      \"is_stackable\": true,\n      \"is_exchangeable\": true\n    }\n  ],\n  \"spots\": [\n    {\n      \"description\": \"Example description\",\n      \"name\": \"Spot name\",\n      \"spot_order\": 1,\n      \"place\": {\n        \"address\": {\n          \"country\": \"GB\",\n          \"postal_code\": \"SK7 1\",\n          \"locality\": \"London\",\n          \"street\": \"The Mall\",\n          \"number\": \"1\",\n          \"description\": \"Address description\"\n        },\n        \"coordinates\": {\n          \"latitude\": 53.35801,\n          \"longitude\": -2.16539\n        }\n      },\n      \"operations\": [\n        {\n          \"operation_order\": 1,\n          \"loads\": [\n            {\n              \"load_id\": \"L123x\",\n              \"weight\": 12\n            }\n          ],\n          \"timespans\": {\n            \"begin\": \"2021-08-03T13:10:00+0000\",\n            \"end\": \"2021-08-03T15:10:00+0000\"\n          },\n          \"type\": \"loading\"\n        }\n      ]\n    },\n    {\n      \"name\": \"Spot name 2\",\n      \"description\": \"Description2\",\n      \"spot_order\": 2,\n      \"place\": {\n        \"address\": {\n          \"country\": \"PL\",\n          \"postal_code\": \"61-625\",\n          \"locality\": \"Pozna\u0144\",\n          \"street\": \"Rynek\",\n          \"number\": \"1\",\n          \"description\": \"Address 2\"\n        },\n        \"coordinates\": {\n          \"latitude\": 52.43457,\n          \"longitude\": 16.95141\n        }\n      },\n      \"operations\": [\n        {\n          \"operation_order\": 1,\n          \"loads\": [\n            {\n              \"load_id\": \"L123x\",\n              \"weight\": 10\n            }\n          ],\n          \"type\": \"unloading\",\n          \"timespans\": {\n            \"begin\": \"2021-08-04T13:00:00+0000\",\n            \"end\": \"2021-08-04T14:00:00+0000\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"Spot name 3\",\n      \"description\": \"Description3\",\n      \"spot_order\": 3,\n      \"place\": {\n        \"address\": {\n          \"country\": \"DE\",\n          \"postal_code\": \"09000\",\n          \"locality\": \"Brieselang\",\n          \"street\": \"Strasse\",\n          \"number\": \"3\",\n          \"description\": \"Address 3\"\n        },\n        \"coordinates\": {\n          \"latitude\": 52.58216,\n          \"longitude\": 12.99756\n        }\n      },\n      \"operations\": [\n        {\n          \"operation_order\": 1,\n          \"loads\": [\n            {\n              \"load_id\": \"L123x\",\n              \"weight\": 2\n            }\n          ],\n          \"type\": \"unloading\",\n          \"timespans\": {\n            \"begin\": \"2021-08-05T01:00:00+0000\",\n            \"end\": \"2021-08-05T01:00:00+0000\"\n          }\n        }\n      ]\n    }\n  ]\n}<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Verify freight status<\/h2>\n\n\n\n<p>Imme\u00addi\u00adate\u00adly after freight cre\u00adation it is pos\u00adsi\u00adble do access cur\u00adrent freight sta\u00adtus and details:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>GET https:\/\/api.platform.trans.eu\/ext\/freights-api\/v1\/freights\/{freight-id}<\/code><\/pre><\/div>\n\n\n\n<p>If there is a car\u00adri\u00ader\u2019s accep\u00adtance, car\u00adri\u00ader details will be filled out, in oth\u00ader case there will be emp\u00adty col\u00adlec\u00adtion.<\/p>\n","protected":false},"excerpt":{"rendered":"<p class=\"dont-break-out\">Descrip\u00adtion of adding new freight for select\u00aded com\u00adpa\u00adnies, with giv\u00aden price, with\u00adout the pos\u00adsi\u00adbil\u00adi\u00adty of freight price nego\u00adti\u00ada\u00adtions.<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"wp_typography_post_enhancements_disabled":false,"footnotes":""},"categories":[56],"tags":[],"class_list":["post-1828","post","type-post","status-publish","format-standard","hentry","category-use-cases"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Description of adding new freight for selected companies, with given price, without the possibility of freight price negotiations. Scenario carrier is yet to be determined carrier&#039;s TransId is available in external TMS price and currency was given carrier is using Trans.eu Platform only, with no additional freight management software involved both freight forwarder and carriers\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"pdzumaga\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"pl_PL\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Trans.eu Api - Trans.eu Api\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Search for carrier with given price and buy now option - Trans.eu Api\" \/>\n\t\t<meta property=\"og:description\" content=\"Description of adding new freight for selected companies, with given price, without the possibility of freight price negotiations. Scenario carrier is yet to be determined carrier&#039;s TransId is available in external TMS price and currency was given carrier is using Trans.eu Platform only, with no additional freight management software involved both freight forwarder and carriers\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1182\" \/>\n\t\t<meta property=\"og:image:height\" content=\"246\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-05-25T09:29:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-01-08T13:37:26+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Search for carrier with given price and buy now option - Trans.eu Api\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Description of adding new freight for selected companies, with given price, without the possibility of freight price negotiations. Scenario carrier is yet to be determined carrier&#039;s TransId is available in external TMS price and currency was given carrier is using Trans.eu Platform only, with no additional freight management software involved both freight forwarder and carriers\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#blogposting\",\"name\":\"Search for carrier with given price and buy now option - Trans.eu Api\",\"headline\":\"Search for carrier with given price and buy now option\",\"author\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/wp-content\\\/uploads\\\/publikacja-do-carriera-bez-negocjacji-1-1.png\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#articleImage\",\"width\":2346,\"height\":1158},\"datePublished\":\"2020-05-25T11:29:36+02:00\",\"dateModified\":\"2026-01-08T14:37:26+01:00\",\"inLanguage\":\"pl-PL\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#webpage\"},\"articleSection\":\"Use cases, English\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.trans.eu\\\/api\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/#listItem\",\"name\":\"Use cases\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/#listItem\",\"position\":2,\"name\":\"Use cases\",\"item\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#listItem\",\"name\":\"Search for carrier with given price and buy now option\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#listItem\",\"position\":3,\"name\":\"Search for carrier with given price and buy now option\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/#listItem\",\"name\":\"Use cases\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#organization\",\"name\":\"Trans.eu Api\",\"description\":\"Trans.eu Api\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/cropped-201805241459329875.png\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#author\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\",\"name\":\"pdzumaga\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d392d43167a6141a10e77034d6afdb8931a626a22d8e636a97b8b503eb6d439d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"pdzumaga\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#webpage\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/\",\"name\":\"Search for carrier with given price and buy now option - Trans.eu Api\",\"description\":\"Description of adding new freight for selected companies, with given price, without the possibility of freight price negotiations. Scenario carrier is yet to be determined carrier's TransId is available in external TMS price and currency was given carrier is using Trans.eu Platform only, with no additional freight management software involved both freight forwarder and carriers\",\"inLanguage\":\"pl-PL\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/search-for-carrier-with-given-price-and-buy-now-option\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#author\"},\"datePublished\":\"2020-05-25T11:29:36+02:00\",\"dateModified\":\"2026-01-08T14:37:26+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#website\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/\",\"name\":\"Trans.eu Api\",\"description\":\"Trans.eu Api\",\"inLanguage\":\"pl-PL\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Search for carrier with given price and buy now option - Trans.eu Api","description":"Description of adding new freight for selected companies, with given price, without the possibility of freight price negotiations. Scenario carrier is yet to be determined carrier's TransId is available in external TMS price and currency was given carrier is using Trans.eu Platform only, with no additional freight management software involved both freight forwarder and carriers","canonical_url":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#blogposting","name":"Search for carrier with given price and buy now option - Trans.eu Api","headline":"Search for carrier with given price and buy now option","author":{"@id":"https:\/\/www.trans.eu\/api#author"},"publisher":{"@id":"https:\/\/www.trans.eu\/api\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/publikacja-do-carriera-bez-negocjacji-1-1.png","@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#articleImage","width":2346,"height":1158},"datePublished":"2020-05-25T11:29:36+02:00","dateModified":"2026-01-08T14:37:26+01:00","inLanguage":"pl-PL","mainEntityOfPage":{"@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#webpage"},"isPartOf":{"@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#webpage"},"articleSection":"Use cases, English"},{"@type":"BreadcrumbList","@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api#listItem","position":1,"name":"Home","item":"https:\/\/www.trans.eu\/api","nextItem":{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api\/use-cases\/#listItem","name":"Use cases"}},{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api\/use-cases\/#listItem","position":2,"name":"Use cases","item":"https:\/\/www.trans.eu\/api\/use-cases\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#listItem","name":"Search for carrier with given price and buy now option"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#listItem","position":3,"name":"Search for carrier with given price and buy now option","previousItem":{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api\/use-cases\/#listItem","name":"Use cases"}}]},{"@type":"Organization","@id":"https:\/\/www.trans.eu\/api\/#organization","name":"Trans.eu Api","description":"Trans.eu Api","url":"https:\/\/www.trans.eu\/api\/","logo":{"@type":"ImageObject","url":"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/cropped-201805241459329875.png","@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.trans.eu\/api#author","url":"https:\/\/www.trans.eu\/api","name":"pdzumaga","image":{"@type":"ImageObject","@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d392d43167a6141a10e77034d6afdb8931a626a22d8e636a97b8b503eb6d439d?s=96&d=mm&r=g","width":96,"height":96,"caption":"pdzumaga"}},{"@type":"WebPage","@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#webpage","url":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/","name":"Search for carrier with given price and buy now option - Trans.eu Api","description":"Description of adding new freight for selected companies, with given price, without the possibility of freight price negotiations. Scenario carrier is yet to be determined carrier's TransId is available in external TMS price and currency was given carrier is using Trans.eu Platform only, with no additional freight management software involved both freight forwarder and carriers","inLanguage":"pl-PL","isPartOf":{"@id":"https:\/\/www.trans.eu\/api\/#website"},"breadcrumb":{"@id":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/#breadcrumblist"},"author":{"@id":"https:\/\/www.trans.eu\/api#author"},"creator":{"@id":"https:\/\/www.trans.eu\/api#author"},"datePublished":"2020-05-25T11:29:36+02:00","dateModified":"2026-01-08T14:37:26+01:00"},{"@type":"WebSite","@id":"https:\/\/www.trans.eu\/api\/#website","url":"https:\/\/www.trans.eu\/api\/","name":"Trans.eu Api","description":"Trans.eu Api","inLanguage":"pl-PL","publisher":{"@id":"https:\/\/www.trans.eu\/api\/#organization"}}]},"og:locale":"pl_PL","og:site_name":"Trans.eu Api - Trans.eu Api","og:type":"article","og:title":"Search for carrier with given price and buy now option - Trans.eu Api","og:description":"Description of adding new freight for selected companies, with given price, without the possibility of freight price negotiations. Scenario carrier is yet to be determined carrier's TransId is available in external TMS price and currency was given carrier is using Trans.eu Platform only, with no additional freight management software involved both freight forwarder and carriers","og:url":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/","og:image":"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png","og:image:secure_url":"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png","og:image:width":1182,"og:image:height":246,"article:published_time":"2020-05-25T09:29:36+00:00","article:modified_time":"2026-01-08T13:37:26+00:00","twitter:card":"summary","twitter:title":"Search for carrier with given price and buy now option - Trans.eu Api","twitter:description":"Description of adding new freight for selected companies, with given price, without the possibility of freight price negotiations. Scenario carrier is yet to be determined carrier's TransId is available in external TMS price and currency was given carrier is using Trans.eu Platform only, with no additional freight management software involved both freight forwarder and carriers","twitter:image":"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png"},"aioseo_meta_data":{"post_id":"1828","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2022-01-25 10:32:12","updated":"2026-01-08 13:48:06","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.trans.eu\/api\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.trans.eu\/api\/use-cases\/\" title=\"Use cases\">Use cases<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tSearch for carrier with given price and buy now option\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.trans.eu\/api"},{"label":"Use cases","link":"https:\/\/www.trans.eu\/api\/use-cases\/"},{"label":"Search for carrier with given price and buy now option","link":"https:\/\/www.trans.eu\/api\/use-cases\/search-for-carrier-with-given-price-and-buy-now-option\/"}],"lang":"en","translations":{"en":1828},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/posts\/1828","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/comments?post=1828"}],"version-history":[{"count":1,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/posts\/1828\/revisions"}],"predecessor-version":[{"id":5540,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/posts\/1828\/revisions\/5540"}],"wp:attachment":[{"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/media?parent=1828"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/categories?post=1828"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/tags?post=1828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}