You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Me.ts#L2011">api/Me.ts:2011</a></li></ul></aside></div>
20
+
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Me.ts#L2012">api/Me.ts:2012</a></li></ul></aside></div>
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Shipments.ts#L319">api/Shipments.ts:319</a></li></ul></aside></div>
20
+
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Shipments.ts#L320">api/Shipments.ts:320</a></li></ul></aside></div>
Copy file name to clipboardExpand all lines: src/api/Me.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1565,14 +1565,15 @@ class Me {
1565
1565
*
1566
1566
* @param shipmentID ID of the shipment.
1567
1567
* @param listOptions.orderID ID of the order.
1568
+
* @param listOptions.sortBy Comma-delimited list of fields to sort by.
1568
1569
* @param listOptions.page Page of results to return. When paginating through many items (> page 30), we recommend the "Last ID" method, as outlined in the Advanced Querying documentation.
1569
1570
* @param listOptions.pageSize Number of results to return per page.
1570
1571
* @param listOptions.filters An object or dictionary representing key/value pairs to apply as filters. Valid keys are top-level properties of the returned model or 'xp.???'
1571
1572
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
1572
1573
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
1573
1574
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
Copy file name to clipboardExpand all lines: src/api/Shipments.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -172,14 +172,15 @@ class Shipments {
172
172
* Check out the {@link https://ordercloud.io/api-reference/orders-and-fulfillment/shipments/list-items|api docs} for more info
173
173
*
174
174
* @param shipmentID ID of the shipment.
175
+
* @param listOptions.sortBy Comma-delimited list of fields to sort by.
175
176
* @param listOptions.page Page of results to return. When paginating through many items (> page 30), we recommend the "Last ID" method, as outlined in the Advanced Querying documentation.
176
177
* @param listOptions.pageSize Number of results to return per page.
177
178
* @param listOptions.filters An object or dictionary representing key/value pairs to apply as filters. Valid keys are top-level properties of the returned model or 'xp.???'
178
179
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
179
180
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
180
181
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
0 commit comments