DEV

Type.

CatalogItemInclusivePrice

No description

Fields

amount

Decimal

The amount of a CatalogItem.

amountInclusive

Decimal

The amount of inclusive price.

amountInclusiveDetail

AmountInclusiveDetail

Deprecated

The details of the inclusive price.

Required

Calculated amount

converted

Decimal

Deprecated

Converted amount

createdAt

DateTime!

Required

When this CatalogItem was created.

createdBy

ID!

Required

The user who created the CatalogItem.

currencyCode

CurrencyCode

The currency that the amount of this CatalogItem is in.

exchangeRate

ExchangeRate

Deprecated

The exchange rate we used to convert the amounts for inclusive pricing.

exchangeRateId

ID!

Required

The exchange rate id used to convert the amounts for inclusive pricing.

id

ID!

Required

The id of the configuration catalog item

inclusivePriceHistoryId

ID!

Required

the inclusive price history id we used to calculate (can be prefixed ip_country_history or ip_history)

inclusivePriceSettingId

ID!

Required

the inclusive price setting id we used to calculate

landedCostQuoteId

ID!

Required

the landed cost quote id used to create the inclusive price

Required

the preferred amount

rounded

Decimal

Deprecated

the rounded amount

shipToCountry

CountryCode!

Required

Ship to country
Whether this price has been sync to a merchant catalog

updatedAt

DateTime!

Required

When this CatalogItem was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the CatalogItem.

Was this page helpful?