Price
No description
type Price {
id: String!
createdAt: DateTime!
lastModifiedAt: DateTime!
productId: Int!
per: Int!
list: Float!
cost: Float
suggested: Float
store: Float
bulkPriceDiscountType: PriceDiscountType!
defaultTaxCode: Taxcode!
display: PriceDisplay
}
Fields
Price.id
● String!
non-null scalar
Primary identifier
Price.createdAt
● DateTime!
non-null scalar
Creation date
Price.lastModifiedAt
● DateTime!
non-null scalar
Last modified date
Price.productId
● Int!
non-null scalar
Product Id
Price.per
● Int!
non-null scalar
The quantity of items that the listed price will purchase
Price.list
● Float!
non-null scalar
The default sales price
Price.cost
● Float
scalar
The cost associated to acquire the product.
Price.suggested
● Float
scalar
The manufacturer's or supplier's recommended retail price (RRP) for the product.
Price.store
● Float
scalar
The price at which the product is sold in physical stores. This might differ from the standard price due to store-specific deals, overhead costs, or regional pricing strategies
Price.bulkPriceDiscountType
● PriceDiscountType!
non-null enum
The method used to apply discounts for bulk prices / volume discounts.
Price.defaultTaxCode
● Taxcode!
non-null enum
Default tax code
Price.display
● PriceDisplay
enum
Describes how the price should be displayed on the Front-End. Default value is 'DEFAULT'.
Returned By
price
query ● priceCreate
mutation ● priceUpdate
mutation
Member Of
PriceResponse
object ● Product
object