-
The token issued by OrderCloud portal is valid only for 20 minutes, it's not enough for bigger marketplaces.
So Refresh Token support is crucial for real world solutions.
The console output:
```p…
-
All the links at the bottom in the Getting Help section lead to 404 errors.
-
It is possible to store Token response in OrderCloud client so that it takes access token. Once access token expires, SDK tries to re-login using username/password or clientid/secret. However, the fir…
-
The current architecture of the middleware solution is difficult to work with
### Current Architecture
![current-middleware-architecture](https://user-images.githubusercontent.com/5298401/169925…
-
when select address and save and continue, it returns "the server responded with a status of 500 (Internal Server Error)". the url hitting "https://sandboxapi.ordercloud.io/v1/orders/Outgoing/UuObUE6K…
-
When running Headstart using Docker, build is failing with the below error,
**Steps to Reproduce:**
- Run Headstart using Docker by following the steps described here, https://github.com/ordercl…
-
I see there are response models for the OrderCheckout integration type, such as models OrderCalculateResponse and ShipEstimateResponse.
It may be helpful to also include the request object types, *…
-
The OrderCloudEnvironments class contains production and sandbox environments, however the ApiUrls are hard-coded to the US-West region, e.g. "https://sandboxapi.ordercloud.io".
The urls need to be…
-
Steps to recreate:
- Use these test values for .env.local
```
COMMERCE_PROVIDER=ordercloud
ORDERCLOUD_MARKETPLACE_ID=2DvXKzN8Chr9eXWL
ORDERCLOUD_BUYER_CLIENT_ID=59071C75-E89B-47FE-950B-BE29554…
-
Using latest 'develop' and standard seed template. Calling /seed endpoint fails when creating a new Marketplace:
"Data": "Call failed with status code 400 (Bad Request): PUT https://portal.orderclo…