Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetProductPrices

This service is used to list prices associated with the products determined by IDs.

Price - this value has TaxRate applied PriceInTax - value without TaxRate

A product has more associated prices with different usage types, e.g. Cost, Sales..

Request e.g.: { "ProductIDs": [ "productId1", "productId2" ] }

Hierarchy

  • GetProductPrices

Index

Properties

Optional OrganizationUnitID

OrganizationUnitID: undefined | number

Entity type: OrganizationUnit

Optional ProductIDs

ProductIDs: number[]

Optional TargetOrganizationUnitID

TargetOrganizationUnitID: undefined | number

Entity type: OrganizationUnit

Optional UserID

UserID: undefined | number

Entity type: User