{"event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test('answers JSON in the SeaRates envelope', function () {","  pm.response.to.be.json;","  var body = pm.response.json();","  pm.expect(body).to.have.property('status');","  pm.expect(body).to.have.property('message');","  pm.expect(['success', 'error']).to.include(body.status);","});","","pm.test('the call itself worked — key, plan and server are fine', function () {","  pm.expect(pm.response.code, 'server error').to.be.below(500);","  var message = (pm.response.json() || {}).message;","  // Everything else is an answer ABOUT a shipment; these four are answers about the","  // integration, and they are the ones a smoke run exists to catch.","  pm.expect([","    'API_KEY_WRONG', 'API_KEY_ACCESS_DENIED', 'API_KEY_EXPIRED', 'API_KEY_LIMIT_REACHED',","  ], 'set the api_key collection variable').to.not.include(message);","});"]}}],"info":{"name":"Traqo Ocean — SeaRates-compatible Container Tracking","description":"The SeaRates Container Tracking API, served by Traqo Ocean. Set the `api_key` variable to your Traqo API key. Every request works unchanged against the SeaRates host as well — the only difference is the URL.","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"variable":[{"key":"api_key","value":"","type":"string"}],"item":[{"name":"Tracking by any number","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://traqocontainer.com/api/searates/tracking","host":["https://traqocontainer.com/api/searates"],"path":["tracking"],"query":[{"key":"api_key","value":"{{api_key}}","description":"Your API key. If you do not have an api key - contact us to purchase a subscription.","disabled":false},{"key":"number","value":"MRKU7181100","description":"Container number, Bill of Lading or Booking number. \n\nFor certain sealines, tracking is supported using a combined number in the format `Bill of Lading Number/Container Number` or `Booking Number/Container Number` (e.g., `BL12345678/ABCU1234567` or `BK12345678/ABCU1234567`).","disabled":false},{"key":"sealine","value":"maeu","description":"Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see [GET /info/sealines](https://docs.searates.com/reference/tracking/shipping-lines-info) \n\n If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.","disabled":true},{"key":"type","value":"BL","description":"Type of shipment number\n\n `CT` - Container number \n\n`BL` - Bill of lading number \n\n`BK` - Booking number \n\nIf this parameter will be empty or not presented at all in the query, we will try to determine the type of shipment number.","disabled":true},{"key":"force_update","value":"false","description":"Obtaining data directly from the shipping line or from a cache with minimal retention time. If this parameter is set to true, the execution time of the request may be longer!","disabled":true},{"key":"route","value":"false","description":"If you need detailed route data, then set this parameter to true. If this parameter is set to true, the execution time of the request may be longer!","disabled":true},{"key":"ais","value":"false","description":"If you need AIS data by vessel - set this parameter to true. This parameter is taken into account only when the \"route\" parameter in the query parameters is true. If this parameter is set to true, the execution time of the request may be longer!","disabled":true}]},"description":"Get tracking information by Container number, Bill of Lading or Booking number."}},{"name":"Tracking by container","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://traqocontainer.com/api/searates/container","host":["https://traqocontainer.com/api/searates"],"path":["container"],"query":[{"key":"api_key","value":"{{api_key}}","description":"Your API key. If you do not have an api key - contact us to purchase a subscription.","disabled":false},{"key":"number","value":"MRKU7181100","description":"Container number","disabled":false},{"key":"sealine","value":"maeu","description":"Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see [GET /info/sealines](https://docs.searates.com/reference/tracking/shipping-lines-info) \n\n If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.","disabled":true},{"key":"force_update","value":"false","description":"Obtaining data directly from the shipping line or from a cache with minimal retention time. If this parameter is set to true, the execution time of the request may be longer!","disabled":true},{"key":"route","value":"false","description":"If you need detailed route data, then set this parameter to true. If this parameter is set to true, the execution time of the request may be longer!","disabled":true},{"key":"ais","value":"false","description":"If you need AIS data by vessel - set this parameter to true. This parameter is taken into account only when the \"route\" parameter in the query parameters is true. If this parameter is set to true, the execution time of the request may be longer!","disabled":true}]},"description":"Get tracking information by container number. *This operation has been marked as deprecated. Use [GET /tracking](https://docs.searates.com/reference/tracking/tracking-by-any-number)*"}},{"name":"Tracking by B/L","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://traqocontainer.com/api/searates/reference","host":["https://traqocontainer.com/api/searates"],"path":["reference"],"query":[{"key":"api_key","value":"{{api_key}}","description":"Your API key. If you do not have an api key - contact us to purchase a subscription.","disabled":false},{"key":"number","value":"HLCUXM1230445340","description":"Bill of lading or booking number","disabled":false},{"key":"type","value":"BL","description":"Type of shipment number\n\n `CT` - Container number \n\n`BL` - Bill of lading number \n\n`BK` - Booking number \n\nIf this parameter will be empty or not presented at all in the query, we will try to determine the type of shipment number.","disabled":true},{"key":"sealine","value":"maeu","description":"Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see [GET /info/sealines](https://docs.searates.com/reference/tracking/shipping-lines-info) \n\n If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.","disabled":true},{"key":"force_update","value":"false","description":"Obtaining data directly from the shipping line or from a cache with minimal retention time. If this parameter is set to true, the execution time of the request may be longer!","disabled":true},{"key":"route","value":"false","description":"If you need detailed route data, then set this parameter to true. If this parameter is set to true, the execution time of the request may be longer!","disabled":true},{"key":"ais","value":"false","description":"If you need AIS data by vessel - set this parameter to true. This parameter is taken into account only when the \"route\" parameter in the query parameters is true. If this parameter is set to true, the execution time of the request may be longer!","disabled":true}]},"description":"Get tracking information by Bill of Lading or Booking number. *This operation has been marked as deprecated. Use [GET /tracking](https://docs.searates.com/reference/tracking/tracking-by-any-number)*"}},{"name":"Route information","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://traqocontainer.com/api/searates/route","host":["https://traqocontainer.com/api/searates"],"path":["route"],"query":[{"key":"api_key","value":"{{api_key}}","description":"Your API key. If you do not have an api key - contact us to purchase a subscription.","disabled":false},{"key":"number","value":"MRKU7181100","description":"Container number, Bill of Lading or Booking number. \n\nFor certain sealines, tracking is supported using a combined number in the format `Bill of Lading Number/Container Number` or `Booking Number/Container Number` (e.g., `BL12345678/ABCU1234567` or `BK12345678/ABCU1234567`).","disabled":false},{"key":"type","value":"BL","description":"Type of shipment number\n\n `CT` - Container number \n\n`BL` - Bill of lading number \n\n`BK` - Booking number","disabled":false},{"key":"sealine","value":"maeu","description":"Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see [GET /info/sealines](https://docs.searates.com/reference/tracking/shipping-lines-info)","disabled":false}]},"description":"Route information"}},{"name":"Shipping lines info","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://traqocontainer.com/api/searates/info/sealines","host":["https://traqocontainer.com/api/searates"],"path":["info","sealines"],"query":[{"key":"api_key","value":"{{api_key}}","description":"Your API key. If you do not have an api key - contact us to purchase a subscription.","disabled":false}]},"description":"Data about the shipping lines we support"}},{"name":"Historical data","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://traqocontainer.com/api/searates/history","host":["https://traqocontainer.com/api/searates"],"path":["history"],"query":[{"key":"api_key","value":"{{api_key}}","description":"Your API key. If you do not have an api key - contact us to purchase a subscription.","disabled":false},{"key":"number","value":"MRKU7181100","description":"Container number, Bill of Lading or Booking number. \n\nFor certain sealines, tracking is supported using a combined number in the format `Bill of Lading Number/Container Number` or `Booking Number/Container Number` (e.g., `BL12345678/ABCU1234567` or `BK12345678/ABCU1234567`).","disabled":false},{"key":"type","value":"BL","description":"Type of shipment number\n\n `CT` - Container number \n\n`BL` - Bill of lading number \n\n`BK` - Booking number","disabled":false},{"key":"sealine","value":"maeu","description":"Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see [GET /info/sealines](https://docs.searates.com/reference/tracking/shipping-lines-info) \n\n If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.","disabled":true}]},"description":"Historical shipping data"}},{"name":"Historical data by id","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://traqocontainer.com/api/searates/history","host":["https://traqocontainer.com/api/searates"],"path":["history"],"query":[{"key":"id","value":"63242703","description":"Unique request ID. Use [GET /history](https://docs.searates.com/reference/tracking/historical-data) to get a list of request id for the required shipping","disabled":false},{"key":"api_key","value":"{{api_key}}","description":"Your API key. If you do not have an api key - contact us to purchase a subscription.","disabled":false},{"key":"number","value":"MRKU7181100","description":"Container number, Bill of Lading or Booking number. \n\nFor certain sealines, tracking is supported using a combined number in the format `Bill of Lading Number/Container Number` or `Booking Number/Container Number` (e.g., `BL12345678/ABCU1234567` or `BK12345678/ABCU1234567`).","disabled":false},{"key":"type","value":"BL","description":"Type of shipment number\n\n `CT` - Container number \n\n`BL` - Bill of lading number \n\n`BK` - Booking number","disabled":false},{"key":"sealine","value":"maeu","description":"Standard Carrier Alpha Code (SCAC). A list of supported lines can be obtained from the following API - see [GET /info/sealines](https://docs.searates.com/reference/tracking/shipping-lines-info) \n\n If this parameter is empty or equal to auto or not represented at all in the query, we will try to determine the shipping line automatically.","disabled":true}]},"description":"Historical shipping data by id"}}]}