<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rating &#8211; Intuitive Shipping Help Center</title>
	<atom:link href="https://www.help.intuitiveshipping.com/article-tags/rating/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.help.intuitiveshipping.com</link>
	<description>Intuitive Shipping Help Center</description>
	<lastBuildDate>Wed, 20 Aug 2025 17:24:28 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://www.help.intuitiveshipping.com/wp-content/uploads/2020/04/cropped-IS-Icon-32x32.png</url>
	<title>Rating &#8211; Intuitive Shipping Help Center</title>
	<link>https://www.help.intuitiveshipping.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>/rates</title>
		<link>https://www.help.intuitiveshipping.com/article/partner-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=partner-api</link>
		
		<dc:creator><![CDATA[Joel Reeds]]></dc:creator>
		<pubDate>Thu, 05 May 2022 03:22:54 +0000</pubDate>
				<guid isPermaLink="false">https://www.help.intuitiveshipping.com/?post_type=ht_kb&#038;p=15048</guid>

					<description><![CDATA[Retrieves a list of shipping services with costs.]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Request</h2>



<h3 class="wp-block-heading" id="request-headers">Request Headers</h3>



<pre class="wp-block-code"><code>curl -X POST \ {partner_endpoint} \
  -H 'Content-Type: application/json' \
  -H 'X-Shopify-Domain: {shopify_domain}' \
  -H 'X-Api-Key: {api_key}' \
  -H 'X-Partner-Key: {partner_key} '\</code></pre>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Example Request</h3>



<p>The example request below contains all available parameters. It is recommended to provide as much data as possible to take full advantage of Intuitive Shipping&#8217;s rating and conditions engine.</p>



<pre class="wp-block-code"><code><strong>POST /rat</strong>es
{
  "origin": {
    "country": "CA",
    "province": "ON",
    "postal_code": "K2P1L4",
    "city": "Ottawa",
    "address1": "150 Elgin St.",
    "address2": null,
    "type": "commercial",
    "company_name": "Jamie D's Emporium"
  },
  "destination": {
    "country": "CA",
    "province": "ON",
    "postal_code": "K1M1M4",
    "city": "Ottawa",
    "address1": "24 Sussex Dr.",
    "address2": null,
    "type": "residential",
    "company_name": null
  },
  "customer": {
    "name": "John Smith",
    "tags": &#91;],
    "telephone": null,
    "fax": null,
    "email": null,
    "lifetime_order_count": 0,
    "lifetime_order_value": 199.99,
  },
  "delivery": {
    "date": 2022-01-01,
    "time": 12:00,
    "type": "shipping"
  },
  "products": &#91;{
    "title": "Short Sleeve T-Shirt",
    "sku": null,
    "quantity": 1,
    "price": 29.99,
    "length": 24.00,
    "width": 10.00,
    "height": 10.00,
    "weight": 1000.00,
    "length_unit": "cm",
    "weight_unit": "g",
    "vendor": "Jamie D's Emporium",
    "requires_shipping": true,
    "fulfillment_service": "manual",
    "properties": &#91;],
    "tags": &#91;],
    "product_id": 48447225880,
    "variant_id": 258644705304
   }],
  "currency": "USD",
  "locale": "en"
  "source": "checkout"
}</code></pre>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Example Request</h3>



<p>In some cases, you may only have a limited data set. The example request below contains only the required parameters for Intuitive Shipping to return rates in most cases.</p>



<pre class="wp-block-code"><code><strong>POST /rat</strong>es
{
  "origin": {
    "country": "CA",
    "province": "ON",
    "postal_code": "K2P1L4"
  },
  "destination": {
    "country": "CA",
    "province": "ON",
    "postal_code": "K1M1M4"
  },
  "products": &#91;{
    "quantity": 1,
    "product_id": 48447225880,
    "variant_id": 258644705304
  }],
  "currency": "USD"
}</code></pre>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Request Parameters</h3>



<p class="wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info">Parameters marked <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong> are required.</p>



<h4 class="wp-block-heading">Origin</h4>



<p>The shipment origin where the products will be shipped from.</p>



<figure class="wp-block-table"><table><tbody><tr><td>country <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong></td><td>string</td><td>ISO-2 digit country code. </td></tr><tr><td>province <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong></td><td>string</td><td>ISO-2 digit province/state code.</td></tr><tr><td>postal_code <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong></td><td>string</td><td></td></tr><tr><td>city</td><td>string|null</td><td></td></tr><tr><td>address1</td><td>string|null</td><td></td></tr><tr><td>address2</td><td>string|null</td><td></td></tr><tr><td>type</td><td>string</td><td><code><code>residential,commercial,unknown</code></code></td></tr><tr><td>company_name</td><td>string|null</td><td></td></tr></tbody></table></figure>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">Destination</h4>



<p>The shipment destination where the products will be shipped to.</p>



<figure class="wp-block-table"><table><tbody><tr><td>country <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong></td><td>string</td><td>ISO-2 digit country code.</td></tr><tr><td>province <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong></td><td>string</td><td>ISO-2 digit province/state code.</td></tr><tr><td>postal_code <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong></td><td>string</td><td></td></tr><tr><td>city</td><td>string|null</td><td></td></tr><tr><td>address1</td><td>string|null</td><td></td></tr><tr><td>address2</td><td>string|null</td><td></td></tr><tr><td>type</td><td>string</td><td><code>residential,commercial,unknown</code></td></tr><tr><td>company_name</td><td>string|null</td><td></td></tr></tbody></table></figure>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">Customer</h4>



<p>Customer details. Used by our conditions engine.</p>



<figure class="wp-block-table"><table><tbody><tr><td>name</td><td>string|null</td><td>Concat customer name.</td></tr><tr><td>tags</td><td>array</td><td></td></tr><tr><td>telephone</td><td>string|null</td><td></td></tr><tr><td>fax</td><td>string|null</td><td></td></tr><tr><td>email</td><td>string|null</td><td></td></tr><tr><td>lifetime_order_count</td><td>integer</td><td>Count of previous orders.</td></tr><tr><td>lifetime_order_value</td><td>float</td><td>Total value of previous orders.</td></tr></tbody></table></figure>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">Delivery</h4>



<p>Delivery details. Used by our conditions engine.</p>



<figure class="wp-block-table"><table><tbody><tr><td>date</td><td>date|null</td><td>Date format: <code>yyyy-mm-dd</code></td></tr><tr><td>time</td><td>time|null</td><td>Time format: <code>hh:mm</code></td></tr><tr><td>type</td><td>string</td><td><code>shipping,delivery,pickup</code></td></tr></tbody></table></figure>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">Products</h4>



<p>An array of product details.</p>



<figure class="wp-block-table"><table><tbody><tr><td>title</td><td>string|null</td><td></td></tr><tr><td>sku</td><td>string|null</td><td></td></tr><tr><td>quantity <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong></td><td>integer</td><td></td></tr><tr><td>price</td><td>float</td><td></td></tr><tr><td>length</td><td>float</td><td></td></tr><tr><td>width</td><td>float</td><td></td></tr><tr><td>height</td><td>float</td><td></td></tr><tr><td>weight</td><td>float</td><td></td></tr><tr><td>length_unit</td><td>string</td><td><code>mm,cm,m,in</code></td></tr><tr><td>weight_unit</td><td>string</td><td><code>g,kg,lb,oz</code></td></tr><tr><td>vendor</td><td>string|null</td><td></td></tr><tr><td>requires_shipping</td><td>boolean</td><td></td></tr><tr><td>fulfillment_service</td><td>string|null</td><td></td></tr><tr><td>properties</td><td>array</td><td>Array of <code>key:pair</code> values.</td></tr><tr><td>tags</td><td>array</td><td></td></tr><tr><td>product_id <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong></td><td>integer</td><td>Platform product guid.</td></tr><tr><td>variant_id <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong></td><td>integer</td><td>Platform product variant guid.</td></tr></tbody></table></figure>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">Additional parameters</h4>



<p>Additional request details.</p>



<figure class="wp-block-table"><table><tbody><tr><td>currency <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-orange-color">!</mark></strong></td><td>string</td><td>ISO-3 digit currency code.</td></tr><tr><td>locale</td><td>string|null</td><td>Not currently supported.</td></tr><tr><td>source</td><td>string</td><td><code>checkout,draft_order</code></td></tr></tbody></table></figure>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Response</h2>



<h3 class="wp-block-heading">Example response</h3>



<pre class="wp-block-code"><code><strong>HTTP/1.1 200 OK</strong>
{
  "services": &#91;{
    "title": "Regular Parcel",
    "code": "REGULAR_PARCEL",
    "description": "This is the fastest option by far",
    "carrier": "canada_post",
    "shipping_id": 483,
    "cost": 12.95,
    "currency": "USD",
    "min_delivery_days": 5,
    "max_delivery_days": 7,
    "packages": &#91;{
      "id": 345,
      "title": "Small box",
      "code": "custom",
      "type": "box",
      "length": 24.00,
      "width": 12.00,
      "height": 12.00,
      "weight": 1000,
      "length_unit": "cm",
      "weight_unit": "g",
      "contents": &#91;{
        "title": "Short Sleeve T-Shirt",
        "quantity": 1,
        "product_id": 48447225880,
        "variant_id": 258644705304
      }]
    }]
  }],
    "errors": &#91;{
    "code": "authentication",
    "message": "An error ocurred."
  }]
}</code></pre>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">Response Parameters</h3>



<h4 class="wp-block-heading">Services</h4>



<p>An array of service details.</p>



<figure class="wp-block-table"><table><tbody><tr><td>title</td><td>string|null</td><td></td></tr><tr><td>code</td><td>string|null</td><td></td></tr><tr><td>description</td><td>string|null</td><td></td></tr><tr><td>carrier</td><td>string|null</td><td>Internal carrier guid.</td></tr><tr><td>shipping_id</td><td>integer</td><td>Internal shipping method guid.</td></tr><tr><td>cost</td><td>float</td><td></td></tr><tr><td>currency</td><td>string</td><td>ISO-3 digit currency code.</td></tr><tr><td>min_delivery_days</td><td>integer|null</td><td></td></tr><tr><td>max_delivery_days</td><td>integer|null</td><td></td></tr><tr><td>packages</td><td>array</td><td>A list of <a href="#packages">packages</a>.</td></tr></tbody></table></figure>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">Packages</h4>



<p>An array of packages used to calculate the shipping cost.</p>



<figure class="wp-block-table"><table><tbody><tr><td>id</td><td>integer</td><td>Internal package guid.</td></tr><tr><td>title</td><td>string|null</td><td></td></tr><tr><td>code</td><td>string</td><td><code>custom</code></td></tr><tr><td>type</td><td>string</td><td><code>box,softpack</code></td></tr><tr><td>length</td><td>float</td><td></td></tr><tr><td>width</td><td>float</td><td></td></tr><tr><td>height</td><td>float</td><td></td></tr><tr><td>weight</td><td>float</td><td></td></tr><tr><td>length_unit</td><td>string</td><td><code>mm,cm,m,in</code></td></tr><tr><td>weight_unit</td><td>string</td><td><code>g,kg,lb,oz</code></td></tr><tr><td>contents</td><td>array</td><td>A list of <a href="#package-contents">package contents</a>.</td></tr></tbody></table></figure>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">Package Contents</h4>



<p>An array of products that were packed into this package.</p>



<figure class="wp-block-table"><table><tbody><tr><td>title</td><td>string|null</td><td></td></tr><tr><td>quantity</td><td>integer</td><td></td></tr><tr><td>product_id</td><td>integer</td><td>Platform product guid.</td></tr><tr><td>variant_id</td><td>integer</td><td>Platform product variant guid.</td></tr></tbody></table></figure>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">Errors</h4>



<p>An array of error messages associated with the request.</p>



<figure class="wp-block-table"><table><tbody><tr><td>code</td><td>string|null</td><td>Error code</td></tr><tr><td>message</td><td>string|null</td><td>Error message</td></tr></tbody></table></figure>



<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Changelog</h2>



<pre class="wp-block-code"><code><strong>2025-04-15</strong>
Replaced /rating endpoint with /rates.

<strong>2023-09-01</strong>
Changed origin and destination payload key address_type to type.

<strong>2023-01-01</strong>
Removed Intuitive-Account-Id from the HTTP request header.

<strong>2020-07-21</strong>
Updated the HTTP request and response headers.</code></pre>



<p></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
