serializedUnitsByShipmentItemId
Queries a list of serialized units for an item within a shipment.
This page contains
Arguments
shipmentId ID! | Filters for a specific shipment. |
fulfillmentItemId ID! | Filters for a specific fulfillment item. |
identifierFilter SerializedIdentifierFilterInput PREVIEW | Filters for a specific serialized item. |
first Int | Number of results to return (page size) after the specified after cursor. |
after String | Return results after this cursor. If null, return results starting at the beginning of the collection. |
last Int | Number of results to return (page size) before the specified before cursor. |
before String | Return results before this cursor. If null, return results starting at the end of the collection. |
Return Fields
SerializedUnitConnection! PREVIEW | Paginated list of Serialized Units. |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.