Skip to content

Commit fe06e65

Browse files
author
DJ Steinmetz
committed
⏩ regen to API v1.0.246
1 parent 2721ed2 commit fe06e65

20 files changed

Lines changed: 429 additions & 10 deletions

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">

docs/interfaces/adhocproduct.html

Lines changed: 279 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,279 @@
1+
<!doctype html>
2+
<html class="default no-js">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<title>AdHocProduct | ordercloud-javascript-sdk</title>
7+
<meta name="description" content="">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<link rel="stylesheet" href="../assets/css/main.css">
10+
</head>
11+
<body>
12+
<header>
13+
<div class="tsd-page-toolbar">
14+
<div class="container">
15+
<div class="table-wrap">
16+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
17+
<div class="field">
18+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
19+
<input id="tsd-search-field" type="text" />
20+
</div>
21+
<ul class="results">
22+
<li class="state loading">Preparing search index...</li>
23+
<li class="state failure">The search index is not available</li>
24+
</ul>
25+
<a href="../index.html" class="title">ordercloud-javascript-sdk</a>
26+
</div>
27+
</div>
28+
</div>
29+
</div>
30+
<div class="tsd-page-title">
31+
<div class="container">
32+
<ul class="tsd-breadcrumb">
33+
<li>
34+
<a href="../index.html">OrderCloudSDK</a>
35+
</li>
36+
<li>
37+
<a href="adhocproduct.html">AdHocProduct</a>
38+
</li>
39+
</ul>
40+
</div>
41+
</div>
42+
</header>
43+
<div class="container container-main">
44+
<div class="row">
45+
<div class="col-8 col-content">
46+
<section class="tsd-panel tsd-type-parameters">
47+
<h3>Type parameters</h3>
48+
<ul class="tsd-type-parameters">
49+
<li>
50+
<h4>TAdHocProductXp</h4>
51+
</li>
52+
</ul>
53+
</section>
54+
<section class="tsd-panel-group tsd-index-group">
55+
<h2>API Reference</h2>
56+
<section class="tsd-panel tsd-index-panel">
57+
<div class="tsd-index-content">
58+
<section class="tsd-index-section ">
59+
<h3>Properties</h3>
60+
<ul class="tsd-index-list">
61+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#defaultsupplierid" class="tsd-kind-icon">Default<wbr>SupplierID</a></li>
62+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#description" class="tsd-kind-icon">Description</a></li>
63+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#id" class="tsd-kind-icon">ID</a></li>
64+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#name" class="tsd-kind-icon">Name</a></li>
65+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#quantitymultiplier" class="tsd-kind-icon">Quantity<wbr>Multiplier</a></li>
66+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#returnable" class="tsd-kind-icon">Returnable</a></li>
67+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#shipheight" class="tsd-kind-icon">Ship<wbr>Height</a></li>
68+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#shiplength" class="tsd-kind-icon">Ship<wbr>Length</a></li>
69+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#shipweight" class="tsd-kind-icon">Ship<wbr>Weight</a></li>
70+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#shipwidth" class="tsd-kind-icon">Ship<wbr>Width</a></li>
71+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="adhocproduct.html#xp" class="tsd-kind-icon">xp</a></li>
72+
</ul>
73+
</section>
74+
</div>
75+
</section>
76+
</section>
77+
<section class="tsd-panel-group tsd-member-group ">
78+
<h2>Properties</h2>
79+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
80+
<a name="defaultsupplierid" class="tsd-anchor"></a>
81+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Default<wbr>SupplierID</h3>
82+
<div class="tsd-signature tsd-kind-icon">Default<wbr>SupplierID<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
83+
<aside class="tsd-sources">
84+
</aside>
85+
</section>
86+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
87+
<a name="description" class="tsd-anchor"></a>
88+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Description</h3>
89+
<div class="tsd-signature tsd-kind-icon">Description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
90+
<aside class="tsd-sources">
91+
</aside>
92+
</section>
93+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
94+
<a name="id" class="tsd-anchor"></a>
95+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ID</h3>
96+
<div class="tsd-signature tsd-kind-icon">ID<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
97+
<aside class="tsd-sources">
98+
</aside>
99+
</section>
100+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
101+
<a name="name" class="tsd-anchor"></a>
102+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Name</h3>
103+
<div class="tsd-signature tsd-kind-icon">Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
104+
<aside class="tsd-sources">
105+
</aside>
106+
</section>
107+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
108+
<a name="quantitymultiplier" class="tsd-anchor"></a>
109+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Quantity<wbr>Multiplier</h3>
110+
<div class="tsd-signature tsd-kind-icon">Quantity<wbr>Multiplier<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
111+
<aside class="tsd-sources">
112+
</aside>
113+
</section>
114+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
115+
<a name="returnable" class="tsd-anchor"></a>
116+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Returnable</h3>
117+
<div class="tsd-signature tsd-kind-icon">Returnable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
118+
<aside class="tsd-sources">
119+
</aside>
120+
</section>
121+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
122+
<a name="shipheight" class="tsd-anchor"></a>
123+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Ship<wbr>Height</h3>
124+
<div class="tsd-signature tsd-kind-icon">Ship<wbr>Height<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
125+
<aside class="tsd-sources">
126+
</aside>
127+
</section>
128+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
129+
<a name="shiplength" class="tsd-anchor"></a>
130+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Ship<wbr>Length</h3>
131+
<div class="tsd-signature tsd-kind-icon">Ship<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
132+
<aside class="tsd-sources">
133+
</aside>
134+
</section>
135+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
136+
<a name="shipweight" class="tsd-anchor"></a>
137+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Ship<wbr>Weight</h3>
138+
<div class="tsd-signature tsd-kind-icon">Ship<wbr>Weight<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
139+
<aside class="tsd-sources">
140+
</aside>
141+
</section>
142+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
143+
<a name="shipwidth" class="tsd-anchor"></a>
144+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> Ship<wbr>Width</h3>
145+
<div class="tsd-signature tsd-kind-icon">Ship<wbr>Width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
146+
<aside class="tsd-sources">
147+
</aside>
148+
</section>
149+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
150+
<a name="xp" class="tsd-anchor"></a>
151+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> xp</h3>
152+
<div class="tsd-signature tsd-kind-icon">xp<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">TAdHocProductXp</span></div>
153+
<aside class="tsd-sources">
154+
</aside>
155+
</section>
156+
</section>
157+
</div>
158+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
159+
<nav class="tsd-navigation primary">
160+
<ul>
161+
</ul>
162+
</nav>
163+
<nav class="tsd-navigation secondary menu-sticky">
164+
<ul class="before-current">
165+
</ul>
166+
<ul class="current">
167+
<li class="current tsd-kind-interface tsd-has-type-parameter">
168+
<a href="adhocproduct.html" class="tsd-kind-icon">Ad<wbr>Hoc<wbr>Product</a>
169+
<ul>
170+
<li class=" tsd-kind-property tsd-parent-kind-interface">
171+
<a href="adhocproduct.html#defaultsupplierid" class="tsd-kind-icon">Default<wbr>SupplierID</a>
172+
</li>
173+
<li class=" tsd-kind-property tsd-parent-kind-interface">
174+
<a href="adhocproduct.html#description" class="tsd-kind-icon">Description</a>
175+
</li>
176+
<li class=" tsd-kind-property tsd-parent-kind-interface">
177+
<a href="adhocproduct.html#id" class="tsd-kind-icon">ID</a>
178+
</li>
179+
<li class=" tsd-kind-property tsd-parent-kind-interface">
180+
<a href="adhocproduct.html#name" class="tsd-kind-icon">Name</a>
181+
</li>
182+
<li class=" tsd-kind-property tsd-parent-kind-interface">
183+
<a href="adhocproduct.html#quantitymultiplier" class="tsd-kind-icon">Quantity<wbr>Multiplier</a>
184+
</li>
185+
<li class=" tsd-kind-property tsd-parent-kind-interface">
186+
<a href="adhocproduct.html#returnable" class="tsd-kind-icon">Returnable</a>
187+
</li>
188+
<li class=" tsd-kind-property tsd-parent-kind-interface">
189+
<a href="adhocproduct.html#shipheight" class="tsd-kind-icon">Ship<wbr>Height</a>
190+
</li>
191+
<li class=" tsd-kind-property tsd-parent-kind-interface">
192+
<a href="adhocproduct.html#shiplength" class="tsd-kind-icon">Ship<wbr>Length</a>
193+
</li>
194+
<li class=" tsd-kind-property tsd-parent-kind-interface">
195+
<a href="adhocproduct.html#shipweight" class="tsd-kind-icon">Ship<wbr>Weight</a>
196+
</li>
197+
<li class=" tsd-kind-property tsd-parent-kind-interface">
198+
<a href="adhocproduct.html#shipwidth" class="tsd-kind-icon">Ship<wbr>Width</a>
199+
</li>
200+
<li class=" tsd-kind-property tsd-parent-kind-interface">
201+
<a href="adhocproduct.html#xp" class="tsd-kind-icon">xp</a>
202+
</li>
203+
</ul>
204+
</li>
205+
</ul>
206+
<ul class="after-current">
207+
</ul>
208+
</nav>
209+
</div>
210+
</div>
211+
</div>
212+
<footer class="with-border-bottom">
213+
<div class="container">
214+
<h2>Legend</h2>
215+
<div class="tsd-legend-group">
216+
<ul class="tsd-legend">
217+
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
218+
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
219+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
220+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
221+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
222+
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
223+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
224+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
225+
</ul>
226+
<ul class="tsd-legend">
227+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
228+
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
229+
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
230+
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
231+
</ul>
232+
<ul class="tsd-legend">
233+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
234+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
235+
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
236+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
237+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
238+
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
239+
</ul>
240+
<ul class="tsd-legend">
241+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
242+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
243+
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
244+
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
245+
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
246+
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
247+
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
248+
</ul>
249+
<ul class="tsd-legend">
250+
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
251+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
252+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
253+
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
254+
</ul>
255+
<ul class="tsd-legend">
256+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
257+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
258+
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
259+
</ul>
260+
<ul class="tsd-legend">
261+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
262+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
263+
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
264+
</ul>
265+
<ul class="tsd-legend">
266+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
267+
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
268+
</ul>
269+
</div>
270+
</div>
271+
</footer>
272+
<div class="container tsd-generator">
273+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
274+
</div>
275+
<div class="overlay"></div>
276+
<script src="../assets/js/main.js"></script>
277+
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
278+
</body>
279+
</html>

0 commit comments

Comments
 (0)