Skip to content

Commit 6cc145b

Browse files
committed
commerce@dbc0da2
Finish 5.0.13
1 parent d89388c commit 6cc145b

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

docs/.artifacts/commerce/5.x/orders-carts.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
| [withAddresses](#withaddresses) | Eager loads the shipping and billing addressees on the resulting orders.
7777
| [withAdjustments](#withadjustments) | Eager loads the order adjustments on the resulting orders.
7878
| [withAll](#withall) | Eager loads all relational data (addresses, adjustments, customers, line items, transactions) for the resulting orders.
79+
| [withCustomFields](#withcustomfields) | Sets whether custom fields should be factored into the query.
7980
| [withCustomer](#withcustomer) | Eager loads the user on the resulting orders.
8081
| [withLineItems](#withlineitems) | Eager loads the line items on the resulting orders.
8182
| [withTransactions](#withtransactions) | Eager loads the transactions on the resulting orders.
@@ -1648,6 +1649,19 @@ Possible values include:
16481649

16491650

16501651

1652+
#### `withCustomFields`
1653+
1654+
Sets whether custom fields should be factored into the query.
1655+
1656+
1657+
1658+
1659+
1660+
1661+
1662+
1663+
1664+
16511665
#### `withCustomer`
16521666

16531667
Eager loads the user on the resulting orders.

docs/.artifacts/commerce/5.x/products-variants.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Product queries support the following parameters:
6363
| [wasCountEagerLoaded](#product-wascounteagerloaded) | Returns whether the query result count was already eager loaded by the query's source element.
6464
| [wasEagerLoaded](#product-waseagerloaded) | Returns whether the query results were already eager loaded by the query's source element.
6565
| [with](#product-with) | Causes the query to return matching products eager-loaded with related elements.
66+
| [withCustomFields](#product-withcustomfields) | Sets whether custom fields should be factored into the query.
6667

6768

6869
<!-- textlint-enable -->
@@ -1466,6 +1467,19 @@ $products = \craft\commerce\elements\Product::find()
14661467
:::
14671468

14681469

1470+
<h4 id="product-withcustomfields"><a href="#product-withcustomfields" class="header-anchor">#</a> <code>withCustomFields</code></h4>
1471+
1472+
Sets whether custom fields should be factored into the query.
1473+
1474+
1475+
1476+
1477+
1478+
1479+
1480+
1481+
1482+
14691483

14701484
<!-- END PRODUCTQUERY_PARAMS -->
14711485

docs/.artifacts/commerce/5.x/subscriptions.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
| [wasCountEagerLoaded](#wascounteagerloaded) | Returns whether the query result count was already eager loaded by the query's source element.
5858
| [wasEagerLoaded](#waseagerloaded) | Returns whether the query results were already eager loaded by the query's source element.
5959
| [with](#with) | Causes the query to return matching subscriptions eager-loaded with related elements.
60+
| [withCustomFields](#withcustomfields) | Sets whether custom fields should be factored into the query.
6061

6162

6263
<!-- textlint-enable -->
@@ -1232,5 +1233,18 @@ $subscriptions = \craft\commerce\elements\Subscription::find()
12321233
:::
12331234

12341235

1236+
#### `withCustomFields`
1237+
1238+
Sets whether custom fields should be factored into the query.
1239+
1240+
1241+
1242+
1243+
1244+
1245+
1246+
1247+
1248+
12351249

12361250
<!-- END PARAMS -->

0 commit comments

Comments
 (0)