Discounts the Product Price by allowing the client to explicitly set a discounted value. Use this when setting discounts using an external service.

interface ProductDiscountValueExternalDraft {
    type: "external";
}

Properties

Properties

type: "external"

Generated using TypeDoc