PriceList
Represents information about a price list.
type PriceList {
id: ID!
name: String
currency: CurrencyCode
isDefault: Boolean
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
PriceList.id
● ID!
non-null scalar
Price list's unique identifier.
PriceList.name
● String
scalar
The name of the price list.
PriceList.currency
● CurrencyCode
enum
The currency of the price list.
PriceList.isDefault
● Boolean
scalar
Whether this price list is the default.
PriceList.createdAt
● DateTimeTz!
non-null scalar
The date and time when the price list was created.
PriceList.updatedAt
● DateTimeTz!
non-null scalar
The date and time when the price list was last updated.
PriceList.deletedAt
● DateTimeTz
scalar
The date and time when the price list was deleted.
Returned By
createPriceList
mutation ● deletePriceList
mutation ● priceList
query ● restorePriceList
mutation ● updatePriceList
mutation
Member Of
Invoice
object ● PriceListEdge
object ● ProductPrice
object ● Quote
object