cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Listing orders is missing in Shipstation API v2

junho
New Contributor

Hello,

In V1 api, we have been utilizing the order endpoints. However, in v2, it doesn't provide the endpoint that gives the same results with /orders endpoint in V1.

We have some orders that we don't issue the labels in shipstation. However, /shipment endpoint in V2 doesn't list those orders.

Is there any similar or the same endpoint with order endpoint of V1 in V2?

Thank you!

 

1 ACCEPTED SOLUTION

Lee-MontiiCo
Frequent Contributor

I think it's because API v2 is actually ShipEngine, the product that seems to run the backend of shipstation.

The v2 is more about building direct integrations into applications to create shipments and labels in your own tools/software.

If you are using an existing marketplace like Shopify, Amazon, ebay etc, you need to use v1.

View solution in original post

2 REPLIES 2

Lee-MontiiCo
Frequent Contributor

I think it's because API v2 is actually ShipEngine, the product that seems to run the backend of shipstation.

The v2 is more about building direct integrations into applications to create shipments and labels in your own tools/software.

If you are using an existing marketplace like Shopify, Amazon, ebay etc, you need to use v1.

That makes sense. Then, we will have to stick with V1 for our case.