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

    Interface GraphQLDuplicatePriceScopeError

    Returned when a Price scope conflicts with an existing one during an Update Product request.

    Every Price of a Product Variant must have a distinct combination of currency, Customer Group, country, and Channel that constitute the scope of a Price.
    
    interface GraphQLDuplicatePriceScopeError {
        code: "DuplicatePriceScope";
        conflictingPrice: Price;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    code: "DuplicatePriceScope"

    One of the error codes that is listed on the Errors page.

    conflictingPrice: Price

    Conflicting Embedded Price.