Skip to content

Commit ce39aac

Browse files
committed
commerce@5da1847
Finish 5.6.6
1 parent 5a36935 commit ce39aac

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| [cache](#cache) | Enables query cache for this Query.
1616
| [canonicalsOnly](#canonicalsonly) | Narrows the query results to only canonical elements, including elements that reference another canonical element via `canonicalId` so long as they aren’t a draft.
1717
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
18+
| [collectIds](#collectids) | Executes the query and returns the IDs of the resulting elements as a collection.
1819
| [couponCode](#couponcode) | Narrows the query results based on the order's coupon code.
1920
| [customer](#customer) | Narrows the query results based on the customer’s user account.
2021
| [customerId](#customerid) | Narrows the query results based on the customer, per their user ID.
@@ -238,6 +239,21 @@ Clears the [cached result](https://craftcms.com/docs/5.x/development/element-que
238239

239240

240241

242+
#### `collectIds`
243+
244+
<a class="ref-defined-by" href="https://docs.craftcms.com/api/v5/craft-elements-db-elementquery.html#method-collectids" target="_blank" rel="noopener noreferer">Defined by <code>craft\elements\db\ElementQuery</code></a>
245+
246+
Executes the query and returns the IDs of the resulting elements as a collection.
247+
248+
249+
250+
251+
252+
253+
254+
255+
256+
241257
#### `couponCode`
242258

243259

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| [cache](#cache) | Enables query cache for this Query.
1616
| [canonicalsOnly](#canonicalsonly) | Narrows the query results to only canonical elements, including elements that reference another canonical element via `canonicalId` so long as they aren’t a draft.
1717
| [clearCachedResult](#clearcachedresult) | Clears the [cached result](https://craftcms.com/docs/5.x/development/element-queries.html#cache).
18+
| [collectIds](#collectids) | Executes the query and returns the IDs of the resulting elements as a collection.
1819
| [dateCanceled](#datecanceled) | Narrows the query results based on the subscriptions’ cancellation date.
1920
| [dateCreated](#datecreated) | Narrows the query results based on the subscriptions’ creation dates.
2021
| [dateExpired](#dateexpired) | Narrows the query results based on the subscriptions’ expiration date.
@@ -214,6 +215,21 @@ Clears the [cached result](https://craftcms.com/docs/5.x/development/element-que
214215

215216

216217

218+
#### `collectIds`
219+
220+
<a class="ref-defined-by" href="https://docs.craftcms.com/api/v5/craft-elements-db-elementquery.html#method-collectids" target="_blank" rel="noopener noreferer">Defined by <code>craft\elements\db\ElementQuery</code></a>
221+
222+
Executes the query and returns the IDs of the resulting elements as a collection.
223+
224+
225+
226+
227+
228+
229+
230+
231+
232+
217233
#### `dateCanceled`
218234

219235

0 commit comments

Comments
 (0)