Interface GraphQLNoMatchingProductDiscountFoundError

Returned when a Product Discount could not be found that could be applied to the Price of a Product Variant.

The error is returned as a failed response to the [Get Matching ProductDiscount](/../api/projects/productDiscounts#get-matching-productdiscount) request.
interface GraphQLNoMatchingProductDiscountFoundError {
    code: "NoMatchingProductDiscountFound";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "NoMatchingProductDiscountFound"

Generated using TypeDoc