Preview

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

serializedUnitsByShipmentItemId

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

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_USER

    ROLE_BILLING_ADMIN

    ROLE_SYS_ADMIN

    ROLE_PARTNER_READ

    ROLE_PARTNER

    ROLE_CHANNEL_ADMIN

    ROLE_CHANNEL_SUPPORT

    ROLE_SALES_SUPPORT

    ROLE_RESELLER_MANAGER

    ROLE_RESELLER

    ROLE_DEVELOPER

    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.