Skip to main content

salesPrices

Gets the range of SalesPrice data via the available fields

salesPrices(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
includeDeleted: Boolean! = false
): [SalesPrice!]!

Arguments

salesPrices.lastId ● String scalar

Id to be used to get the next page (logic used: greater than)

salesPrices.updatedInDataMart ● DateTime scalar

DateTime when the document was updated in DataMart (logic used: greater than)

salesPrices.pageSize ● Int! non-null scalar

Maximum page size is 5000

salesPrices.includeDeleted ● Boolean! non-null scalar

IF set to true then returns also the deleted items. Not active yet.

Type

SalesPrice object

SalesPrices. Represents the sales price of an item.