Asset 1
Developer guide
API reference
  • Cookbook
  • Developer guide
  • API reference
  • Platform guide
  • Release notes
    • Nothing Found
    Prerelease retail API reference
    Authentication
    Retail
      Data definitions
        schema
        PurchaseOrdersSearchRequest
        schema
        DateRange
        schema
        PurchaseOrdersResponse
        schema
        PurchaseOrder
        schema
        PurchaseOrderStatus
        schema
        PurchaseOrderItem
        schema
        OrderedItemInfo
        schema
        NamedItemReceivingUnit
        schema
        ItemCosts
        schema
        PurchasingEntityInfo
        schema
        Tax
        schema
        Fee
        schema
        PurchasingItemDiscount
        schema
        PurchasingEntityDiscount
        schema
        DistributionStrategies
        schema
        PurchaseOrderTotals
        schema
        AdjustmentDistributionStrategy
        schema
        ReceivedEvent
        schema
        Supplier
        schema
        PhoneDetails
        schema
        Address
        schema
        InventoryHistorySearchRequest
        schema
        InventoryHistoryAdjustmentType
        schema
        InventoryHistoryResponse
        schema
        InventoryHistoryLogEntry
        schema
        InventoryHistoryQuantity
        schema
        InventoryHistoryCost
        schema
        UserDetails
      Purchase orders
      Inventory History

PurchasingEntityDiscount

absoluteValue
number or null <double>

The absolute value of the discount.

combineWithItemDiscounts
boolean

Describes whether or not to combine this purchasing entity discount with item discounts.

name
string or null

The name of the discount.

percentageValue
number or null <double>

The percentage value of the discount.

{
  • "name": "string",
  • "absoluteValue": 0,
  • "percentageValue": 0,
  • "combineWithItemDiscounts": true
}