DEV

Type.

CatalogItemInclusivePrice

No description

Fields

amount

Decimal

The amount of a CatalogItem.

amountInclusive

Decimal

The amount of inclusive price.

Required

Calculated 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.

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

itemKey

String!

Required

The itemKey of the catalog item

landedCostQuoteId

ID!

Required

the landed cost quote id used to create the inclusive price

organizationId

String!

Required

The organization id of the catalog item inclusive price

Required

the preferred 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?