<?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>partners &#8211; Intuitive Shipping Help Center</title>
	<atom:link href="https://www.help.intuitiveshipping.com/article-tags/partners/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.help.intuitiveshipping.com</link>
	<description>Intuitive Shipping Help Center</description>
	<lastBuildDate>Wed, 08 Oct 2025 13:09:54 +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>partners &#8211; Intuitive Shipping Help Center</title>
	<link>https://www.help.intuitiveshipping.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Connect To ShipStation</title>
		<link>https://www.help.intuitiveshipping.com/article/how-to-connect-to-shipstation-v2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-connect-to-shipstation-v2</link>
					<comments>https://www.help.intuitiveshipping.com/article/how-to-connect-to-shipstation-v2/#respond</comments>
		
		<dc:creator><![CDATA[Ron]]></dc:creator>
		<pubDate>Thu, 27 Jan 2022 20:16:05 +0000</pubDate>
				<guid isPermaLink="false">https://www.help.intuitiveshipping.com/?post_type=ht_kb&#038;p=14461</guid>

					<description><![CDATA[Connect your ShipStation account to Intuitive Shipping to access carrier accounts and transmit packing information.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert">Our Help Center is moving! Check out the <strong>latest version</strong> of this guide <a href="https://knowledge.intuitiveshipping.com/how-to-connect-to-shipstation"><strong>here</strong></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.help.intuitiveshipping.com/article/how-to-connect-to-shipstation-v2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Partner Rating Endpoint</title>
		<link>https://www.help.intuitiveshipping.com/article/legacy-partner-rating-endpoint/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=legacy-partner-rating-endpoint</link>
		
		<dc:creator><![CDATA[Joel Reeds]]></dc:creator>
		<pubDate>Sat, 08 Jan 2022 18:11:51 +0000</pubDate>
				<guid isPermaLink="false">https://www.help.intuitiveshipping.com/?post_type=ht_kb&#038;p=14205</guid>

					<description><![CDATA[The partner rating endpoint allows third-party applications to call Intuitive Shipping directly. POST Method Endpoint A custom rating endpoint will be provided to you upon approval into the partner program. Request Headers {partner_endpoint} A custom rating endpoint will be provided to you upon approval. {shopify_domain} The full Shopify domain of...]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info">The partner rating endpoint is only available to approved partners.<br>Interested in joining our partner program? <a href="https://www.intuitiveshipping.com/contact-us/" data-type="URL" data-id="https://www.intuitiveshipping.com/contact-us/" target="_blank" rel="noreferrer noopener">Contact us</a> to get started.</p>



<p>The partner rating endpoint allows third-party applications to call Intuitive Shipping directly.</p>



<h3 class="wp-block-heading">POST Method Endpoint</h3>



<p>A custom rating endpoint will be provided to you upon approval into the partner program.</p>



<h3 class="wp-block-heading">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>



<h5 class="wp-block-heading">{partner_endpoint}</h5>



<p>A custom rating endpoint will be provided to you upon approval.</p>



<h5 class="wp-block-heading">{shopify_domain}</h5>



<p>The full Shopify domain of the shop that the rating request is being performed on. For example <kbd>test-store.myshopify.com</kbd>.</p>



<h5 class="wp-block-heading">{api_key}</h5>



<p>A unique API key is associated with each shop account. The API key can be located within the Intuitive Shipping user interface under the Partners page.</p>



<h5 class="wp-block-heading">{partner_key}</h5>



<p>A unique partner key will be provided to you upon approval.</p>



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



<pre class="wp-block-code"><code>{
  "rate": {
    "origin": {
      "country": "CA",
      "postal_code": "K2P1L4",
      "province": "ON",
      "city": "Ottawa",
      "name": null,
      "address1": "150 Elgin St.",
      "address2": "",
      "address3": null,
      "phone": "16135551212",
      "fax": null,
      "email": null,
      "address_type": null,
      "company_name": "Jamie D's Emporium"
    },
    "destination": {
      "country": "CA",
      "postal_code": "K1M1M4",
      "province": "ON",
      "city": "Ottawa",
      "name": "Bob Norman",
      "address1": "24 Sussex Dr.",
      "address2": "",
      "address3": null,
      "phone": null,
      "fax": null,
      "email": null,
      "address_type": null,
      "company_name": null
    },
    "items": &#91;{
      "name": "Short Sleeve T-Shirt",
      "sku": "",
      "quantity": 1,
      "grams": 1000,
      "price": 1999,
      "vendor": "Jamie D's Emporium",
      "requires_shipping": true,
      "taxable": true,
      "fulfillment_service": "manual",
      "properties": null,
      "product_id": 48447225880,
      "variant_id": 258644705304
    }],
    "currency": "USD",
    "locale": "en"
  }
}</code></pre>



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



<pre class="wp-block-code"><code>{
   "rates": &#91;
       {
           "service_name": "canadapost-overnight",
           "service_code": "ON",
           "total_price": "1295",
           "description": "This is the fastest option by far",
           "currency": "CAD",
           "min_delivery_date": "2013-04-12 14:48:45 -0400",
           "max_delivery_date": "2013-04-12 14:48:45 -0400"
       },
       {
           "service_name": "fedex-2dayground",
           "service_code": "2D",
           "total_price": "2934",
           "currency": "USD",
           "min_delivery_date": "2013-04-12 14:48:45 -0400",
           "max_delivery_date": "2013-04-12 14:48:45 -0400"
       },
       {
           "service_name": "fedex-priorityovernight",
           "service_code": "1D",
           "total_price": "3587",
           "currency": "USD",
           "min_delivery_date": "2013-04-12 14:48:45 -0400",
           "max_delivery_date": "2013-04-12 14:48:45 -0400"
       }
   ]
}</code></pre>



<h3 class="wp-block-heading">Support</h3>



<p>If you have any questions, please contact us for assistance.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
