Preview

SerializedUnit is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

SerializedUnit

A SerializedUnit that contains one or two identifiers. This item also contains the reference ID for a shipping item in a shipment in a fulfillment record.

This page contains

    Fields

    id: ID!

    A unique identifier for this serialized unit.

    purchase: FulfillmentPurchase! PREVIEW

    The associated purchase in a fulfillment record.

    shipment: Shipment! PREVIEW

    The associated shipment in a fulfillment record.

    fulfillmentItem: FulfillmentItem! PREVIEW

    The associated purchased item in a shipment.

    serializedIdentifiers: [SerializedIdentifier!]! PREVIEW

    A list of serialized identifiers.

    Parent objects of SerializedUnit

    SerializedUnitConnection PREVIEW

    Paginated list of Serialized Units.

    Mutations for SerializedUnit

    createSerializedUnitsForShipment PREVIEW

    Creates a list of serialized units for a shipping item in a shipment.

    Queries for SerializedUnit

    serializedUnitsByShipmentItemId PREVIEW

    Queries a list of serialized units for an item within a shipment.