OBJECT

EspotCatalogEntry

link GraphQL Schema definition

1type EspotCatalogEntry {
2
3association: [ComIbmCommerceCatalogFacadeDatatypesAssociationType]
22
4attachmentReference: [ComIbmCommerceFoundationCommonDatatypesAttachmentReferenceType]
22
5attributes: [EspotCatalogEntryAttributes]
22
6catalogEntryIdentifier: EspotCatalogEntryIdentifier
22
7catalogEntryTypeCode: String
22
8contractPrice: [EspotContractPrice]
22
9description: [EspotCatalogEntryDescription]
22
10displaySequence: String
22
11floorPrice: ComIbmCommerceFoundationCommonDatatypesOfferPriceType
22
12fulfillmentProperties: ComIbmCommerceCatalogFacadeDatatypesCatalogEntryFulfillmentPropertiesType
22
13kitComponent: [ComIbmCommerceCatalogFacadeDatatypesKitComponentType]
22
14listPrice: EspotListPrice
22
15navigationPath: String
22
16navigationRelationship: [JSON]
22
17parentCatalogGroupIdentifier: ComIbmCommerceFoundationCommonDatatypesCatalogGroupIdentifierType
22
18sEOProperties: [ComIbmCommerceFoundationCommonDatatypesSEOPropertiesType]
22
19sEOURL: [ComIbmCommerceFoundationCommonDatatypesSEOURLType]
22
20standardPrice: EspotStandardPrice
22
21userDataField: [EspotCatalogEntryUserDataField]
23
24}