Skip to main content

CostPrice

No description

type CostPrice {
id: String!
priceId: String!
createdAt: DateTime!
lastModifiedAt: DateTime!
quantityFrom: Int!
value: Float!
}

Fields

CostPrice.id ● String! non-null scalar

Primary identifier

CostPrice.priceId ● String! non-null scalar

Price foreign identifier

CostPrice.createdAt ● DateTime! non-null scalar

Creation date

CostPrice.lastModifiedAt ● DateTime! non-null scalar

Last modified date

CostPrice.quantityFrom ● Int! non-null scalar

Indicates the minimum quantity threshold needed to qualify for the cost price.

CostPrice.value ● Float! non-null scalar

The cost associated to acquire the product.

Returned By

costPriceCreate mutation ● costPriceUpdate mutation

Member Of

CostPriceResponse object ● Price object