-
As a Buyer, I would like to submit a quote and receive the quote back from the Seller/Marketplace manager so that I can continue my order online and submit an order for the item at the quoted price.
…
-
Facets are mentioned in passing on a few docs but there isn't a single comprehensive guide/documentation on this subject.
-
I have list of string field types in Product xp field and I was trying to add Filter on these list type fields with OR condition as below
var searchText = "UserEnteredText";
var searchFields ="Nam…
-
Hi,
Currently I have set up the headstart on my local and I have been stuck with the estimate shipping step when calling to the order cloud instance (at URL: https://sandboxapi.ordercloud.io/v1/ord…
-
My project using this SDK has catch blocks where I do certain logic if certain OrderCloudExceptions are thrown. In my unit tests I would like to be able to create an OrderCloudException object so that…
-
Link https://ordercloud-api.github.io/OrderCloud-JavaScript-SDK not working in README. Where is the API documentation?
-
Hi @crhistianramirez, please suggest how to place test order in development environment. we tried with dummy credit card and got "Order.CannotSubmitWithUnaccceptedPayments: Cannot submit an order with…
-
I have the following models defined for my custom order:
```c#
public class OrderXP
{
public bool? ConvertCrypto { get; set; }
public string ExpeditedShipping { get; set; }
public s…
-
You can see here xp is of type dynamic
![not-strongly-typed-xp](https://user-images.githubusercontent.com/16483662/47401502-52481a00-d707-11e8-81f7-d0f1e262dca9.png)
Type arguments for webhookpayl…
-
In the old documentation app we had the following section:
1. What is ordercloud
2. Getting started with ordercloud
3. Using the API console
4. Using the Dashboard
The homepage to documentation…