Skip to content

Commit d6e1e7e

Browse files
authored
Merge pull request #129 from aligent/release/1.8.0
Release/1.8.0
2 parents 9751a56 + b200369 commit d6e1e7e

33 files changed

+7751
-31
lines changed

RELEASE_NOTES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### New Features
22

3-
- Implement V2 Get Order and Get all Orders
3+
- Implement V2 Order Products API
4+
- Implement V2 Order Shipping Addresses API (read-only)
5+
46

5-
### Fixes
67

7-
- Fixed error where amount was `int` instead of `float` in price rules
88

docs/classes/BigCommerce-ApiV2-Api-Generic-V2Api.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3 id="toc">
122122
<dt class="phpdocumentor-table-of-contents__entry -method -public">
123123
<a href="classes/BigCommerce-ApiV2-Api-Generic-V2Api.html#method_getClient">getClient()</a>
124124
<span>
125-
&nbsp;: <a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a> </span>
125+
&nbsp;: <a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a> </span>
126126
</dt>
127127
<dd></dd>
128128

@@ -164,15 +164,15 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
164164

165165
<code class="phpdocumentor-code phpdocumentor-signature ">
166166
<span class="phpdocumentor-signature__visibility">public</span>
167-
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$client</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$resourceId</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$parentResourceId</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
167+
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$client</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$resourceId</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$parentResourceId</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
168168

169169
<section class="phpdocumentor-description"></section>
170170

171171
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
172172
<dl class="phpdocumentor-argument-list">
173173
<dt class="phpdocumentor-argument-list__entry">
174174
<span class="phpdocumentor-signature__argument__name">$client</span>
175-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a></span>
175+
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a></span>
176176
</dt>
177177
<dd class="phpdocumentor-argument-list__definition">
178178
<section class="phpdocumentor-description"></section>
@@ -224,15 +224,15 @@ <h4 class="phpdocumentor-element__name" id="method_getClient">
224224

225225
<code class="phpdocumentor-code phpdocumentor-signature ">
226226
<span class="phpdocumentor-signature__visibility">public</span>
227-
<span class="phpdocumentor-signature__name">getClient</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a></span></code>
227+
<span class="phpdocumentor-signature__name">getClient</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a></span></code>
228228

229229
<section class="phpdocumentor-description"></section>
230230

231231

232232

233233

234234
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
235-
<span class="phpdocumentor-signature__response_type"><a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a></span>
235+
<span class="phpdocumentor-signature__response_type"><a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a></span>
236236
&mdash;
237237

238238

docs/classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h3 id="toc">
140140
<dt class="phpdocumentor-table-of-contents__entry -method -public">
141141
<a href="classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html#method_getClient">getClient()</a>
142142
<span>
143-
&nbsp;: <a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a> </span>
143+
&nbsp;: <a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a> </span>
144144
</dt>
145145
<dd></dd>
146146

@@ -191,15 +191,15 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
191191

192192
<code class="phpdocumentor-code phpdocumentor-signature ">
193193
<span class="phpdocumentor-signature__visibility">public</span>
194-
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$client</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$resourceId</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$parentResourceId</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
194+
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$client</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$resourceId</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">int|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$parentResourceId</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
195195

196196
<section class="phpdocumentor-description"></section>
197197

198198
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
199199
<dl class="phpdocumentor-argument-list">
200200
<dt class="phpdocumentor-argument-list__entry">
201201
<span class="phpdocumentor-signature__argument__name">$client</span>
202-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a></span>
202+
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a></span>
203203
</dt>
204204
<dd class="phpdocumentor-argument-list__definition">
205205
<section class="phpdocumentor-description"></section>
@@ -251,15 +251,15 @@ <h4 class="phpdocumentor-element__name" id="method_getClient">
251251

252252
<code class="phpdocumentor-code phpdocumentor-signature ">
253253
<span class="phpdocumentor-signature__visibility">public</span>
254-
<span class="phpdocumentor-signature__name">getClient</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a></span></code>
254+
<span class="phpdocumentor-signature__name">getClient</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a></span></code>
255255

256256
<section class="phpdocumentor-description"></section>
257257

258258

259259

260260

261261
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
262-
<span class="phpdocumentor-signature__response_type"><a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a></span>
262+
<span class="phpdocumentor-signature__response_type"><a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a></span>
263263
&mdash;
264264

265265

0 commit comments

Comments
 (0)