Skip to content

Commit

Permalink
Merge pull request #129 from aligent/release/1.8.0
Browse files Browse the repository at this point in the history
Release/1.8.0
  • Loading branch information
jswift authored Apr 13, 2022
2 parents 9751a56 + b200369 commit d6e1e7e
Show file tree
Hide file tree
Showing 33 changed files with 7,751 additions and 31 deletions.
6 changes: 3 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### New Features

- Implement V2 Get Order and Get all Orders
- Implement V2 Order Products API
- Implement V2 Order Shipping Addresses API (read-only)


### Fixes

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

10 changes: 5 additions & 5 deletions docs/classes/BigCommerce-ApiV2-Api-Generic-V2Api.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h3 id="toc">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/BigCommerce-ApiV2-Api-Generic-V2Api.html#method_getClient">getClient()</a>
<span>
&nbsp;: <a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a> </span>
&nbsp;: <a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a> </span>
</dt>
<dd></dd>

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

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<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>
<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>

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

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

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<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>
<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>

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




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


Expand Down
10 changes: 5 additions & 5 deletions docs/classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3 id="toc">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html#method_getClient">getClient()</a>
<span>
&nbsp;: <a href="classes/BigCommerce-ApiV2-V2ApiClient.html"><abbr title="\BigCommerce\ApiV2\V2ApiClient">V2ApiClient</abbr></a> </span>
&nbsp;: <a href="classes/BigCommerce-ApiV3-BaseApiClient.html"><abbr title="\BigCommerce\ApiV3\BaseApiClient">BaseApiClient</abbr></a> </span>
</dt>
<dd></dd>

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

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<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>
<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>

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

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

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<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>
<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>

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




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


Expand Down
Loading

0 comments on commit d6e1e7e

Please sign in to comment.