Price Lists

Object

PriceListItemDetailsInput

Fields Type Description

id

ID!

The ID of the price list item

Object

PriceListItemInput

Fields Type Description Validation

type

ProductClassificationTypeEnum

The type of item this is

rule

PriceListRuleEnum

The rule to apply to this item

amount

Float

The rule amount to apply (null if using OVERRIDE rule)

Minimum: -10,000
Maximum: 10,000

prices

[PriceListItemPriceInput]

The prices to apply to this item (null if not using OVERRIDE rule)

item

PriceListItemDetailsInput

The details of the item

minRule

PriceListRuleEnum

The optional minimum price rule to apply to this item

minAmount

Float

The rule amount to apply to the minRule (null if using OVERRIDE minRule)

Minimum: -10,000
Maximum: 10,000

minPrices

[PriceListItemPriceInput]

The prices to apply to this item (null if not using OVERRIDE minRule)

exclude

Boolean

Whether this item is excluded from the price list

Object

PriceListItemPriceInput

Fields Type Description Validation

quantity

Int

The quantity to trigger the price

Minimum: 1
Maximum: 1,000,000,000

price

Float

The price to use

Minimum: -100,000,000
Maximum: 100,000,000