PointOfSaleDev
Occasional Contributor
since ‎09-19-2024
yesterday

User Statistics

  • 10 Posts
  • 0 Solutions
  • 1 Kudos given
  • 4 Kudos received

User Activity

I am a Software developer and I'm working with a client to build out an internal user-facing application that integrates with ShipStation.One of the issues we are running into with the API is the time-intensive and arduous process of performing bulk ...
There are dedicated API endpoints to add and remove order tags:https://www.shipstation.com/docs/api/orders/add-tag/https://www.shipstation.com/docs/api/orders/remove-tag/However, they only support tag updates for one order at a time.The Create/Update...
Currently there is one endpoint in the API that can be used to update a product:https://www.shipstation.com/docs/api/products/update/However, we can only update one product at a time. To update a list of products, developers have to generate an API r...
Currently the only way to update notes on a order is via the create/update endpoints listed below:https://www.shipstation.com/docs/api/orders/create-update-order/https://www.shipstation.com/docs/api/orders/create-update-multiple-orders/However, these...
Currently, there are two endpoints in the API that can be used to retrieve orders:https://www.shipstation.com/docs/api/orders/list-orders/https://www.shipstation.com/docs/api/orders/get-order/The get-order endpoint allows users to fetch an order by i...
Kudos given to