| effectiveAccountId |
String |
ID of the account for which the request is
made. If unspecified, defaults
to the account ID for the context user. |
Optional |
52.0 |
| fields |
String[] |
List of up to 15 additional shipment items, order item
summary, and product fields to display in the UI in each item row. For
example, fields=ShipmentItems.Status,
Product2.Name, OrderItemSummary.UnitPrice. |
Optional |
52.0 |
| pageSize |
Integer |
Specifies the number of items per page. Valid values are from
1 through 100. If you don’t specify a value, the default size is 25. |
Optional |
52.0 |
| pageToken |
String |
Specifies the base64 encoded page token. Page tokens
are returned as part of the response. If unspecified, the first page is
returned. |
Optional |
52.0 |
| sortOrder |
String |
Sort order for the shipment
items. Values are:
-
IdAsc—Sorts by ID in
ascending alphanumeric order (A–Z, 0–9).
-
IdDesc—Sorts by ID in
descending alphanumeric order (Z–A, 9–0).
If unspecified, defaults to
IdAsc.
|
Optional |
52.0 |