Skip to content

Commit 10d17fd

Browse files
authored
Merge pull request #75 from djsteinmetz/4.10.0
4.10.0
2 parents 2721ed2 + 8cffdf2 commit 10d17fd

22 files changed

Lines changed: 436 additions & 11 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the ordercloud-javascript-sdk will be documented in this
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [4.10.0] - 2022-06-22
9+
### Added
10+
- New Feature: [Ad-Hoc Products](https://ordercloud.io/knowledge-base/ad-hoc-products)
11+
- Ad-Hoc Products enables adding products from an external system directly to an OrderCloud order
12+
713
## [4.9.9] - 2022-06-21
814
### Fixed
915
- Filters set with 0 are dropped [#73](https://github.com/ordercloud-api/ordercloud-javascript-sdk/issues/73)

docs/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ <h3>Interfaces</h3>
101101
<ul class="tsd-index-list">
102102
<li class="tsd-kind-interface"><a href="interfaces/accesstoken.html" class="tsd-kind-icon">Access<wbr>Token</a></li>
103103
<li class="tsd-kind-interface"><a href="interfaces/accesstokenbasic.html" class="tsd-kind-icon">Access<wbr>Token<wbr>Basic</a></li>
104+
<li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/adhocproduct.html" class="tsd-kind-icon">Ad<wbr>Hoc<wbr>Product</a></li>
104105
<li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/address.html" class="tsd-kind-icon">Address</a></li>
105106
<li class="tsd-kind-interface"><a href="interfaces/addressassignment.html" class="tsd-kind-icon">Address<wbr>Assignment</a></li>
106107
<li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/apiclient.html" class="tsd-kind-icon">Api<wbr>Client</a></li>
@@ -135,7 +136,7 @@ <h3>Interfaces</h3>
135136
<li class="tsd-kind-interface"><a href="interfaces/inventory.html" class="tsd-kind-icon">Inventory</a></li>
136137
<li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/inventoryrecord.html" class="tsd-kind-icon">Inventory<wbr>Record</a></li>
137138
<li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/lineitem.html" class="tsd-kind-icon">Line<wbr>Item</a></li>
138-
<li class="tsd-kind-interface"><a href="interfaces/lineitemoverride.html" class="tsd-kind-icon">Line<wbr>Item<wbr>Override</a></li>
139+
<li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/lineitemoverride.html" class="tsd-kind-icon">Line<wbr>Item<wbr>Override</a></li>
139140
<li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/lineitemproduct.html" class="tsd-kind-icon">Line<wbr>Item<wbr>Product</a></li>
140141
<li class="tsd-kind-interface"><a href="interfaces/lineitemspec.html" class="tsd-kind-icon">Line<wbr>Item<wbr>Spec</a></li>
141142
<li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/lineitemvariant.html" class="tsd-kind-icon">Line<wbr>Item<wbr>Variant</a></li>
@@ -382,7 +383,7 @@ <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-t
382383
<section class="tsd-panel tsd-member tsd-kind-type-alias">
383384
<a name="integrationeventtype" class="tsd-anchor"></a>
384385
<h3>Integration<wbr>Event<wbr>Type</h3>
385-
<div class="tsd-signature tsd-kind-icon">Integration<wbr>Event<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"OrderCheckout"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"OpenIDConnect"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"OrderReturn"</span></div>
386+
<div class="tsd-signature tsd-kind-icon">Integration<wbr>Event<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"OrderCheckout"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"OpenIDConnect"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"OrderReturn"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"AddToCart"</span></div>
386387
<aside class="tsd-sources">
387388
</aside>
388389
</section>
@@ -1231,6 +1232,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
12311232
<li class=" tsd-kind-interface">
12321233
<a href="interfaces/accesstokenbasic.html" class="tsd-kind-icon">Access<wbr>Token<wbr>Basic</a>
12331234
</li>
1235+
<li class=" tsd-kind-interface tsd-has-type-parameter">
1236+
<a href="interfaces/adhocproduct.html" class="tsd-kind-icon">Ad<wbr>Hoc<wbr>Product</a>
1237+
</li>
12341238
<li class=" tsd-kind-interface tsd-has-type-parameter">
12351239
<a href="interfaces/address.html" class="tsd-kind-icon">Address</a>
12361240
</li>
@@ -1333,7 +1337,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
13331337
<li class=" tsd-kind-interface tsd-has-type-parameter">
13341338
<a href="interfaces/lineitem.html" class="tsd-kind-icon">Line<wbr>Item</a>
13351339
</li>
1336-
<li class=" tsd-kind-interface">
1340+
<li class=" tsd-kind-interface tsd-has-type-parameter">
13371341
<a href="interfaces/lineitemoverride.html" class="tsd-kind-icon">Line<wbr>Item<wbr>Override</a>
13381342
</li>
13391343
<li class=" tsd-kind-interface tsd-has-type-parameter">

0 commit comments

Comments
 (0)