Skip to main content

DiscountCreateInput

No description

input DiscountCreateInput {
pricesheetId: String!
productId: Int
categoryId: Int
priceGroup: String
value: Float!
discountType: PriceDiscountType!
quantityFrom: Int!
validFrom: String
validTo: String
}

Fields

DiscountCreateInput.pricesheetId ● String! non-null scalar

Pricesheet id

DiscountCreateInput.productId ● Int scalar

Product id

DiscountCreateInput.categoryId ● Int scalar

Category id

DiscountCreateInput.priceGroup ● String scalar

Pricegroup

DiscountCreateInput.value ● Float! non-null scalar

Discount value

DiscountCreateInput.discountType ● PriceDiscountType! non-null enum

Discount type One of: [costpriceplus, listpricemin, netprice]

DiscountCreateInput.quantityFrom ● Int! non-null scalar

Indicates the minimum quantity threshold needed to qualify for the bulk price.

DiscountCreateInput.validFrom ● String scalar

Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string

DiscountCreateInput.validTo ● String scalar

End date of the bulk pricing offer. Must be a valid ISO 8601 date string

Member Of

discountCreate mutation