PriceListItem - accountsIQ/API-Wiki GitHub Wiki

A price list item specifies the customer to which the special pricing applies, the date range for which it is valid and the quantity range for which it is valid. It can specify either a discount rate or a fixed rebate.

PriceListItem

PriceListItem members

Name Type Description Constraints
AccountID String Get/Set the customer account identifier for which the item is applicable.
  • Cannot be null or empty.
  • Cannot be longer than 50 characters long.
  • Must be upper case.
  • AuthorUserID String Get the identifier of the user who created the price list item.
    CreationDate DateTime Get the date at which the item was created.
    DateRangeEnd DateTime Get/Set the end of the date range during which the special price is applicable
    DateRangeStart DateTime Get/Set the start of the date range during which the special price is applicable
    DiscountRate Decimal Get/Set the discount rate applicable.
  • Must be >= 0
  • This is expressed in percents and as such cannot be >= 1
  • ItemPrice Decimal Get/Set the item price applicable.
    IsActive Boolean Get/Set a flag indicating whether the entry is active and applicable or not.
    LastModifiedDate DateTime Get the date at which the entry was last modified.
    PriceListItemID String Get the price list item identifier.
  • Cannot be null or empty.
  • Cannot be longer than 50 characters long.
  • Must be upper case.
  • StockItemID String Get/Set the stock item identifier for which the special pricing is applicable
  • Cannot be null or empty.
  • Cannot be longer than 50 characters long.
  • Must be upper case.
  • QuantityFrom Decimal Get/Set the lower bound of the quantity range for which the special pricing is available.
    ⚠️ **GitHub.com Fallback** ⚠️