ShipmentItemSortField
Available fields for sorting shipment item results in search operations
enum ShipmentItemSortField {
ID
LAST_MODIFIED_AT
CREATED_AT
SHIPMENT_ID
ORDER_ITEM_ID
SKU
QUANTITY
NAME
}
Values
ShipmentItemSortField.ID
Sort by shipment item unique identifier (UUID)
ShipmentItemSortField.LAST_MODIFIED_AT
Sort by the date when shipment item was last updated
ShipmentItemSortField.CREATED_AT
Sort by the date when shipment item was initially created
ShipmentItemSortField.SHIPMENT_ID
Sort by the associated shipment identifier
ShipmentItemSortField.ORDER_ITEM_ID
Sort by the associated order item identifier numerically
ShipmentItemSortField.SKU
Sort by product SKU (Stock Keeping Unit) alphabetically
ShipmentItemSortField.QUANTITY
Sort by item quantity numerically
ShipmentItemSortField.NAME
Sort by product name alphabetically
Member Of
ShipmentItemSortInput
input