@gradientedge/commercetools-utils
    Preparing search index...

    Interface UserProvidedIdentifiers

    User-provided identifiers present on the resource for which the Message is created. The value of the identifier stored in the Message corresponds to the one that was set on the resource at the version shown in resourceVersion.

    interface UserProvidedIdentifiers {
        containerAndKey?: ContainerAndKey;
        customerNumber?: string;
        externalId?: string;
        key?: string;
        orderNumber?: string;
        sku?: string;
        slug?: LocalizedString;
    }
    Index

    Properties

    containerAndKey?: ContainerAndKey

    Unique identifier of a Custom Object.

    customerNumber?: string

    User-provided unique identifier of a Customer.

    externalId?: string

    User-provided unique identifier of the resource.

    key?: string

    User-provided unique identifier of the resource.

    orderNumber?: string

    User-provided unique identifier of an Order.

    sku?: string

    Unique SKU of a Product Variant.

    Unique identifier usually used in deep-link URLs for a Product. The value corresponds to the slug in the current Product Projection.