# Cart API, v3 url changes

**URL:** https://forums.ordoro.com/t/cart-api-v3-url-changes/734
**Category:** Uncategorized
**Created:** [June 25, 2021, 5:01pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734 "2021-06-25T17:01:40Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![jafii](https://avatars.discourse-cdn.com/v4/letter/j/e9a140/32.png) [@jafii](https://forums.ordoro.com/u/jafii)
#### Post date: [June 25, 2021, 5:01pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/1 "2021-06-25T17:01:40Z")

</div>

I am currently using the “cart API” to get a list of the carts (and their cart ID’s) registered in a particular account, so that I can properly categorize the incoming orders when we import them into our system.

I just got a note from support saying we need to make sure we’re using [https://api.ordoro.com/v3/](https://api.ordoro.com/v3/) as our API URL by 8/17. But this cart API’s URL is [https://api.ordoro.com/cart/](https://api.ordoro.com/cart/).

Can you please assist me so that I can get this ready for the 8/17 changeover? I could not find a “cart” API in the v3 documentation.

Thanks,  
John

---

<div class="post-metadata">

### Author: ![syork](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.ordoro.com/syork/32/61_2.png) [@syork](https://forums.ordoro.com/u/syork)
#### Post date: [June 25, 2021, 5:30pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/2 "2021-06-25T17:30:01Z")

</div>

Hey @jafii  
The only `/v3/` endpoints are the `/v3/order` endpoints. You can see the `/cart/` endpoint listed [here](https://docs.ordoro-dev.com/#operation/Cart_GET)

---

<div class="post-metadata">

### Author: ![jafii](https://avatars.discourse-cdn.com/v4/letter/j/e9a140/32.png) [@jafii](https://forums.ordoro.com/u/jafii)
#### Post date: [June 25, 2021, 5:41pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/3 "2021-06-25T17:41:15Z")

</div>

So will this continue to work beyond 8/17?

---

<div class="post-metadata">

### Author: ![syork](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.ordoro.com/syork/32/61_2.png) [@syork](https://forums.ordoro.com/u/syork)
#### Post date: [June 25, 2021, 5:46pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/4 "2021-06-25T17:46:49Z")

</div>

Yes, `https://api.ordoro.com/cart/` will continue to work after 8/17. The only change is the deprecation of the old `https://apiverson.ordoro.com` URL.

---

<div class="post-metadata">

### Author: ![jafii](https://avatars.discourse-cdn.com/v4/letter/j/e9a140/32.png) [@jafii](https://forums.ordoro.com/u/jafii)
#### Post date: [June 25, 2021, 6:01pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/5 "2021-06-25T18:01:12Z")

</div>

Thank you very much, Seth.

---

<div class="post-metadata">

### Author: ![pcarew](https://avatars.discourse-cdn.com/v4/letter/p/b5ac83/32.png) [@pcarew](https://forums.ordoro.com/u/pcarew)
#### Post date: [June 25, 2021, 6:06pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/6 "2021-06-25T18:06:51Z")

</div>

> “The only change is the deprecation of the old ``URL…”

Does ,deprecation’ imply removal/deactivation in this case?

We are very busy, schedule wise right now and can’t possibly be scheduling a re-write of our system and in’s APIs within the next 1 1/2 months.  
Are we about to have a “Broken” system because of the new API announcement?

---

<div class="post-metadata">

### Author: ![syork](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.ordoro.com/syork/32/61_2.png) [@syork](https://forums.ordoro.com/u/syork)
#### Post date: [June 25, 2021, 6:12pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/7 "2021-06-25T18:12:28Z")

</div>

After 8/17 we cannot guarantee the availability of the `https://apiverson.ordoro.com` URL.

If you follow the migration steps in [this](https://forums.ordoro.com/t/new-beta-documentation-url-deprecation/732) post you should be in the clear. The response shape of the endpoints are the same. `https://apiverson.ordoro.com/order` just acted as a proxy for `https://api.ordoro.com/v3/order`

---

<div class="post-metadata">

### Author: ![RPZwilling](https://avatars.discourse-cdn.com/v4/letter/r/3ec8ea/32.png) [@RPZwilling](https://forums.ordoro.com/u/RPZwilling)
#### Post date: [June 25, 2021, 6:37pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/8 "2021-06-25T18:37:00Z")

</div>

Hi,

We are in the process of updating our APIs to use the new URL.

For label retrieval we are already using [api.ordoro.com/v3](http://api.ordoro.com/v3) …

url = ‘[https://api.ordoro.com/v3/label?o={}&pdf\_type=single\_page&size=thermal&return=false](https://api.ordoro.com/v3/label?o=%7B%7D&pdf_type=single_page&size=thermal&return=false)’.format(order\_id)

… but in the new documentation I cannot find the above … will this continue to be supported? Is it just missing from the new documentation?

Thanks

Rod

---

<div class="post-metadata">

### Author: ![syork](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.ordoro.com/syork/32/61_2.png) [@syork](https://forums.ordoro.com/u/syork)
#### Post date: [June 25, 2021, 6:59pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/9 "2021-06-25T18:59:15Z")

</div>

Hey, @RPZwilling

The `/v3/label` endpoint is still available. It’s listed in the documentation [here](https://docs.ordoro-dev.com/#operation/V3Label_GET).

---

<div class="post-metadata">

### Author: ![RPZwilling](https://avatars.discourse-cdn.com/v4/letter/r/3ec8ea/32.png) [@RPZwilling](https://forums.ordoro.com/u/RPZwilling)
#### Post date: [June 25, 2021, 7:14pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/10 "2021-06-25T19:14:26Z")

</div>

Ok thanks … sorry I could not find this in the documentation.

---

<div class="post-metadata">

### Author: ![syork](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.ordoro.com/syork/32/61_2.png) [@syork](https://forums.ordoro.com/u/syork)
#### Post date: [June 25, 2021, 7:25pm UTC](https://forums.ordoro.com/t/cart-api-v3-url-changes/734/11 "2021-06-25T19:25:38Z")

</div>

No worries! Any feedback is appreciated. We’ll check on moving that around to make it more visible.
