@salesforce/lds-adapters-platform-appexchange 0.1.0-dev1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-appexchange.js +4878 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/getListingDetails.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/adapters/postAppExchangeUserEvents.d.ts +38 -0
  6. package/dist/es/es2018/types/src/generated/adapters/searchListings.d.ts +35 -0
  7. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
  8. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
  9. package/dist/es/es2018/types/src/generated/resources/getConnectAppexchangeListingsByListingId.d.ts +18 -0
  10. package/dist/es/es2018/types/src/generated/resources/postConnectAppexchangeSearchListings.d.ts +32 -0
  11. package/dist/es/es2018/types/src/generated/resources/postConnectAppexchangeUserEvents.d.ts +35 -0
  12. package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemDataRepresentation.d.ts +34 -0
  13. package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemImageRepresentation.d.ts +42 -0
  14. package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemRepresentation.d.ts +37 -0
  15. package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemVideoRepresentation.d.ts +45 -0
  16. package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselPluginRepresentation.d.ts +29 -0
  17. package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemDataRepresentation.d.ts +34 -0
  18. package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemFileRepresentation.d.ts +48 -0
  19. package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemRepresentation.d.ts +37 -0
  20. package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemUrlRepresentation.d.ts +39 -0
  21. package/dist/es/es2018/types/src/generated/types/AppExchangeContentPluginRepresentation.d.ts +29 -0
  22. package/dist/es/es2018/types/src/generated/types/AppExchangeDemoPluginRepresentation.d.ts +29 -0
  23. package/dist/es/es2018/types/src/generated/types/AppExchangeDemoVideoRepresentation.d.ts +43 -0
  24. package/dist/es/es2018/types/src/generated/types/AppExchangeForceApiSolutionRepresentation.d.ts +30 -0
  25. package/dist/es/es2018/types/src/generated/types/AppExchangeForceCopilotListingExtensionRepresentation.d.ts +321 -0
  26. package/dist/es/es2018/types/src/generated/types/AppExchangeForceExtensionRepresentation.d.ts +301 -0
  27. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageListingExtensionRepresentation.d.ts +37 -0
  28. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageListingTestDriveExtensionRepresentation.d.ts +40 -0
  29. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageManifestRepresentation.d.ts +58 -0
  30. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageSolutionRepresentation.d.ts +58 -0
  31. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageVersionRepresentation.d.ts +67 -0
  32. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePublisherExtensionRepresentation.d.ts +85 -0
  33. package/dist/es/es2018/types/src/generated/types/AppExchangeFreePricingModelRepresentation.d.ts +31 -0
  34. package/dist/es/es2018/types/src/generated/types/AppExchangeFreeToInstallPricingModelRepresentation.d.ts +43 -0
  35. package/dist/es/es2018/types/src/generated/types/AppExchangeFreemiumPricingModelRepresentation.d.ts +43 -0
  36. package/dist/es/es2018/types/src/generated/types/AppExchangeInstalledPackageRepresentation.d.ts +28 -0
  37. package/dist/es/es2018/types/src/generated/types/AppExchangeInstalledPackageVersionRepresentation.d.ts +37 -0
  38. package/dist/es/es2018/types/src/generated/types/AppExchangeLeadTrialInformationPluginRepresentation.d.ts +58 -0
  39. package/dist/es/es2018/types/src/generated/types/AppExchangeListingAdditionalProps.d.ts +40 -0
  40. package/dist/es/es2018/types/src/generated/types/AppExchangeListingCategoriesRepresentation.d.ts +31 -0
  41. package/dist/es/es2018/types/src/generated/types/AppExchangeListingDetailsRepresentation.d.ts +103 -0
  42. package/dist/es/es2018/types/src/generated/types/AppExchangeListingExtensionsRepresentation.d.ts +44 -0
  43. package/dist/es/es2018/types/src/generated/types/AppExchangeListingLogoRepresentation.d.ts +34 -0
  44. package/dist/es/es2018/types/src/generated/types/AppExchangeListingPluginsRepresentation.d.ts +47 -0
  45. package/dist/es/es2018/types/src/generated/types/AppExchangeListingReviewsSummaryRepresentation.d.ts +40 -0
  46. package/dist/es/es2018/types/src/generated/types/AppExchangeListingSecurityReviewRepresentation.d.ts +31 -0
  47. package/dist/es/es2018/types/src/generated/types/AppExchangeListingSolutionDetailRepresentation.d.ts +35 -0
  48. package/dist/es/es2018/types/src/generated/types/AppExchangeListingSolutionRepresentation.d.ts +60 -0
  49. package/dist/es/es2018/types/src/generated/types/AppExchangeLogoSetItemRepresentation.d.ts +34 -0
  50. package/dist/es/es2018/types/src/generated/types/AppExchangeLogoSetPluginRepresentation.d.ts +29 -0
  51. package/dist/es/es2018/types/src/generated/types/AppExchangeMCPServerResourceRepresentation.d.ts +31 -0
  52. package/dist/es/es2018/types/src/generated/types/AppExchangeMCPServerToolRepresentation.d.ts +31 -0
  53. package/dist/es/es2018/types/src/generated/types/AppExchangePaidPricingModelRepresentation.d.ts +49 -0
  54. package/dist/es/es2018/types/src/generated/types/AppExchangePricingModelRepresentation.d.ts +36 -0
  55. package/dist/es/es2018/types/src/generated/types/AppExchangePricingPlanRepresentation.d.ts +70 -0
  56. package/dist/es/es2018/types/src/generated/types/AppExchangePricingRepresentation.d.ts +72 -0
  57. package/dist/es/es2018/types/src/generated/types/AppExchangePublisherExtensionsRepresentation.d.ts +29 -0
  58. package/dist/es/es2018/types/src/generated/types/AppExchangePublisherLogoItemRepresentation.d.ts +34 -0
  59. package/dist/es/es2018/types/src/generated/types/AppExchangePublisherLogoRepresentation.d.ts +29 -0
  60. package/dist/es/es2018/types/src/generated/types/AppExchangePublisherPluginsRepresentation.d.ts +29 -0
  61. package/dist/es/es2018/types/src/generated/types/AppExchangePublisherRepresentation.d.ts +93 -0
  62. package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingCollectionRepresentation.d.ts +44 -0
  63. package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingRepresentation.d.ts +72 -0
  64. package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingsInputRepresentation.d.ts +88 -0
  65. package/dist/es/es2018/types/src/generated/types/AppExchangeSupportInformationPluginRepresentation.d.ts +73 -0
  66. package/dist/es/es2018/types/src/generated/types/AppExchangeTableauAcceleratorSolutionRepresentation.d.ts +33 -0
  67. package/dist/es/es2018/types/src/generated/types/AppExchangeTableauExtensionRepresentation.d.ts +113 -0
  68. package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsInputImageRepresentation.d.ts +28 -0
  69. package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsInputRepresentation.d.ts +97 -0
  70. package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsOutputRepresentation.d.ts +40 -0
  71. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  72. package/package.json +72 -0
  73. package/sfdc/index.d.ts +1 -0
  74. package/sfdc/index.js +4922 -0
  75. package/src/raml/api.raml +3042 -0
  76. package/src/raml/luvio.raml +36 -0
@@ -0,0 +1,3042 @@
1
+ #%RAML 1.0
2
+ securedBy:
3
+ - OAuth2
4
+ title: Salesforce Connect API
5
+ version: '66.0'
6
+ mediaType: application/json
7
+ protocols:
8
+ - https
9
+ baseUri: /services/data/v66.0
10
+ securitySchemes:
11
+ OAuth2:
12
+ type: OAuth 2.0
13
+ settings:
14
+ authorizationUri: https://example.com/oauth/authorize
15
+ accessTokenUri: ''
16
+ authorizationGrants:
17
+ - implicit
18
+ annotationTypes:
19
+ oas-readOnly:
20
+ type: boolean
21
+ allowedTargets: TypeDeclaration
22
+ oas-collectionFormat:
23
+ type: string
24
+ oas-body-name:
25
+ type: string
26
+ allowedTargets: TypeDeclaration
27
+ types:
28
+ AppExchangeCarouselItemDataRepresentation:
29
+ description: Represents an AppExchange carouselItem data
30
+ discriminator: dataType
31
+ type: object
32
+ properties:
33
+ dataType:
34
+ description: AppExchange Carousel Item Data type
35
+ type: string
36
+ required: false #Hand-rolled
37
+ AppExchangeCarouselItemImageRepresentation:
38
+ description: Represents an AppExchange carouselItem image
39
+ discriminatorValue: Image
40
+ type: AppExchangeCarouselItemDataRepresentation
41
+ properties:
42
+ altText:
43
+ description: The alt text of the media in the carousel
44
+ type: string
45
+ caption:
46
+ description: The caption of the media in the carousel
47
+ type: string
48
+ externalId:
49
+ description: The external identifier for the image
50
+ type: string
51
+ mediaId:
52
+ description: This field is used to hold information required to display the
53
+ media item. If this is an image, then it can be a URL to a partner community
54
+ file or a UUID of a file hosted by the image upload service, if it's a video
55
+ it should be the video ID.
56
+ type: string
57
+ position:
58
+ description: Used to control the order/position of this content item in relation
59
+ to other content items
60
+ type: integer
61
+ AppExchangeCarouselItemRepresentation:
62
+ description: Represents an AppExchange carousel item
63
+ type: object
64
+ properties:
65
+ data:
66
+ description: data of AppExchange carousel item
67
+ type: AppExchangeCarouselItemDataRepresentation
68
+ required: false #Hand-rolled
69
+ externalId:
70
+ description: Content record Id
71
+ type: string
72
+ required: false #Hand-rolled
73
+ type:
74
+ description: The type of this media
75
+ type: string
76
+ required: false #Hand-rolled
77
+ AppExchangeCarouselItemVideoRepresentation:
78
+ description: Represents an AppExchange carouselItem video
79
+ discriminatorValue: Video
80
+ type: AppExchangeCarouselItemDataRepresentation
81
+ properties:
82
+ caption:
83
+ description: The caption of the media in the carousel
84
+ type: string
85
+ mediaId:
86
+ description: This field is used to hold information required to display the
87
+ media item. If this is an image, then it can be a URL to a partner community
88
+ file or a UUID of a file hosted by the image upload service, if it's a video
89
+ it should be the video ID.
90
+ type: string
91
+ position:
92
+ description: Used to control the order/position of this content item in relation
93
+ to other content items
94
+ type: integer
95
+ videoEnd:
96
+ description: Used to control the end time (in seconds) of the video
97
+ type: integer
98
+ videoStart:
99
+ description: Used to control the start time (in seconds) of the video
100
+ type: integer
101
+ videoType:
102
+ description: The video type of this media
103
+ type: string
104
+ AppExchangeCarouselPluginRepresentation:
105
+ description: Represents an AppExchange carousel plugin
106
+ type: object
107
+ properties:
108
+ items:
109
+ description: items of AppExchange listing plugin carousel
110
+ type: array
111
+ required: false #Hand-rolled
112
+ items:
113
+ type: AppExchangeCarouselItemRepresentation
114
+ AppExchangeContentItemDataRepresentation:
115
+ description: Represents an AppExchange listing plugin contentItem data
116
+ discriminator: dataType
117
+ type: object
118
+ properties:
119
+ dataType:
120
+ description: AppExchange Listing Plugin Content Item Data type
121
+ type: string
122
+ required: false #Hand-rolled
123
+ AppExchangeContentItemFileRepresentation:
124
+ description: Represents an AppExchange contentItem file
125
+ discriminatorValue: File
126
+ type: AppExchangeContentItemDataRepresentation
127
+ properties:
128
+ externalId:
129
+ description: The external identifier for the image
130
+ type: string
131
+ fileName:
132
+ description: This is the file name of the media Id uploaded
133
+ type: string
134
+ mediaId:
135
+ description: This field is used to hold the non-generic information related
136
+ to content Object. For content type demo - it is used to store youtube video
137
+ id
138
+ type: string
139
+ position:
140
+ description: Used to control the order/position of this content item in relation
141
+ to other content items
142
+ type: integer
143
+ title:
144
+ description: The title/caption of the content. Required for data sheets, customization
145
+ guides, whitepapers, customer testimonials, case studies, and webinars
146
+ type: string
147
+ type:
148
+ description: Indicates the type of this content
149
+ type: string
150
+ typeExtension:
151
+ description: Indicates the extension of the of file
152
+ type: string
153
+ AppExchangeContentItemRepresentation:
154
+ description: Represents an AppExchange contentItem
155
+ type: object
156
+ properties:
157
+ data:
158
+ description: data of AppExchange listing plugin contentItem
159
+ type: AppExchangeContentItemDataRepresentation
160
+ required: false #Hand-rolled
161
+ externalId:
162
+ description: The external identifier for the content on Tz
163
+ type: string
164
+ required: false #Hand-rolled
165
+ type:
166
+ description: Indicates the type of this content
167
+ type: string
168
+ required: false #Hand-rolled
169
+ AppExchangeContentItemUrlRepresentation:
170
+ description: Represents an AppExchange contentItem Url
171
+ discriminatorValue: Url
172
+ type: AppExchangeContentItemDataRepresentation
173
+ properties:
174
+ position:
175
+ description: Used to control the order/position of this content item in relation
176
+ to other content items
177
+ type: integer
178
+ title:
179
+ description: The title/caption of the content. Required for data sheets, customization
180
+ guides, whitepapers, customer testimonials, case studies, and webinars.
181
+ type: string
182
+ type:
183
+ description: Indicates the type of this content
184
+ type: string
185
+ url:
186
+ description: The URL where the resource is located. This exists for legacy
187
+ purposes only and publishers will not be able to upload new URLs in the
188
+ future.
189
+ type: string
190
+ AppExchangeContentPluginRepresentation:
191
+ description: Represents an AppExchange content plugin
192
+ type: object
193
+ properties:
194
+ items:
195
+ description: items of AppExchange listing plugin content
196
+ type: array
197
+ required: false #Hand-rolled
198
+ items:
199
+ type: AppExchangeContentItemRepresentation
200
+ AppExchangeDemoPluginRepresentation:
201
+ description: Represents an AppExchange demo plugin
202
+ type: object
203
+ properties:
204
+ items:
205
+ description: items of AppExchange listing plugin demo
206
+ type: array
207
+ required: false #Hand-rolled
208
+ items:
209
+ type: AppExchangeDemoVideoRepresentation
210
+ AppExchangeDemoVideoRepresentation:
211
+ description: Represents an AppExchange demo video
212
+ type: object
213
+ properties:
214
+ attachmentId:
215
+ description: The 18 character record ID for the attachment associated with
216
+ this content object that stores the actual content material, it's null if
217
+ it's generated on oaf
218
+ type: string
219
+ required: false #Hand-rolled
220
+ companyId:
221
+ description: Company Identifier for Brainshark videos
222
+ type: string
223
+ required: false #Hand-rolled
224
+ externalId:
225
+ description: The external identifier for the content on Tz
226
+ type: string
227
+ required: false #Hand-rolled
228
+ mediaId:
229
+ description: This field is used to hold the non-generic information related
230
+ to content Object. For content type demo - it is used to store youtube video
231
+ id
232
+ type: string
233
+ required: false #Hand-rolled
234
+ url:
235
+ description: The URL where the resource is located. This exists for legacy
236
+ purposes only and publishers will not be able to upload new URLs in the
237
+ future
238
+ type: string
239
+ required: false #Hand-rolled
240
+ videoType:
241
+ description: The type of video content
242
+ type: string
243
+ required: false #Hand-rolled
244
+ AppExchangeForceApiSolutionRepresentation:
245
+ description: Represents an AppExchange force Api solution
246
+ discriminatorValue: force_Api
247
+ type: AppExchangeListingSolutionDetailRepresentation
248
+ properties:
249
+ name:
250
+ description: Name/Alias of the Api
251
+ type: string
252
+ AppExchangeForceCopilotListingExtensionRepresentation:
253
+ description: Represents an AppExchange force copilotListing extension
254
+ type: object
255
+ properties:
256
+ acceptedCheckoutAgreementDate:
257
+ description: The date where the user has accepted the checkout agreement terms
258
+ type: string
259
+ required: false #Hand-rolled
260
+ acceptedFreeAgreementDate:
261
+ description: The date where the user has accepted the free agreement terms
262
+ type: string
263
+ required: false #Hand-rolled
264
+ acceptedFreeAppsAgreement:
265
+ description: Salesforce agreement that the publisher has to accept when a
266
+ listing is free
267
+ type: boolean
268
+ required: false #Hand-rolled
269
+ acceptedPaidAppsAgreementDate:
270
+ description: The date where the user has accepted the paid agreement terms
271
+ type: string
272
+ required: false #Hand-rolled
273
+ accessibleSolutionURL:
274
+ description: Accessible Solution URL or Cert
275
+ type: string
276
+ required: false #Hand-rolled
277
+ achApplicationFee:
278
+ description: Indicates the % to charge on listings purchased with an ACH payment
279
+ type
280
+ type: string
281
+ required: false #Hand-rolled
282
+ allowACHPayment:
283
+ description: Field indicating whether the Listing accepts ACH as Payment Method
284
+ during the checkout flow
285
+ type: boolean
286
+ required: false #Hand-rolled
287
+ allowCCPayment:
288
+ description: Field indicating whether the Listing accepts Credit Cards as
289
+ Payment Method during the checkout flow
290
+ type: boolean
291
+ required: false #Hand-rolled
292
+ allowSEPAPayment:
293
+ description: Field indicating whether the Listing accepts SEPA as Payment
294
+ Method during the checkout flow
295
+ type: boolean
296
+ required: false #Hand-rolled
297
+ appType:
298
+ description: The App Type of a listing
299
+ type: string
300
+ required: false #Hand-rolled
301
+ approvedDate:
302
+ description: This field has the date that the contract was approved. Populated
303
+ via a callout from the TE org
304
+ type: string
305
+ required: false #Hand-rolled
306
+ businessApproval:
307
+ description: Business Approval
308
+ type: string
309
+ required: false #Hand-rolled
310
+ businessQuestionnaireSubmittedOn:
311
+ description: Business Questionnaire SubmittedOn
312
+ type: string
313
+ required: false #Hand-rolled
314
+ businessRejectionComment:
315
+ description: The reason this listing's Business Questionnaire was rejected.
316
+ This is used in the email sent to the partner, combined with the Compliance
317
+ Rejection Comment, informing them that their submission was rejected
318
+ type: string
319
+ required: false #Hand-rolled
320
+ categories:
321
+ description: Categories
322
+ type: string
323
+ required: false #Hand-rolled
324
+ categoriesToFeeds:
325
+ description: Categories to feed Feeds
326
+ type: string
327
+ required: false #Hand-rolled
328
+ checkoutEnabledDate:
329
+ description: The date when the listing was associated with a Recurly plan
330
+ or when it was changed form a External to a Recurly plan
331
+ type: string
332
+ required: false #Hand-rolled
333
+ collectPaymentBeforeInstall:
334
+ description: Collect Payment Before Install
335
+ type: boolean
336
+ required: false #Hand-rolled
337
+ contractStatus:
338
+ description: Contract status set via a callout from the TE org
339
+ type: string
340
+ required: false #Hand-rolled
341
+ contractType:
342
+ description: Contract type set via a callout from the TE org
343
+ type: string
344
+ required: false #Hand-rolled
345
+ createdByOrgID:
346
+ description: The Org ID of the user who created the listing
347
+ type: string
348
+ required: false #Hand-rolled
349
+ creditorIdentifier:
350
+ description: A Single Euro Payments Area Creditor Identifier or SEPA Creditor
351
+ Id is a standardized and unchanging identification number that serves to
352
+ unequivocally identify a creditor across Europe
353
+ type: string
354
+ required: false #Hand-rolled
355
+ curatedListing1:
356
+ description: Allows to manually select the first Listing for the 'Customers
357
+ Also Installed' section on the listing
358
+ type: string
359
+ required: false #Hand-rolled
360
+ curatedListing2:
361
+ description: Allows to manually select the first Listing for the 'Customers
362
+ Also Installed' section on the listing
363
+ type: string
364
+ required: false #Hand-rolled
365
+ curatedListing3:
366
+ description: Allows to manually select the first Listing for the 'Customers
367
+ Also Installed' section on the listing
368
+ type: string
369
+ required: false #Hand-rolled
370
+ curatedListing4:
371
+ description: Allows to manually select the first Listing for the 'Customers
372
+ Also Installed' section on the listing
373
+ type: string
374
+ required: false #Hand-rolled
375
+ curatedListing5:
376
+ description: Allows to manually select the first Listing for the 'Customers
377
+ Also Installed' section on the listing
378
+ type: string
379
+ required: false #Hand-rolled
380
+ deleteReason:
381
+ description: The reason the publisher specified when deleting this Listing
382
+ type: string
383
+ required: false #Hand-rolled
384
+ delistedDate:
385
+ description: The date when the listing was delisted
386
+ type: string
387
+ required: false #Hand-rolled
388
+ delistedReason:
389
+ description: Reason for delisting
390
+ type: string
391
+ required: false #Hand-rolled
392
+ devices:
393
+ description: Devices
394
+ type: array
395
+ required: false #Hand-rolled
396
+ items:
397
+ type: string
398
+ directoryEntryID:
399
+ description: The ID of the legacy directory entry record from which this object
400
+ was migrated
401
+ type: string
402
+ required: false #Hand-rolled
403
+ displayHover:
404
+ description: Indicates if the tile should display the hover or not
405
+ type: boolean
406
+ required: false #Hand-rolled
407
+ diverseOwnedBusinessURL:
408
+ description: Diverse-owned Business URL or Cert
409
+ type: string
410
+ required: false #Hand-rolled
411
+ editions:
412
+ description: "Select one or more Salesforce editions with which your app is
413
+ compatible (Note: 'PP','FE','ES' are deprecated). If your app uses
414
+ Salesforce APIs, it cannot run on Group or Professional editions. If your
415
+ app uses any standard Salesforce objects, it cannot run on Force.com edition."
416
+ type: array
417
+ required: false #Hand-rolled
418
+ items:
419
+ type: string
420
+ featured:
421
+ description: Indicates if this listing is returned when users filter for featured
422
+ apps in the search results
423
+ type: boolean
424
+ required: false #Hand-rolled
425
+ filledDateTime:
426
+ description: Filled DateTime
427
+ type: string
428
+ required: false #Hand-rolled
429
+ highlights:
430
+ description: New field to hold the highlights
431
+ type: array
432
+ required: false #Hand-rolled
433
+ items:
434
+ type: string
435
+ industries:
436
+ description: Indicates which industries categories this Listing belongs to
437
+ type: array
438
+ required: false #Hand-rolled
439
+ items:
440
+ type: string
441
+ installationAgreement:
442
+ description: T&C, installation agreement for the app
443
+ type: string
444
+ required: false #Hand-rolled
445
+ isAccessibleSolution:
446
+ description: Accessible Solution
447
+ type: boolean
448
+ required: false # Hand-rolled
449
+ isDiverseOwnedBusiness:
450
+ description: Diverse-owned Business
451
+ type: boolean
452
+ required: false # Hand-rolled
453
+ isEinsteinAgent:
454
+ description: IsEinsteinAgent
455
+ type: boolean
456
+ required: false # Hand-rolled
457
+ isFRampOffering:
458
+ description: isFRampOffering
459
+ type: boolean
460
+ required: false # Hand-rolled
461
+ isFree:
462
+ description: Indicates if the App on this Listing is free for everyone
463
+ type: boolean
464
+ required: false # Hand-rolled
465
+ isFreemium:
466
+ description: This app is initially free but payment is required for additional
467
+ users, features, or usage
468
+ type: boolean
469
+ required: false # Hand-rolled
470
+ isHIPAACompliant:
471
+ description: HIPAA Compliant
472
+ type: boolean
473
+ required: false # Hand-rolled
474
+ isLightningAppBuilder:
475
+ description: Lightning App Builder
476
+ type: boolean
477
+ required: false # Hand-rolled
478
+ isLightningComponent:
479
+ description: IsLightningComponent
480
+ type: boolean
481
+ required: false # Hand-rolled
482
+ isLightningReady:
483
+ description: IsLightningReady
484
+ type: boolean
485
+ required: false # Hand-rolled
486
+ isMarketingCloud:
487
+ description: IsMarketingCloud
488
+ type: boolean
489
+ required: false # Hand-rolled
490
+ isMinorityOwned:
491
+ description: Minority Owned
492
+ type: boolean
493
+ required: false # Hand-rolled
494
+ isMultiCurrency:
495
+ description: IsMultiCurrency
496
+ type: boolean
497
+ required: false # Hand-rolled
498
+ isPersonAccounts:
499
+ description: IsPersonAccounts
500
+ type: boolean
501
+ required: false # Hand-rolled
502
+ isPledge1Percent:
503
+ description: IsPledge1Percent
504
+ type: boolean
505
+ required: false # Hand-rolled
506
+ isPublic:
507
+ description: Indicates whether this Listing is publicly viewable on the Marketplace
508
+ type: boolean
509
+ required: false # Hand-rolled
510
+ isSalesProgram:
511
+ description: Sales Program
512
+ type: boolean
513
+ required: false # Hand-rolled
514
+ isSalesforce1Mobile:
515
+ description: IsSalesforce1Mobile
516
+ type: boolean
517
+ required: false # Hand-rolled
518
+ isSalesforceShield:
519
+ description: IsSalesforceShield
520
+ type: boolean
521
+ required: false # Hand-rolled
522
+ languages:
523
+ description: Describes the set of languages that this App supports
524
+ type: array
525
+ required: false # Hand-rolled
526
+ items:
527
+ type: string
528
+ lastStatusChangeDateTime:
529
+ description: The date when the status of the job last changed
530
+ type: string
531
+ required: false # Hand-rolled
532
+ learnMoreURL:
533
+ description: Specify the URL where the customer can contact the publisher
534
+ to learn more about installing/buying the app
535
+ type: string
536
+ required: false # Hand-rolled
537
+ licenseAgreement:
538
+ description: T&C, The license agreement for the app
539
+ type: string
540
+ required: false # Hand-rolled
541
+ listingCategories:
542
+ description: New field to hold the categories
543
+ type: array
544
+ required: false # Hand-rolled
545
+ items:
546
+ type: string
547
+ listingUrl:
548
+ description: Listing site url
549
+ type: string
550
+ required: false # Hand-rolled
551
+ longDescription:
552
+ description: The long description of the AppListing shown on the App Detail
553
+ page
554
+ type: string
555
+ required: false # Hand-rolled
556
+ marketplace:
557
+ description: The Marketplace on which this Listing can be publicly viewed.
558
+ These values correspond to the Marketplace name, not SFID - they are converted
559
+ to (Marketplace__c) IDs during Mulesoft sync
560
+ type: string
561
+ required: false # Hand-rolled
562
+ mcpServersResources:
563
+ description: Resources for MCP servers
564
+ type: array
565
+ required: false #Hand-rolled
566
+ items:
567
+ type: AppExchangeMCPServerResourceRepresentation
568
+ mcpServersTools:
569
+ description: Tools for MCP servers
570
+ type: array
571
+ required: false #Hand-rolled
572
+ items:
573
+ type: AppExchangeMCPServerToolRepresentation
574
+ numActions:
575
+ description: Number of actions
576
+ type: integer
577
+ required: false #Hand-rolled
578
+ numAgents:
579
+ description: Number of agents
580
+ type: integer
581
+ required: false #Hand-rolled
582
+ numMCPServers:
583
+ description: Number of MCP servers
584
+ type: integer
585
+ required: false #Hand-rolled
586
+ numTopics:
587
+ description: Number of topics
588
+ type: integer
589
+ required: false #Hand-rolled
590
+ orderInSetup:
591
+ description: "The place this App has in the Featured Apps Carousel in Org's
592
+ Setup. i.e : 1 for first, 2 for second, etc."
593
+ type: integer
594
+ required: false # Hand-rolled
595
+ org62ApplicationId:
596
+ description: Application Record ID on ORG62
597
+ type: string
598
+ required: false # Hand-rolled
599
+ priceDetails:
600
+ description: The detailed pricing information for this App
601
+ type: string
602
+ required: false # Hand-rolled
603
+ priceNonProfitDiscount:
604
+ description: Indicates whether the app is available to nonprofits for a discount
605
+ or free
606
+ type: boolean
607
+ required: false # Hand-rolled
608
+ pricingRestrictions:
609
+ description: Pricing Restrictions - provided by CX
610
+ type: string
611
+ required: false # Hand-rolled
612
+ productsRequired:
613
+ description: Products Required
614
+ type: array
615
+ required: false # Hand-rolled
616
+ items:
617
+ type: string
618
+ productsSupported:
619
+ description: This is supplementary information that may add more context to
620
+ the relevant input
621
+ type: array
622
+ required: false # Hand-rolled
623
+ items:
624
+ type: string
625
+ programmingLanguages:
626
+ description: Programming Languages
627
+ type: array
628
+ required: false # Hand-rolled
629
+ items:
630
+ type: string
631
+ publishLocation:
632
+ description: Partner finder feed
633
+ type: string
634
+ required: false # Hand-rolled
635
+ publishedDate:
636
+ description: The date when this Listing was publicly published on the Marketplace
637
+ type: string
638
+ required: false # Hand-rolled
639
+ recordType:
640
+ description: The type of listing
641
+ type: string
642
+ required: false # Hand-rolled
643
+ requiresPaidService:
644
+ description: This app is free but requires a paid subscription to an external
645
+ service
646
+ type: boolean
647
+ required: false # Hand-rolled
648
+ salesEmail:
649
+ description: The email address for contacting the Publisher sales team
650
+ type: string
651
+ required: false # Hand-rolled
652
+ salesPhone:
653
+ description: The phone number for contacting the Publisher sales team
654
+ type: string
655
+ required: false # Hand-rolled
656
+ salesWebsite:
657
+ description: The website URL for learning more about buying this App from the Publisher
658
+ type: string
659
+ required: false # Hand-rolled
660
+ searchBlurb:
661
+ description: Search Blurb to display on the search results page
662
+ type: string
663
+ required: false # Hand-rolled
664
+ securityReviewStatus:
665
+ description: Status of the Security Review associated with this Listing
666
+ type: string
667
+ required: false # Hand-rolled
668
+ selfAttestation:
669
+ description: Indicates if self attestation has been accepted
670
+ type: boolean
671
+ required: false # Hand-rolled
672
+ selfAttestationDate:
673
+ description: The date where the user has accepted the self attestation
674
+ type: string
675
+ required: false # Hand-rolled
676
+ sepaApplicationFee:
677
+ description: Indicates the % to charge on listings purchased with a SEPA payment
678
+ type
679
+ format: double
680
+ type: number
681
+ required: false # Hand-rolled
682
+ status:
683
+ description: Indicates what stage in the review process the Listing is in
684
+ for the Marketplace
685
+ type: string
686
+ required: false # Hand-rolled
687
+ submissionStatus:
688
+ description: Indicates the submission status from the TE org
689
+ type: string
690
+ required: false # Hand-rolled
691
+ supportedIndustries:
692
+ description: The Supported Industries that the app is built for
693
+ type: array
694
+ required: false # Hand-rolled
695
+ items:
696
+ type: string
697
+ systemRequirements:
698
+ description: Specify any additional system requirements that your app may
699
+ have. For example, supported browsers, operating systems, or hardware. If
700
+ your app does not have any additional system requirements, select 'No Additional
701
+ System Requirements
702
+ type: string
703
+ required: false # Hand-rolled
704
+ targetUserPersona:
705
+ description: The target user persona that the app is built for
706
+ type: array
707
+ required: false # Hand-rolled
708
+ items:
709
+ type: string
710
+ AppExchangeForceExtensionRepresentation:
711
+ description: Represents an AppExchange force extension
712
+ type: object
713
+ properties:
714
+ acceptedCheckoutAgreementDate:
715
+ description: The date where the user has accepted the checkout agreement terms
716
+ type: string
717
+ required: false # Hand-rolled
718
+ acceptedFreeAgreementDate:
719
+ description: The date where the user has accepted the free agreement terms
720
+ type: string
721
+ required: false # Hand-rolled
722
+ acceptedFreeAppsAgreement:
723
+ description: Salesforce agreement that the publisher has to accept when a
724
+ listing is free
725
+ type: boolean
726
+ required: false # Hand-rolled
727
+ acceptedPaidAppsAgreementDate:
728
+ description: The date where the user has accepted the paid agreement terms
729
+ type: string
730
+ required: false # Hand-rolled
731
+ accessibleSolutionURL:
732
+ description: Accessible Solution URL or Cert
733
+ type: string
734
+ required: false # Hand-rolled
735
+ achApplicationFee:
736
+ description: Indicates the % to charge on listings purchased with an ACH payment
737
+ type
738
+ type: string
739
+ required: false # Hand-rolled
740
+ allowACHPayment:
741
+ description: Field indicating whether the Listing accepts ACH as Payment Method
742
+ during the checkout flow
743
+ type: boolean
744
+ required: false # Hand-rolled
745
+ allowCCPayment:
746
+ description: Field indicating whether the Listing accepts Credit Cards as
747
+ Payment Method during the checkout flow
748
+ type: boolean
749
+ required: false # Hand-rolled
750
+ allowSEPAPayment:
751
+ description: Field indicating whether the Listing accepts SEPA as Payment
752
+ Method during the checkout flow
753
+ type: boolean
754
+ required: false # Hand-rolled
755
+ appType:
756
+ description: The App Type of a listing
757
+ type: string
758
+ required: false # Hand-rolled
759
+ approvedDate:
760
+ description: This field has the date that the contract was approved. Populated
761
+ via a callout from the TE org
762
+ type: string
763
+ required: false # Hand-rolled
764
+ businessApproval:
765
+ description: Business Approval
766
+ type: string
767
+ required: false # Hand-rolled
768
+ businessQuestionnaireSubmittedOn:
769
+ description: Business Questionnaire SubmittedOn
770
+ type: string
771
+ required: false # Hand-rolled
772
+ businessRejectionComment:
773
+ description: The reason this listing's Business Questionnaire was rejected.
774
+ This is used in the email sent to the partner, combined with the Compliance
775
+ Rejection Comment, informing them that their submission was rejected
776
+ type: string
777
+ required: false # Hand-rolled
778
+ categories:
779
+ description: Categories
780
+ type: string
781
+ required: false # Hand-rolled
782
+ categoriesToFeeds:
783
+ description: Categories to feed Feeds
784
+ type: string
785
+ required: false # Hand-rolled
786
+ checkoutEnabledDate:
787
+ description: The date when the listing was associated with a Recurly plan
788
+ or when it was changed from an External to a Recurly plan
789
+ type: string
790
+ required: false # Hand-rolled
791
+ collectPaymentBeforeInstall:
792
+ description: Collect Payment Before Install
793
+ type: boolean
794
+ required: false # Hand-rolled
795
+ contractStatus:
796
+ description: Contract status set via a callout from the TE org
797
+ type: string
798
+ required: false # Hand-rolled
799
+ contractType:
800
+ description: Contract type set via a callout from the TE org
801
+ type: string
802
+ required: false # Hand-rolled
803
+ createdByOrgID:
804
+ description: The Org ID of the user who created the listing
805
+ type: string
806
+ required: false # Hand-rolled
807
+ creditorIdentifier:
808
+ description: A Single Euro Payments Area Creditor Identifier or SEPA Creditor
809
+ Id is a standardized and unchanging identification number that serves to
810
+ unequivocally identify a creditor across Europe
811
+ type: string
812
+ required: false # Hand-rolled
813
+ curatedListing1:
814
+ description: Allows to manually select the first Listing for the 'Customers
815
+ Also Installed' section on the listing
816
+ type: string
817
+ required: false # Hand-rolled
818
+ curatedListing2:
819
+ description: Allows to manually select the first Listing for the 'Customers
820
+ Also Installed' section on the listing
821
+ type: string
822
+ required: false # Hand-rolled
823
+ curatedListing3:
824
+ description: Allows to manually select the first Listing for the 'Customers
825
+ Also Installed' section on the listing
826
+ type: string
827
+ required: false # Hand-rolled
828
+ curatedListing4:
829
+ description: Allows to manually select the first Listing for the 'Customers
830
+ Also Installed' section on the listing
831
+ type: string
832
+ required: false # Hand-rolled
833
+ curatedListing5:
834
+ description: Allows to manually select the first Listing for the 'Customers
835
+ Also Installed' section on the listing
836
+ type: string
837
+ required: false # Hand-rolled
838
+ deleteReason:
839
+ description: The reason the publisher specified when deleting this Listing
840
+ type: string
841
+ required: false # Hand-rolled
842
+ delistedDate:
843
+ description: The date when the listing was delisted
844
+ type: string
845
+ required: false # Hand-rolled
846
+ delistedReason:
847
+ description: Reason for delisting
848
+ type: string
849
+ required: false # Hand-rolled
850
+ devices:
851
+ description: Devices
852
+ type: array
853
+ required: false # Hand-rolled
854
+ items:
855
+ type: string
856
+ directoryEntryID:
857
+ description: The ID of the legacy directory entry record from which this object
858
+ was migrated
859
+ type: string
860
+ required: false # Hand-rolled
861
+ displayHover:
862
+ description: Indicates if the tile should display the hover or not
863
+ type: boolean
864
+ required: false # Hand-rolled
865
+ diverseOwnedBusinessURL:
866
+ description: Diverse-owned Business URL or Cert
867
+ type: string
868
+ required: false # Hand-rolled
869
+ editions:
870
+ description: "Select one or more Salesforce editions with which your app is
871
+ compatible (Note: 'PP','FE','ES' are deprecated). If your app uses
872
+ Salesforce APIs, it cannot run on Group or Professional editions. If your
873
+ app uses any standard Salesforce objects, it cannot run on Force.com edition."
874
+ type: array
875
+ required: false # Hand-rolled
876
+ items:
877
+ type: string
878
+ featured:
879
+ description: Indicates if this listing is returned when users filter for featured
880
+ apps in the search results
881
+ type: boolean
882
+ required: false # Hand-rolled
883
+ filledDateTime:
884
+ description: Filled DateTime
885
+ type: string
886
+ required: false # Hand-rolled
887
+ highlights:
888
+ description: New field to hold the highlights
889
+ type: array
890
+ required: false # Hand-rolled
891
+ items:
892
+ type: string
893
+ industries:
894
+ description: Indicates which industries categories this Listing belongs to
895
+ type: array
896
+ required: false #Hand-rolled
897
+ items:
898
+ type: string
899
+ installationAgreement:
900
+ description: T&C, installation agreement for the app
901
+ type: string
902
+ required: false # Hand-rolled
903
+ isAccessibleSolution:
904
+ description: Accessible Solution
905
+ type: boolean
906
+ required: false # Hand-rolled
907
+ isDiverseOwnedBusiness:
908
+ description: Diverse-owned Business
909
+ type: boolean
910
+ required: false # Hand-rolled
911
+ isEinsteinAgent:
912
+ description: IsEinsteinAgent
913
+ type: boolean
914
+ required: false # Hand-rolled
915
+ isFRampOffering:
916
+ description: isFRampOffering
917
+ type: boolean
918
+ required: false # Hand-rolled
919
+ isFree:
920
+ description: Indicates if the App on this Listing is free for everyone
921
+ type: boolean
922
+ required: false # Hand-rolled
923
+ isFreemium:
924
+ description: This app is initially free but payment is required for additional
925
+ users, features, or usage
926
+ type: boolean
927
+ required: false # Hand-rolled
928
+ isHIPAACompliant:
929
+ description: HIPAA Compliant
930
+ type: boolean
931
+ required: false # Hand-rolled
932
+ isLightningAppBuilder:
933
+ description: Lightning App Builder
934
+ type: boolean
935
+ required: false # Hand-rolled
936
+ isLightningComponent:
937
+ description: IsLightningComponent
938
+ type: boolean
939
+ required: false # Hand-rolled
940
+ isLightningReady:
941
+ description: IsLightningReady
942
+ type: boolean
943
+ required: false # Hand-rolled
944
+ isMarketingCloud:
945
+ description: IsMarketingCloud
946
+ type: boolean
947
+ required: false # Hand-rolled
948
+ isMinorityOwned:
949
+ description: Minority Owned
950
+ type: boolean
951
+ required: false # Hand-rolled
952
+ isMultiCurrency:
953
+ description: IsMultiCurrency
954
+ type: boolean
955
+ required: false # Hand-rolled
956
+ isPersonAccounts:
957
+ description: IsPersonAccounts
958
+ type: boolean
959
+ required: false # Hand-rolled
960
+ isPledge1Percent:
961
+ description: IsPledge1Percent
962
+ type: boolean
963
+ required: false # Hand-rolled
964
+ isPublic:
965
+ description: Indicates whether this Listing is publicly viewable on the Marketplace
966
+ type: boolean
967
+ required: false # Hand-rolled
968
+ isSalesProgram:
969
+ description: Sales Program
970
+ type: boolean
971
+ required: false # Hand-rolled
972
+ isSalesforce1Mobile:
973
+ description: IsSalesforce1Mobile
974
+ type: boolean
975
+ required: false # Hand-rolled
976
+ isSalesforceShield:
977
+ description: IsSalesforceShield
978
+ type: boolean
979
+ required: false #Hand-rolled
980
+ languages:
981
+ description: Describes the set of languages that this App supports
982
+ type: array
983
+ required: false #Hand-rolled
984
+ items:
985
+ type: string
986
+ lastStatusChangeDateTime:
987
+ description: The date when the status of the job last changed
988
+ type: string
989
+ required: false #Hand-rolled
990
+ learnMoreURL:
991
+ description: Specify the URL where the customer can contact the publisher
992
+ to learn more about installing/buying the app
993
+ type: string
994
+ required: false #Hand-rolled
995
+ licenseAgreement:
996
+ description: T&C, The license agreement for the app
997
+ type: string
998
+ required: false #Hand-rolled
999
+ listingCategories:
1000
+ description: New field to hold the categories
1001
+ type: array
1002
+ required: false #Hand-rolled
1003
+ items:
1004
+ type: string
1005
+ listingUrl:
1006
+ description: Listing site url
1007
+ type: string
1008
+ required: false #Hand-rolled
1009
+ longDescription:
1010
+ description: The long description of the AppListing show on the App Detail
1011
+ page
1012
+ type: string
1013
+ required: false #Hand-rolled
1014
+ marketplace:
1015
+ description: The Marketplace on which this Listing can be publicly viewed.
1016
+ These values correspond to the Marketplace name, not SFID - they are converted
1017
+ to (Marketplace__c) IDs during Mulesoft sync
1018
+ type: string
1019
+ required: false #Hand-rolled
1020
+ orderInSetup:
1021
+ description: "The place this App has in the Featured Apps Carousel in Org's
1022
+ Setup. i.e : 1 for first, 2 for second, etc."
1023
+ type: integer
1024
+ required: false #Hand-rolled
1025
+ org62ApplicationId:
1026
+ description: Application Record ID on ORG62
1027
+ type: string
1028
+ required: false #Hand-rolled
1029
+ priceDetails:
1030
+ description: The detailed pricing information for this App
1031
+ type: string
1032
+ required: false #Hand-rolled
1033
+ priceNonProfitDiscount:
1034
+ description: Indicates whether the app is available to nonprofits for a discount
1035
+ or free
1036
+ type: boolean
1037
+ required: false #Hand-rolled
1038
+ pricingRestrictions:
1039
+ description: Pricing Restrictions - provide by CX
1040
+ type: string
1041
+ required: false #Hand-rolled
1042
+ productsRequired:
1043
+ description: Products Required
1044
+ type: array
1045
+ required: false #Hand-rolled
1046
+ items:
1047
+ type: string
1048
+ productsSupported:
1049
+ description: This is supplimentary information that may add more context to
1050
+ the relevant input
1051
+ type: array
1052
+ required: false #Hand-rolled
1053
+ items:
1054
+ type: string
1055
+ programmingLanguages:
1056
+ description: Programming Languages
1057
+ type: array
1058
+ required: false #Hand-rolled
1059
+ items:
1060
+ type: string
1061
+ publishLocation:
1062
+ description: Partner finder feed
1063
+ type: string
1064
+ required: false #Hand-rolled
1065
+ publishedDate:
1066
+ description: The date when this Listing was publicly published on the Marketplace
1067
+ type: string
1068
+ required: false #Hand-rolled
1069
+ recordType:
1070
+ description: The type of listing
1071
+ type: string
1072
+ required: false #Hand-rolled
1073
+ requiresPaidService:
1074
+ description: This app is free but requires a paid subscription to an external
1075
+ service
1076
+ type: boolean
1077
+ required: false #Hand-rolled
1078
+ salesEmail:
1079
+ description: The email address for contacting the Publisher sales team
1080
+ type: string
1081
+ required: false #Hand-rolled
1082
+ salesPhone:
1083
+ description: The phone number for contacting the Publisher sales team
1084
+ type: string
1085
+ required: false #Hand-rolled
1086
+ salesWebsite:
1087
+ description: The website URL for learning more about buying this App from
1088
+ the Publisher
1089
+ type: string
1090
+ required: false #Hand-rolled
1091
+ searchBlurb:
1092
+ description: Search Blurb to display on the search results page
1093
+ type: string
1094
+ required: false #Hand-rolled
1095
+ securityReviewStatus:
1096
+ description: Status of the Security Review associated with this Listing
1097
+ type: string
1098
+ required: false #Hand-rolled
1099
+ selfAttestation:
1100
+ description: Indicates if self attestation has been accepted
1101
+ type: boolean
1102
+ required: false #Hand-rolled
1103
+ selfAttestationDate:
1104
+ description: The date where the user has accepted the self attestation
1105
+ type: string
1106
+ required: false #Hand-rolled
1107
+ sepaApplicationFee:
1108
+ description: Indicates the % to charge on listings purchased with a SEPA payment
1109
+ type
1110
+ format: double
1111
+ type: number
1112
+ required: false #Hand-rolled
1113
+ status:
1114
+ description: Indicates what stage in the review process the Listing is in
1115
+ for the Marketplace
1116
+ type: string
1117
+ required: false #Hand-rolled
1118
+ submissionStatus:
1119
+ description: Indicates the submission status from the TE org
1120
+ type: string
1121
+ required: false #Hand-rolled
1122
+ supportedIndustries:
1123
+ description: The Supported Induestries that the app is built for
1124
+ type: array
1125
+ required: false #Hand-rolled
1126
+ items:
1127
+ type: string
1128
+ systemRequirements:
1129
+ description: Specify any additional system requirements that your app may
1130
+ have. For example, supported browsers, operating systems, or hardware. If
1131
+ your app does not have any additional system requirements, select 'No Additional
1132
+ System Requirements
1133
+ type: string
1134
+ required: false #Hand-rolled
1135
+ targetUserPersona:
1136
+ description: The target user persona that the app is built for
1137
+ type: array
1138
+ required: false #Hand-rolled
1139
+ items:
1140
+ type: string
1141
+ AppExchangeForcePackageListingExtensionRepresentation:
1142
+ description: Represents an AppExchange force packageListing extension
1143
+ type: object
1144
+ properties:
1145
+ gitHubRepositoryURL:
1146
+ description: GitHub/Repository URL for Component type of Listing
1147
+ type: string
1148
+ required: false #Hand-rolled
1149
+ installUrl:
1150
+ description: Install Url for Package-> External and API
1151
+ type: string
1152
+ required: false #Hand-rolled
1153
+ provisionFlow:
1154
+ description: Provision Flow
1155
+ type: string
1156
+ required: false #Hand-rolled
1157
+ solutionId:
1158
+ description: The solution id for the package version solution stream
1159
+ type: string
1160
+ required: false #Hand-rolled
1161
+ AppExchangeForcePackageListingTestDriveExtensionRepresentation:
1162
+ description: Represents an AppExchange force packageListing TestDrive extension
1163
+ type: object
1164
+ properties:
1165
+ enableTestDrive:
1166
+ description: Does the listing have a test drive?
1167
+ type: boolean
1168
+ required: false #Hand-rolled
1169
+ testDriveCampaignID:
1170
+ description: testDriveCampaignID
1171
+ type: string
1172
+ required: false #Hand-rolled
1173
+ testDriveOrgID:
1174
+ description: testDriveOrgID
1175
+ type: string
1176
+ required: false #Hand-rolled
1177
+ testDrivePassword:
1178
+ description: testDrivePassword
1179
+ type: string
1180
+ required: false #Hand-rolled
1181
+ testDriveUserName:
1182
+ description: testDriveUserName
1183
+ type: string
1184
+ required: false #Hand-rolled
1185
+ AppExchangeForcePackageManifestRepresentation:
1186
+ description: Represents an AppExchange force package manifest
1187
+ type: object
1188
+ properties:
1189
+ appBuilderComponentsCount:
1190
+ description: The number of lightning components with global access and app
1191
+ builder interface in this package
1192
+ type: integer
1193
+ applicationsCount:
1194
+ description: The number of custom apps in this package
1195
+ type: integer
1196
+ cmtyBuilderComponentsCount:
1197
+ description: The number of lightning components with global access and community
1198
+ builder interface in this package
1199
+ type: integer
1200
+ globalComponentsCount:
1201
+ description: The number of lightning components with global access in this
1202
+ package
1203
+ type: integer
1204
+ hasLWC:
1205
+ description: The hasLWC of this package
1206
+ type: boolean
1207
+ isCommunityBuilder:
1208
+ description: The isCommunityBuilder of this package
1209
+ type: boolean
1210
+ isExtension:
1211
+ description: The isExtension of this package
1212
+ type: boolean
1213
+ isLightningAppBuilder:
1214
+ description: The isLightningAppBuilder of this package
1215
+ type: boolean
1216
+ isManaged:
1217
+ description: The isManaged of this package
1218
+ type: boolean
1219
+ objectsCount:
1220
+ description: The number of custom objects in this package
1221
+ type: integer
1222
+ tabsCount:
1223
+ description: The number of custom tabs in this package
1224
+ type: integer
1225
+ AppExchangeForcePackageSolutionRepresentation:
1226
+ description: Represents an AppExchange force package solution
1227
+ discriminatorValue: force_Package
1228
+ type: AppExchangeListingSolutionDetailRepresentation
1229
+ properties:
1230
+ createdDate:
1231
+ description: Date this package was created
1232
+ type: string
1233
+ lastModifiedDate:
1234
+ description: Date this package was last modified
1235
+ type: string
1236
+ latestVersionDate:
1237
+ description: Date of creation of the last version for this package
1238
+ type: string
1239
+ manifest:
1240
+ description: Manifest of package
1241
+ type: AppExchangeForcePackageManifestRepresentation
1242
+ name:
1243
+ description: Name/Alias of the package
1244
+ type: string
1245
+ namespacePrefix:
1246
+ description: Namespace prefix for packages
1247
+ type: string
1248
+ orgId:
1249
+ description: Organization where the package associated with this app was created
1250
+ in
1251
+ type: string
1252
+ packageCategory:
1253
+ description: Indicates Package Type
1254
+ type: string
1255
+ packageId:
1256
+ description: Id of the package
1257
+ type: string
1258
+ version:
1259
+ description: Version of the package
1260
+ type: AppExchangeForcePackageVersionRepresentation
1261
+ AppExchangeForcePackageVersionRepresentation:
1262
+ description: Represents an AppExchange force package version
1263
+ type: object
1264
+ properties:
1265
+ defaultLicenseSeats:
1266
+ description: Default value for License Seats
1267
+ type: integer
1268
+ defaultLicenseStatus:
1269
+ description: Value from core table for the default number of licenses set
1270
+ to the package version
1271
+ type: string
1272
+ defaultTrialLength:
1273
+ description: Value from core table for the default trial days set to the package
1274
+ version
1275
+ type: integer
1276
+ isManaged:
1277
+ description: Is the package version managed
1278
+ type: boolean
1279
+ isReleased:
1280
+ description: Is the package version released
1281
+ type: boolean
1282
+ lmaOrganizationId:
1283
+ description: Registered License Management Organization Id for the package
1284
+ version
1285
+ type: string
1286
+ majorVersion:
1287
+ description: The major version of the package version associated with this
1288
+ app record
1289
+ type: integer
1290
+ minorVersion:
1291
+ description: The minor version of the package version associated with this
1292
+ app record
1293
+ type: integer
1294
+ packageVersionId:
1295
+ description: The package version ID for the private app package that is associated
1296
+ with the AppListing
1297
+ type: string
1298
+ patchVersion:
1299
+ description: The patch version of the package version associated with this
1300
+ app record
1301
+ type: integer
1302
+ versionName:
1303
+ description: The version Name of the package version associated with this
1304
+ app record
1305
+ type: string
1306
+ versionOptionsPackage2DeveloperControlled:
1307
+ description: versionOptionsPackage2DeveloperControlled of the version
1308
+ type: boolean
1309
+ versionOptionsPackage2SubscriberEditable:
1310
+ description: versionOptionsPackage2SubscriberEditable of the version
1311
+ type: boolean
1312
+ versionOptionsSecurityReviewed:
1313
+ description: Value from core table about security review status
1314
+ type: boolean
1315
+ AppExchangeForcePublisherExtensionRepresentation:
1316
+ description: Represents an AppExchange force publisher extension
1317
+ type: object
1318
+ properties:
1319
+ agreedTermsId:
1320
+ description: The Org62 Id of the Partner Terms that were agreed to
1321
+ type: string
1322
+ required: false #Hand-rolled
1323
+ allowBrandedTerms:
1324
+ description: allowBrandedTerms of AppExchange listing force publisher extension
1325
+ type: boolean
1326
+ required: false #Hand-rolled
1327
+ billingAccountId:
1328
+ description: Stripe User ID retrieved from signup
1329
+ type: string
1330
+ required: false #Hand-rolled
1331
+ businessApprovalWhitelist:
1332
+ description: If true, any listings created under this publisher will automatically
1333
+ have their 'Business Approval' field set to 'Approved' and will not be required
1334
+ to go through the Onboarding questionnaire/process
1335
+ type: boolean
1336
+ required: false #Hand-rolled
1337
+ checkoutSignUpStatus:
1338
+ description: checkoutSignUpStatus of AppExchange listing force publisher extension
1339
+ type: string
1340
+ required: false #Hand-rolled
1341
+ checkoutStatusChangeDate:
1342
+ description: The Date when the checkout status changed
1343
+ type: string
1344
+ required: false #Hand-rolled
1345
+ complianceQuestionnaireCompletedDate:
1346
+ description: The date a compliance questionnaire was first completed for this
1347
+ publisher. If this field (and the Compliance Questionnaire Completed User
1348
+ field) are complete, then the Compliance Questionnaire will no longer be
1349
+ visible for any listings on this publisher
1350
+ type: string
1351
+ required: false #Hand-rolled
1352
+ fullforceCertification:
1353
+ description: fullforceCertification of AppExchange listing force publisher
1354
+ extension
1355
+ type: string
1356
+ required: false #Hand-rolled
1357
+ fullforceMasters:
1358
+ description: This field will be used to display the list of the Fullforce
1359
+ Masters that a partner has obtained on the services listings
1360
+ type: string
1361
+ required: false #Hand-rolled
1362
+ isvClickthroughDateTime:
1363
+ description: ISV click-through date
1364
+ type: string
1365
+ required: false #Hand-rolled
1366
+ isvClickthroughName:
1367
+ description: Name of user (at the time) who signed ISV click-through agreement
1368
+ type: string
1369
+ required: false #Hand-rolled
1370
+ isvClickthroughUserId:
1371
+ description: TZ userId of who signed the click-through
1372
+ type: string
1373
+ required: false #Hand-rolled
1374
+ logoUrl:
1375
+ description: logoUrl of AppExchange listing force publisher extension
1376
+ type: string
1377
+ required: false #Hand-rolled
1378
+ orgId:
1379
+ description: The record ID for the organization to which the user who created
1380
+ this Publisher belongs
1381
+ type: string
1382
+ required: false #Hand-rolled
1383
+ siProgramEmergingProductsCount:
1384
+ description: Specialization Count, as of PY21 it excludes Fullforce and Lightning
1385
+ Bolt
1386
+ type: integer
1387
+ required: false #Hand-rolled
1388
+ siProgramFullforceCount:
1389
+ description: Masters Count, as of PY21 it excludes Fullforce and Lightning
1390
+ Bolt
1391
+ type: integer
1392
+ required: false #Hand-rolled
1393
+ stripeAccount:
1394
+ description: Stripe account associated with the publisher
1395
+ type: string
1396
+ required: false #Hand-rolled
1397
+ stripeCheckoutSignupStatus:
1398
+ description: stripeCheckoutSignupStatus of AppExchange listing force publisher
1399
+ extension
1400
+ type: string
1401
+ required: false #Hand-rolled
1402
+ vatNumber:
1403
+ description: vatNumber of AppExchange listing force publisher extension
1404
+ type: string
1405
+ required: false #Hand-rolled
1406
+ vatPercentage:
1407
+ description: Percentage to charge for VAT
1408
+ format: double
1409
+ type: number
1410
+ required: false #Hand-rolled
1411
+ AppExchangeFreePricingModelRepresentation:
1412
+ description: Represents an AppExchange free pricing model
1413
+ discriminatorValue: free
1414
+ type: AppExchangePricingModelRepresentation
1415
+ properties:
1416
+ plans:
1417
+ description: Pricing plan list of Appexchange listing pricing model
1418
+ type: array
1419
+ items:
1420
+ type: AppExchangePricingPlanRepresentation
1421
+ AppExchangeFreeToInstallPricingModelRepresentation:
1422
+ description: Represents an AppExchange freeToInstall pricing model
1423
+ discriminatorValue: free_to_install
1424
+ type: AppExchangePricingModelRepresentation
1425
+ properties:
1426
+ additionalDetails:
1427
+ description: Additional pricing details
1428
+ type: string
1429
+ additionalServices:
1430
+ description: What paid products or services do customers need to use this
1431
+ product
1432
+ type: string
1433
+ discountsOffered:
1434
+ description: Are discounts offered for non-profits and NGOs
1435
+ type: boolean
1436
+ displayPlanNames:
1437
+ description: Whether the pricing plan names are displayed or shown as enumerated
1438
+ plans
1439
+ type: boolean
1440
+ plans:
1441
+ description: Pricing plan list of Appexchange listing pricing model
1442
+ type: array
1443
+ items:
1444
+ type: AppExchangePricingPlanRepresentation
1445
+ AppExchangeFreemiumPricingModelRepresentation:
1446
+ description: Represents an AppExchange freemium pricing model
1447
+ discriminatorValue: freemium
1448
+ type: AppExchangePricingModelRepresentation
1449
+ properties:
1450
+ additionalDetails:
1451
+ description: Additional pricing details
1452
+ type: string
1453
+ discountsOffered:
1454
+ description: Are discounts offered for non-profits and NGOs
1455
+ type: boolean
1456
+ displayPlanNames:
1457
+ description: Whether the pricing plan names are displayed or shown as enumerated
1458
+ plans
1459
+ type: boolean
1460
+ plans:
1461
+ description: Pricing plan list of Appexchange listing pricing model
1462
+ type: array
1463
+ items:
1464
+ type: AppExchangePricingPlanRepresentation
1465
+ userLimitations:
1466
+ description: What are the user limitations for this product
1467
+ type: string
1468
+ AppExchangeInstalledPackageRepresentation:
1469
+ description: Represents an AppExchange Installed Package details
1470
+ type: object
1471
+ properties:
1472
+ version:
1473
+ description: version details of the installed package
1474
+ type: AppExchangeInstalledPackageVersionRepresentation
1475
+ required: false #Hand-rolled
1476
+ AppExchangeInstalledPackageVersionRepresentation:
1477
+ description: Represents an AppExchange Installed Package details
1478
+ type: object
1479
+ properties:
1480
+ majorVersion:
1481
+ description: majorVersion of the installed package
1482
+ type: integer
1483
+ required: false #Hand-rolled
1484
+ minorVersion:
1485
+ description: minorVersion of the installed package
1486
+ type: integer
1487
+ required: false #Hand-rolled
1488
+ patchVersion:
1489
+ description: patchVersion of the installed package
1490
+ type: integer
1491
+ required: false #Hand-rolled
1492
+ versionName:
1493
+ description: versionName of the installed package
1494
+ type: string
1495
+ required: false #Hand-rolled
1496
+ AppExchangeLeadTrialInformationPluginRepresentation:
1497
+ description: Represents an AppExchange leadTrialInformation plugin
1498
+ type: object
1499
+ properties:
1500
+ demoCampaignID:
1501
+ description: demoCampaignID of AppExchange listing plugin leadTrialInformation
1502
+ type: string
1503
+ required: false #Hand-rolled
1504
+ enableDemoLeads:
1505
+ description: enableDemoLeads of AppExchange listing plugin leadTrialInformation
1506
+ type: boolean
1507
+ required: false #Hand-rolled
1508
+ enableInstallLeads:
1509
+ description: enableInstallLeads of AppExchange listing plugin leadTrialInformation
1510
+ type: boolean
1511
+ required: false #Hand-rolled
1512
+ enableLearnMoreLeads:
1513
+ description: enableLearnMoreLeads of AppExchange listing plugin leadTrialInformation
1514
+ type: boolean
1515
+ required: false #Hand-rolled
1516
+ enableTestDriveLeads:
1517
+ description: enableTestDriveLeads of AppExchange listing plugin leadTrialInformation
1518
+ type: boolean
1519
+ required: false #Hand-rolled
1520
+ enableTrialLeads:
1521
+ description: enableTrialLeads of AppExchange listing plugin leadTrialInformation
1522
+ type: boolean
1523
+ required: false #Hand-rolled
1524
+ installCampaignID:
1525
+ description: installCampaignID of AppExchange listing plugin leadTrialInformation
1526
+ type: string
1527
+ required: false #Hand-rolled
1528
+ leadsOrgID:
1529
+ description: leadsOrgID of AppExchange listing plugin leadTrialInformation
1530
+ type: string
1531
+ required: false #Hand-rolled
1532
+ learnMoreCampaignID:
1533
+ description: Salesforce campaign Id where leads are sent to
1534
+ type: string
1535
+ required: false #Hand-rolled
1536
+ testDriveCampaignID:
1537
+ description: testDriveCampaignID of AppExchange listing plugin leadTrialInformation
1538
+ type: string
1539
+ required: false #Hand-rolled
1540
+ trialCampaignID:
1541
+ description: trialCampaignID of AppExchange listing plugin leadTrialInformation
1542
+ type: string
1543
+ required: false #Hand-rolled
1544
+ AppExchangeListingAdditionalProps:
1545
+ description: Represents AdditionalProps of an AppExchange listing
1546
+ type: object
1547
+ properties:
1548
+ actionCount:
1549
+ description: actionCount of an AppExchange listing
1550
+ type: integer
1551
+ required: false #Hand-rolled
1552
+ agentCount:
1553
+ description: agentCount of an AppExchange listing
1554
+ type: integer
1555
+ required: false #Hand-rolled
1556
+ agentDescription:
1557
+ description: agentDescription of an AppExchange listing
1558
+ type: string
1559
+ required: false #Hand-rolled
1560
+ mcpServerCount:
1561
+ description: mcpServerCount of an AppExchange listing
1562
+ type: integer
1563
+ required: false #Hand-rolled
1564
+ topicCount:
1565
+ description: topicCount of an AppExchange listing
1566
+ type: integer
1567
+ required: false #Hand-rolled
1568
+ AppExchangeListingCategoriesRepresentation:
1569
+ description: Represents an AppExchange listing categories
1570
+ type: object
1571
+ properties:
1572
+ categories:
1573
+ description: The categories of AppExchange listing categories
1574
+ type: array
1575
+ required: false #Hand-rolled
1576
+ items:
1577
+ type: string
1578
+ isSelected:
1579
+ description: isSelected of AppExchange listing categories
1580
+ type: boolean
1581
+ required: false #Hand-rolled
1582
+ AppExchangeListingDetailsRepresentation:
1583
+ description: Represents an AppExchange listing details
1584
+ type: object
1585
+ properties:
1586
+ businessNeeds:
1587
+ description: BusinessNeeds of AppExchange listing
1588
+ type: object
1589
+ required: false #Hand-rolled
1590
+ properties:
1591
+ //:
1592
+ type: AppExchangeListingCategoriesRepresentation
1593
+ description:
1594
+ description: Description of AppExchange listing
1595
+ type: string
1596
+ required: false #Hand-rolled
1597
+ enableMarketingUse:
1598
+ description: Consent given to use the logo and tile images on Salesforce Marketing
1599
+ of AppExchange listing
1600
+ type: boolean
1601
+ required: false #Hand-rolled
1602
+ extensions:
1603
+ description: The technology specific extensions added to AppExchange listing
1604
+ type: AppExchangeListingExtensionsRepresentation
1605
+ required: false
1606
+ fullDescription:
1607
+ description: The long description of the AppListing listing shown on the App
1608
+ Detail page
1609
+ type: string
1610
+ required: false #Hand-rolled
1611
+ installPackagingPermission:
1612
+ description: installPackagingPermission - Permission to install AppExchange listing packages
1613
+ type: boolean
1614
+ required: false #Hand-rolled
1615
+ installedPackage:
1616
+ description: installed Package details of AppExchange listing
1617
+ type: AppExchangeInstalledPackageRepresentation
1618
+ required: false #Hand-rolled
1619
+ isDeleted:
1620
+ description: Soft delete flag of AppExchange listing
1621
+ type: boolean
1622
+ required: false #Hand-rolled
1623
+ isPublic:
1624
+ description: The availability of this AppExchange listing on the AppExchange
1625
+ site
1626
+ type: boolean
1627
+ required: false #Hand-rolled
1628
+ name:
1629
+ description: The external name/title of AppExchange listing
1630
+ type: string
1631
+ required: false #Hand-rolled
1632
+ oafId:
1633
+ description: OneAppExchange Framework Id - primary identifier of AppExchange
1634
+ listing
1635
+ type: string
1636
+ required: false #Hand-rolled
1637
+ org62AccountId:
1638
+ description: AccountId in Org62 of AppExchange listing
1639
+ type: string
1640
+ required: false #Hand-rolled
1641
+ packageVersionId:
1642
+ description: PackageVersionId of AppExchange listing
1643
+ type: string
1644
+ required: false #Hand-rolled
1645
+ partnerLookup:
1646
+ description: PartnerLookup of AppExchange listing
1647
+ type: string
1648
+ required: false #Hand-rolled
1649
+ plugins:
1650
+ description: The plugins added to AppExchange listing
1651
+ type: AppExchangeListingPluginsRepresentation
1652
+ required: false #Hand-rolled
1653
+ pricing:
1654
+ description: Pricing of AppExchange listing
1655
+ type: AppExchangePricingRepresentation
1656
+ required: false #Hand-rolled
1657
+ publisher:
1658
+ description: Publisher stream associated to AppExchange listing
1659
+ type: AppExchangePublisherRepresentation
1660
+ required: false #Hand-rolled
1661
+ reviewsSummary:
1662
+ description: ReviewsSummary of AppExchange listing
1663
+ type: AppExchangeListingReviewsSummaryRepresentation
1664
+ required: false #Hand-rolled
1665
+ seoTitle:
1666
+ description: The search-engine version of the title of AppExchange listing
1667
+ type: string
1668
+ required: false #Hand-rolled
1669
+ solution:
1670
+ description: Solution of AppExchange listing
1671
+ type: AppExchangeListingSolutionRepresentation
1672
+ required: false #Hand-rolled
1673
+ technology:
1674
+ description: The technology type of AppExchange listing
1675
+ type: string
1676
+ required: false #Hand-rolled
1677
+ title:
1678
+ description: The title/external name of AppExchange listing
1679
+ type: string
1680
+ required: false #Hand-rolled
1681
+ userCreatedAt:
1682
+ description: The UTC timestamp the listing was created in ISO string format
1683
+ of AppExchange listing
1684
+ type: string
1685
+ required: false #Hand-rolled
1686
+ userUpdatedAt:
1687
+ description: The UTC timestamp the listing was updated in ISO string format
1688
+ of AppExchange listing
1689
+ type: string
1690
+ required: false #Hand-rolled
1691
+ AppExchangeListingExtensionsRepresentation:
1692
+ description: Represents an AppExchange listing extensions
1693
+ type: object
1694
+ properties:
1695
+ listing_extensions_force_listings_CopilotListing:
1696
+ description: listing_extensions_force_listings_CopilotListing extension of
1697
+ AppExchange listing extensions
1698
+ type: AppExchangeForceCopilotListingExtensionRepresentation
1699
+ required: false #Hand-rolled
1700
+ listing_extensions_force_listings_Listing:
1701
+ description: listing_extensions_force_listings_Listing extension of AppExchange
1702
+ listing extensions
1703
+ type: AppExchangeForceExtensionRepresentation
1704
+ required: false #Hand-rolled
1705
+ listing_extensions_force_listings_Listing_extensions_PackageListing:
1706
+ description: listing_extensions_force_listings_Listing_extensions_PackageListing
1707
+ extension of AppExchange listing extensions
1708
+ type: AppExchangeForcePackageListingExtensionRepresentation
1709
+ required: false #Hand-rolled
1710
+ listing_extensions_force_listings_Listing_extensions_PackageListing_TestDrive:
1711
+ description: listing_extensions_force_listings_Listing_extensions_PackageListing_TestDrive
1712
+ extension of AppExchange listing extensions
1713
+ type: AppExchangeForcePackageListingTestDriveExtensionRepresentation
1714
+ required: false #Hand-rolled
1715
+ listing_extensions_tableau_listings_Listing:
1716
+ description: listing_extensions_tableau_listings_Listing extension of AppExchange
1717
+ listing extensions
1718
+ type: AppExchangeTableauExtensionRepresentation
1719
+ required: false #Hand-rolled
1720
+ AppExchangeListingLogoRepresentation:
1721
+ description: Represents an AppExchange listing logo
1722
+ type: object
1723
+ properties:
1724
+ externalId:
1725
+ description: ExternalId of AppExchange listing logo
1726
+ type: string
1727
+ logoType:
1728
+ description: LogoType of AppExchange listing logo
1729
+ type: string
1730
+ mediaId:
1731
+ description: MediaId of AppExchange listing logo
1732
+ type: string
1733
+ AppExchangeListingPluginsRepresentation:
1734
+ description: Represents an AppExchange listing plugins
1735
+ type: object
1736
+ properties:
1737
+ listing_plugins_Carousel:
1738
+ description: carousel of AppExchange listing plugins
1739
+ type: AppExchangeCarouselPluginRepresentation
1740
+ required: false #Hand-rolled
1741
+ listing_plugins_Content:
1742
+ description: content of AppExchange listing plugins
1743
+ type: AppExchangeContentPluginRepresentation
1744
+ required: false #Hand-rolled
1745
+ listing_plugins_Demo:
1746
+ description: demo of AppExchange listing plugins
1747
+ type: AppExchangeDemoPluginRepresentation
1748
+ required: false #Hand-rolled
1749
+ listing_plugins_LeadTrialInformation:
1750
+ description: leadTrialInformation of AppExchange listing plugins
1751
+ type: AppExchangeLeadTrialInformationPluginRepresentation
1752
+ required: false #Hand-rolled
1753
+ listing_plugins_LogoSet:
1754
+ description: logoSet of AppExchange listing plugins
1755
+ type: AppExchangeLogoSetPluginRepresentation
1756
+ required: false #Hand-rolled
1757
+ listing_plugins_SupportInformation:
1758
+ description: supportInformation of AppExchange listing plugins
1759
+ type: AppExchangeSupportInformationPluginRepresentation
1760
+ required: false #Hand-rolled
1761
+ AppExchangeListingReviewsSummaryRepresentation:
1762
+ description: Represents an AppExchange listing reviewsSummary
1763
+ type: object
1764
+ properties:
1765
+ averageRating:
1766
+ description: The average rating of the associated listing
1767
+ format: double
1768
+ type: number
1769
+ required: false #Hand-rolled
1770
+ externalId:
1771
+ description: The external identifier of reviewsSummary
1772
+ type: string
1773
+ required: false #Hand-rolled
1774
+ id:
1775
+ description: The One AppExchange Framework identifier of reviewsSummary
1776
+ type: string
1777
+ required: false #Hand-rolled
1778
+ listing:
1779
+ description: UUID reference or External Id to the listing stream associated
1780
+ type: string
1781
+ required: false #Hand-rolled
1782
+ reviewCount:
1783
+ description: The number of reviews for the associated listing
1784
+ type: integer
1785
+ required: false #Hand-rolled
1786
+ AppExchangeListingSecurityReviewRepresentation:
1787
+ description: Represents an AppExchange listing securityReview
1788
+ type: object
1789
+ properties:
1790
+ approvalDate:
1791
+ description: approvalDate of AppExchange listing securityReview
1792
+ type: string
1793
+ required: false #Hand-rolled
1794
+ lastApprovedVersion:
1795
+ description: lastApprovedVersion of AppExchange listing securityReview
1796
+ type: string
1797
+ required: false #Hand-rolled
1798
+ AppExchangeListingSolutionDetailRepresentation:
1799
+ description: Represents an AppExchange listing solution detail
1800
+ discriminator: solutionTechnology
1801
+ type: object
1802
+ properties:
1803
+ solutionTechnology:
1804
+ description: solutionTechnology
1805
+ type: string
1806
+ required: false #Hand-rolled
1807
+ AppExchangeListingSolutionRepresentation:
1808
+ description: Represents an AppExchange listing solution
1809
+ type: object
1810
+ properties:
1811
+ externalId:
1812
+ description: The external identifier of the solution
1813
+ type: string
1814
+ required: false #Hand-rolled
1815
+ id:
1816
+ description: The OneAppExchange Framework identifier of the solution
1817
+ type: string
1818
+ required: false #Hand-rolled
1819
+ name:
1820
+ description: The internal name of the solution
1821
+ type: string
1822
+ required: false #Hand-rolled
1823
+ org62AccountId:
1824
+ description: AccountId in Org62
1825
+ type: string
1826
+ required: false #Hand-rolled
1827
+ publisher:
1828
+ description: UUID reference or External Id to the publisher stream associated
1829
+ to this solution
1830
+ type: string
1831
+ required: false #Hand-rolled
1832
+ securityReview:
1833
+ description: Security Review
1834
+ type: AppExchangeListingSecurityReviewRepresentation
1835
+ required: false #Hand-rolled
1836
+ solution:
1837
+ description: solution detail of the solution
1838
+ type: AppExchangeListingSolutionDetailRepresentation
1839
+ required: false #Hand-rolled
1840
+ technology:
1841
+ description: The technology specific data for the solution
1842
+ type: string
1843
+ required: false #Hand-rolled
1844
+ userCreatedAt:
1845
+ description: The UTC timestamp the solution was created in ISO string format
1846
+ type: string
1847
+ required: false #Hand-rolled
1848
+ userUpdatedAt:
1849
+ description: The UTC timestamp the solution was updated in ISO string format
1850
+ type: string
1851
+ required: false #Hand-rolled
1852
+ AppExchangeLogoSetItemRepresentation:
1853
+ description: Represents an AppExchange logoSet item
1854
+ type: object
1855
+ properties:
1856
+ externalId:
1857
+ description: The external identifier for the image logo
1858
+ type: string
1859
+ required: false #Hand-rolled
1860
+ logoType:
1861
+ description: The type of logo
1862
+ type: string
1863
+ required: false #Hand-rolled
1864
+ mediaId:
1865
+ description: This field is used to hold information required to display the
1866
+ image. It can be a URL to a partner community file or a UUID of a file hosted
1867
+ by the image upload service
1868
+ type: string
1869
+ required: false #Hand-rolled
1870
+ AppExchangeLogoSetPluginRepresentation:
1871
+ description: Represents an AppExchange logoSet plugin
1872
+ type: object
1873
+ properties:
1874
+ items:
1875
+ description: items of AppExchange listing plugin logoSet
1876
+ type: array
1877
+ required: false #Hand-rolled
1878
+ items:
1879
+ type: AppExchangeLogoSetItemRepresentation
1880
+ AppExchangeMCPServerResourceRepresentation:
1881
+ description: Represents an AppExchange MCP Server Resource
1882
+ type: object
1883
+ properties:
1884
+ description:
1885
+ description: Description of the MCP server resource
1886
+ type: string
1887
+ required: false #Hand-rolled
1888
+ name:
1889
+ description: Name of the MCP server resource
1890
+ type: string
1891
+ required: false #Hand-rolled
1892
+ AppExchangeMCPServerToolRepresentation:
1893
+ description: Represents an AppExchange MCP Server Tool
1894
+ type: object
1895
+ properties:
1896
+ description:
1897
+ description: Description of the MCP server tool
1898
+ type: string
1899
+ required: false #Hand-rolled
1900
+ name:
1901
+ description: Name of the MCP server tool
1902
+ type: string
1903
+ required: false #Hand-rolled
1904
+ AppExchangePaidPricingModelRepresentation:
1905
+ description: Represents an AppExchange paid pricing model
1906
+ discriminatorValue: paid
1907
+ type: AppExchangePricingModelRepresentation
1908
+ properties:
1909
+ additionalDetails:
1910
+ description: Additional pricing details
1911
+ type: string
1912
+ discountsOffered:
1913
+ description: Are discounts offered for non-profits and NGOs
1914
+ type: boolean
1915
+ displayPlanNames:
1916
+ description: Whether the pricing plan names are displayed or shown as enumerated
1917
+ plans
1918
+ type: boolean
1919
+ paymentCollection:
1920
+ description: When do we want to collect payment details
1921
+ type: string
1922
+ paymentMethod:
1923
+ description: Valid payment methods for this listing
1924
+ type: array
1925
+ items:
1926
+ type: string
1927
+ paymentType:
1928
+ description: Payment type of the plan
1929
+ type: string
1930
+ plans:
1931
+ description: Pricing plan list of Appexchange listing pricing model
1932
+ type: array
1933
+ items:
1934
+ type: AppExchangePricingPlanRepresentation
1935
+ AppExchangePricingModelRepresentation:
1936
+ description: Represents an AppExchange pricing model
1937
+ discriminator: priceModelType
1938
+ type: object
1939
+ properties:
1940
+ priceModelType:
1941
+ description: Price model type
1942
+ type: string
1943
+ required: false #Hand-rolled
1944
+ AppExchangePricingPlanRepresentation:
1945
+ description: Represents an AppExchange pricing plan
1946
+ type: object
1947
+ properties:
1948
+ active:
1949
+ description: Regardless whether the stripe id is filled or not, this field
1950
+ defines if the plan can be shown on the AppExchange Site. This is mapped
1951
+ to SubscriptionPlan__c.Active__c in Tz org.
1952
+ type: boolean
1953
+ currencyCode:
1954
+ description: Currency code
1955
+ type: string
1956
+ customUnit:
1957
+ description: Custom unit
1958
+ type: string
1959
+ frequency:
1960
+ description: Frequency of the plan
1961
+ type: string
1962
+ id:
1963
+ description: Id of the plan
1964
+ type: string
1965
+ index:
1966
+ description: Ordering index
1967
+ type: integer
1968
+ intervalLength:
1969
+ description: Interval Length
1970
+ type: integer
1971
+ lowestStartingPrice:
1972
+ description: Is this the lowest starting price?
1973
+ type: boolean
1974
+ planName:
1975
+ description: Plan name
1976
+ type: string
1977
+ price:
1978
+ description: Price for this price object
1979
+ format: double
1980
+ type: number
1981
+ requireCustomToContactMe:
1982
+ description: Requires custom to contact me
1983
+ type: boolean
1984
+ sourceRecordType:
1985
+ description: Record type from source
1986
+ type: string
1987
+ stripeId:
1988
+ description: Stripe Id
1989
+ type: string
1990
+ trialDays:
1991
+ description: Number of trial days
1992
+ type: integer
1993
+ units:
1994
+ description: Type of units
1995
+ type: string
1996
+ AppExchangePricingRepresentation:
1997
+ description: Represents an AppExchange pricing
1998
+ type: object
1999
+ properties:
2000
+ checkoutEnabledDate:
2001
+ description: Checkout enabled date of AppExchange listing pricing
2002
+ type: string
2003
+ required: false #Hand-rolled
2004
+ commerceExternalId:
2005
+ description: External Id to the BT Commerce Service that will be the parent
2006
+ of plan records
2007
+ type: string
2008
+ required: false #Hand-rolled
2009
+ externalId:
2010
+ description: externalId of appexchange listing pricing
2011
+ type: string
2012
+ required: false #Hand-rolled
2013
+ id:
2014
+ description: UUID of this pricing_plan stream
2015
+ type: string
2016
+ required: false #Hand-rolled
2017
+ isPublic:
2018
+ description: Indicates if the listing is public or not
2019
+ type: boolean
2020
+ required: false #Hand-rolled
2021
+ legacyForcedPricing:
2022
+ description: Legacy Forced Pricing of AppExchange listing pricing
2023
+ type: string
2024
+ required: false #Hand-rolled
2025
+ listingId:
2026
+ description: The UUID of the OAF listing stream. Same as owner ID.
2027
+ type: string
2028
+ required: false #Hand-rolled
2029
+ managedPackage:
2030
+ description: Indicates if the listing is a managed package
2031
+ type: boolean
2032
+ required: false #Hand-rolled
2033
+ model:
2034
+ description: pricing model of AppExchange listing pricing
2035
+ type: AppExchangePricingModelRepresentation
2036
+ required: false #Hand-rolled
2037
+ org62AccountId:
2038
+ description: AccountId in Org62
2039
+ type: string
2040
+ required: false #Hand-rolled
2041
+ priceModelType:
2042
+ description: Price type of the plan
2043
+ type: string
2044
+ required: false #Hand-rolled
2045
+ sourceId:
2046
+ description: Either Tz ID of the listing or the UUID external_id of the OAF
2047
+ listing stream
2048
+ type: string
2049
+ required: false #Hand-rolled
2050
+ sourceRecordType:
2051
+ description: Listing record type in source
2052
+ type: string
2053
+ required: false #Hand-rolled
2054
+ status:
2055
+ description: Listing status in source
2056
+ type: string
2057
+ required: false #Hand-rolled
2058
+ AppExchangePublisherExtensionsRepresentation:
2059
+ description: Represents an AppExchange publisher extensions
2060
+ type: object
2061
+ properties:
2062
+ publisher_extensions_force_Publisher:
2063
+ description: forcePublisher of AppExchange listing publisher extensions
2064
+ type: AppExchangeForcePublisherExtensionRepresentation
2065
+ required: false #Hand-rolled
2066
+ AppExchangePublisherLogoItemRepresentation:
2067
+ description: Represents an AppExchange publisher logoItem
2068
+ type: object
2069
+ properties:
2070
+ externalId:
2071
+ description: The external identifier for the image logo
2072
+ type: string
2073
+ required: false #Hand-rolled
2074
+ logoType:
2075
+ description: The type of logo
2076
+ type: string
2077
+ required: false #Hand-rolled
2078
+ mediaId:
2079
+ description: This field is used to hold information required to display the
2080
+ image. It can be a URL to a partner community file or a UUID of a file hosted
2081
+ by the image upload service
2082
+ type: string
2083
+ required: false #Hand-rolled
2084
+ AppExchangePublisherLogoRepresentation:
2085
+ description: Represents an AppExchange publisherLogo
2086
+ type: object
2087
+ properties:
2088
+ items:
2089
+ description: items of AppExchange listing publisherLogo
2090
+ type: array
2091
+ required: false #Hand-rolled
2092
+ items:
2093
+ type: AppExchangePublisherLogoItemRepresentation
2094
+ AppExchangePublisherPluginsRepresentation:
2095
+ description: Represents an AppExchange publisher plugins
2096
+ type: object
2097
+ properties:
2098
+ publisher_plugins_PublisherLogo:
2099
+ description: publisherLogo of AppExchange listing publisher plugins
2100
+ type: AppExchangePublisherLogoRepresentation
2101
+ required: false #Hand-rolled
2102
+ AppExchangePublisherRepresentation:
2103
+ description: Represents an AppExchange publisher
2104
+ type: object
2105
+ properties:
2106
+ active:
2107
+ description: Boolean to check if Publisher is Active
2108
+ type: boolean
2109
+ required: false #Hand-rolled
2110
+ businessEmail:
2111
+ description: The publisher's business contact email address
2112
+ type: string
2113
+ required: false #Hand-rolled
2114
+ country:
2115
+ description: country of AppExchange listing publisher
2116
+ type: string
2117
+ required: false #Hand-rolled
2118
+ deleted:
2119
+ description: Soft delete flag for the publisher
2120
+ type: boolean
2121
+ required: false #Hand-rolled
2122
+ description:
2123
+ description: A long description for the publisher
2124
+ type: string
2125
+ required: false #Hand-rolled
2126
+ email:
2127
+ description: The publisher's contact email address
2128
+ type: string
2129
+ required: false #Hand-rolled
2130
+ employees:
2131
+ description: Total number of employees at the company
2132
+ type: integer
2133
+ required: false #Hand-rolled
2134
+ extensions:
2135
+ description: Publisher Extensions
2136
+ type: AppExchangePublisherExtensionsRepresentation
2137
+ required: false #Hand-rolled
2138
+ externalId:
2139
+ description: The external identifier of the publisher
2140
+ type: string
2141
+ required: false #Hand-rolled
2142
+ hqLocation:
2143
+ description: Publisher's Head Quarters location
2144
+ type: string
2145
+ required: false #Hand-rolled
2146
+ id:
2147
+ description: The identifier of the publisher
2148
+ type: string
2149
+ required: false #Hand-rolled
2150
+ marketingEmail:
2151
+ description: The publisher's marketing contact email address
2152
+ type: string
2153
+ required: false #Hand-rolled
2154
+ name:
2155
+ description: The name of the publisher
2156
+ type: string
2157
+ required: false #Hand-rolled
2158
+ org62AccountId:
2159
+ description: AccountId in Org62
2160
+ type: string
2161
+ required: false #Hand-rolled
2162
+ phoneNumber:
2163
+ description: The publisher's contact phone number
2164
+ type: string
2165
+ required: false #Hand-rolled
2166
+ plugins:
2167
+ description: The generic plugins added to this publisher
2168
+ type: AppExchangePublisherPluginsRepresentation
2169
+ required: false #Hand-rolled
2170
+ securityReviewEmail:
2171
+ description: The publisher's security reviews contact email address
2172
+ type: string
2173
+ required: false #Hand-rolled
2174
+ technicalEmail:
2175
+ description: The publisher's technical contact email address
2176
+ type: string
2177
+ required: false #Hand-rolled
2178
+ userCreatedAt:
2179
+ description: The UTC timestamp the publisher was created in ISO string format
2180
+ type: string
2181
+ required: false #Hand-rolled
2182
+ userUpdatedAt:
2183
+ description: The UTC timestamp the publisher was updated at in ISO string
2184
+ format
2185
+ type: string
2186
+ required: false #Hand-rolled
2187
+ website:
2188
+ description: The publisher's website
2189
+ type: string
2190
+ required: false #Hand-rolled
2191
+ yearFounded:
2192
+ description: Year the company was founded
2193
+ type: integer
2194
+ required: false #Hand-rolled
2195
+ AppExchangeSearchListingCollectionRepresentation:
2196
+ description: Represents an AppExchange search listing collection
2197
+ type: object
2198
+ properties:
2199
+ listings:
2200
+ description: The list of the AppExchange listings
2201
+ type: array
2202
+ items:
2203
+ type: AppExchangeSearchListingRepresentation
2204
+ primaryKey:
2205
+ description: The primary key
2206
+ type: string
2207
+ totalCount:
2208
+ description: The total count of the AppExchange listings
2209
+ type: integer
2210
+ AppExchangeSearchListingRepresentation:
2211
+ description: Represents an AppExchange search listing
2212
+ type: object
2213
+ properties:
2214
+ additionalProps:
2215
+ description: AdditionalProps of an AppExchange listing
2216
+ type: AppExchangeListingAdditionalProps
2217
+ required: false #Hand-rolled
2218
+ averageRating:
2219
+ description: Average Rating of AppExchange listing
2220
+ format: double
2221
+ type: number
2222
+ required: false #Hand-rolled
2223
+ collectionName:
2224
+ description: Collection Name of AppExchange listing
2225
+ type: string
2226
+ required: false #Hand-rolled
2227
+ description:
2228
+ description: Description of AppExchange listing
2229
+ type: string
2230
+ required: false #Hand-rolled
2231
+ documentPosition:
2232
+ description: Document Position of AppExchange listing
2233
+ type: integer
2234
+ required: false #Hand-rolled
2235
+ documentTitle:
2236
+ description: Document title of AppExchange listing
2237
+ type: string
2238
+ required: false #Hand-rolled
2239
+ listingCategories:
2240
+ description: Listing Categories of AppExchange listing
2241
+ type: array
2242
+ required: false #Hand-rolled
2243
+ items:
2244
+ type: string
2245
+ logos:
2246
+ description: Logos of AppExchange listing
2247
+ type: array
2248
+ required: false #Hand-rolled
2249
+ items:
2250
+ type: AppExchangeListingLogoRepresentation
2251
+ oafId:
2252
+ description: OneAppExchange Framework Id - primary identifier of AppExchange
2253
+ Listing
2254
+ type: string
2255
+ required: false #Hand-rolled
2256
+ pricing:
2257
+ description: Pricing of AppExchange listing
2258
+ type: string
2259
+ required: false #Hand-rolled
2260
+ publisher:
2261
+ description: Publisher of AppExchange listing
2262
+ type: string
2263
+ required: false #Hand-rolled
2264
+ reviewsAmount:
2265
+ description: Reviews Amount of AppExchange listing
2266
+ type: integer
2267
+ required: false #Hand-rolled
2268
+ sourceName:
2269
+ description: Source Name of AppExchange listing
2270
+ type: string
2271
+ required: false #Hand-rolled
2272
+ title:
2273
+ description: Title of AppExchange listing
2274
+ type: string
2275
+ required: false #Hand-rolled
2276
+ type:
2277
+ description: Type of AppExchange listing
2278
+ type: string
2279
+ required: false #Hand-rolled
2280
+ AppExchangeSearchListingsInputRepresentation:
2281
+ description: Represents an AppExchange search listings input
2282
+ type: object
2283
+ properties:
2284
+ agenticContent:
2285
+ description: AgenticContent of the AppExchange listings
2286
+ type: array
2287
+ required: false #Hand-rolled
2288
+ items:
2289
+ type: string
2290
+ enum:
2291
+ - Actions
2292
+ - Agents
2293
+ - McpServers
2294
+ - Topics
2295
+ category:
2296
+ description: The category of the AppExchange listing
2297
+ type: array
2298
+ required: false #Hand-rolled
2299
+ items:
2300
+ type: string
2301
+ enum:
2302
+ - AccountBasedMarketing
2303
+ - Accounting
2304
+ - AdminAndDeveloperTools
2305
+ - AgentProductivity
2306
+ - Alerts
2307
+ - Analytics
2308
+ - AnalyticsAndSiteMonitoring
2309
+ - AuditAndCompliance
2310
+ - AugmentedRealityAndVirtualReality
2311
+ - CampaignManagement
2312
+ - CaseManagement
2313
+ - ChatAndWebConferencing
2314
+ - Collaboration
2315
+ - Commerce
2316
+ - CompensationManagement
2317
+ - ContentDeliveryNetwork
2318
+ - ContentManagementSystem
2319
+ - ContractManagement
2320
+ - ConversationalCommerce
2321
+ - CustomerService
2322
+ - DashboardsAndReports
2323
+ - DataBackupAndStorage
2324
+ - DataCleansing
2325
+ - DataManagement
2326
+ - DataMigration
2327
+ - DataVisualization
2328
+ - DeveloperTools
2329
+ - DocumentGeneration
2330
+ - DocumentManagement
2331
+ - Ecommerce
2332
+ - EmailAndCalendarSync
2333
+ - EnterpriseResourcePlanning
2334
+ - EventManagement
2335
+ - Feeds
2336
+ - FieldService
2337
+ - Finance
2338
+ - Forecasting
2339
+ - Geolocation
2340
+ - GrantManagement
2341
+ - HumanResources
2342
+ - InformationManagement
2343
+ - Integration
2344
+ - ItAndAdministration
2345
+ - ItManagement
2346
+ - LeadAndOpportunityManagement
2347
+ - LiveCommerce
2348
+ - Loyalty
2349
+ - Marketing
2350
+ - MarketingAndIntelligence
2351
+ - MarketingAutomation
2352
+ - Marketplace
2353
+ - MassEmailsAndMessaging
2354
+ - OrderAndInventoryManagement
2355
+ - PartnerManagement
2356
+ - PaymentsProcessing
2357
+ - PeopleManagement
2358
+ - Personalization
2359
+ - PointOfSaleAndInStore
2360
+ - ProcessManagement
2361
+ - ProductInformationManagement
2362
+ - Productivity
2363
+ - ProjectManagement
2364
+ - PunchoutSystem
2365
+ - QuotesAndOrders
2366
+ - RatingsAndReviews
2367
+ - RoutePlanning
2368
+ - Sales
2369
+ - SalesIntelligence
2370
+ - SalesMethodologies
2371
+ - SalesProductivity
2372
+ - SearchAndRecommendation
2373
+ - Security
2374
+ - ShippingFulfillmentAndLogistics
2375
+ - SocialChannels
2376
+ - Subscriptions
2377
+ - Surveys
2378
+ - Telephony
2379
+ - TestingAndSegmentation
2380
+ - TimeAndDate
2381
+ - TimeAndExpense
2382
+ - Translation
2383
+ - WarehouseManagementSystem
2384
+ - WarrantyAndReturnsManagement
2385
+ - Websites
2386
+ edition:
2387
+ description: The edition of the AppExchange listings
2388
+ type: array
2389
+ required: false #Hand-rolled
2390
+ items:
2391
+ type: string
2392
+ enum:
2393
+ - De
2394
+ - Ee
2395
+ - Es
2396
+ - Pe
2397
+ - Pp
2398
+ - Ue
2399
+ features:
2400
+ description: The features of the AppExchange listings
2401
+ type: array
2402
+ required: false #Hand-rolled
2403
+ items:
2404
+ type: string
2405
+ enum:
2406
+ - FrampOffering
2407
+ - IsEinsteinAgent
2408
+ - LightningAppBuilder
2409
+ - LightningReady
2410
+ - ManagedPackage
2411
+ - Mobile
2412
+ - MultiCurrency
2413
+ - Native
2414
+ - PersonAccounts
2415
+ - SalesPrograms
2416
+ - Shield
2417
+ impact:
2418
+ description: The impact of the AppExchange listings
2419
+ type: array
2420
+ required: false #Hand-rolled
2421
+ items:
2422
+ type: string
2423
+ enum:
2424
+ - Accessible
2425
+ - Diverse
2426
+ - Pledge
2427
+ industry:
2428
+ description: The industry of the AppExchange listings
2429
+ type: array
2430
+ required: false #Hand-rolled
2431
+ items:
2432
+ type: string
2433
+ enum:
2434
+ - AgricultureMining
2435
+ - Automotive
2436
+ - Communications
2437
+ - ConsumerGoods
2438
+ - Education
2439
+ - Energy
2440
+ - EngineeringConstructionRealEstate
2441
+ - FinancialServices
2442
+ - Government
2443
+ - HealthcareLifeSciences
2444
+ - HighTech
2445
+ - HorizontalProduct
2446
+ - Manufacturing
2447
+ - MediaEntertainment
2448
+ - Nonprofit
2449
+ - ProfessionalServices
2450
+ - PublicSector
2451
+ - Retail
2452
+ - TravelTransportationAndHospitality
2453
+ keyword:
2454
+ description: The keyword to search AppExchange listing
2455
+ type: string
2456
+ required: false #Hand-rolled
2457
+ labs:
2458
+ description: The labs of the AppExchange listings
2459
+ required: false #Hand-rolled
2460
+ type: array
2461
+ items:
2462
+ type: string
2463
+ enum:
2464
+ - SalesforceLabs
2465
+ language:
2466
+ description: The language of the AppExchange MarketPlace
2467
+ required: false #Hand-rolled
2468
+ type: string
2469
+ enum:
2470
+ - En
2471
+ - Ja
2472
+ languages:
2473
+ description: The languages of the AppExchange listings
2474
+ required: false #Hand-rolled
2475
+ type: array
2476
+ items:
2477
+ type: string
2478
+ enum:
2479
+ - Ar
2480
+ - Da
2481
+ - De
2482
+ - En
2483
+ - Es
2484
+ - Fi
2485
+ - Fr
2486
+ - It
2487
+ - Ja
2488
+ - Ko
2489
+ - Nl
2490
+ - Pt
2491
+ - Ru
2492
+ - Sv
2493
+ - Th
2494
+ - Zh_CN
2495
+ - Zh_TW
2496
+ page:
2497
+ description: The page of the AppExchange listings
2498
+ type: integer
2499
+ required: false #Hand-rolled
2500
+ pageSize:
2501
+ description: The pageSize of the AppExchange listings
2502
+ type: integer
2503
+ required: false #Hand-rolled
2504
+ persona:
2505
+ description: The persona of the AppExchange listings
2506
+ type: array
2507
+ required: false #Hand-rolled
2508
+ items:
2509
+ type: string
2510
+ enum:
2511
+ - Admin
2512
+ - Architect
2513
+ - BusinessOperationsManager
2514
+ - BusinessUser
2515
+ - Consultant
2516
+ - DataAnalyst
2517
+ - DataProfessional
2518
+ - Designer
2519
+ - Developer
2520
+ - Educator
2521
+ - Executive
2522
+ - Marketer
2523
+ - Other
2524
+ - Sales
2525
+ - ServiceAgentOrSupervisor
2526
+ - Student
2527
+ prevSearchQueryId:
2528
+ description: Previous SearchQueryId of listings
2529
+ required: false #Hand-rolled
2530
+ type: string
2531
+ price:
2532
+ description: The price of the AppExchange listing
2533
+ type: array
2534
+ required: false #Hand-rolled
2535
+ items:
2536
+ type: string
2537
+ enum:
2538
+ - Free
2539
+ - FreeToInstall
2540
+ - Freemium
2541
+ product:
2542
+ description: The product of the AppExchange listings
2543
+ required: false #Hand-rolled
2544
+ type: string
2545
+ enum:
2546
+ - Any
2547
+ - B2BCommerceCloud
2548
+ - B2CCommerceCloud
2549
+ - Cdp
2550
+ - CommerceCloudOrderManagement
2551
+ - CustomerDataPlatform
2552
+ - D2CCommerce
2553
+ - DataCloudForTableau
2554
+ - Datorama
2555
+ - EducationCloud
2556
+ - Einstein1
2557
+ - ExperienceCloud
2558
+ - FinancialServicesCloud
2559
+ - GovernmentCloud
2560
+ - HealthCloud
2561
+ - Hyperforce
2562
+ - ManufacturingCloud
2563
+ - MarketingCloud
2564
+ - MarketingCloudAdvanced
2565
+ - MarketingCloudGrowth
2566
+ - NetZeroCloud
2567
+ - NonprofitCloud
2568
+ - Pardot
2569
+ - PlatformCloud
2570
+ - Quip
2571
+ - RevenueCloud
2572
+ - RevenueCloudBilling
2573
+ - RevenueCloudCPQ
2574
+ - RevenueCloudSubscriptionManagement
2575
+ - SalesCloud
2576
+ - SalesforceWeb3
2577
+ - ServiceCloud
2578
+ - Tableau
2579
+ - TableauCRM
2580
+ - TableauCloud
2581
+ - TableauServer
2582
+ - WorkCom
2583
+ rating:
2584
+ description: The rating of the AppExchange listing
2585
+ required: false #Hand-rolled
2586
+ type: integer
2587
+ searchQueryId:
2588
+ description: SearchQueryId of current listings
2589
+ required: false #Hand-rolled
2590
+ type: string
2591
+ sort:
2592
+ description: The sort order of AppExchange listing
2593
+ required: false #Hand-rolled
2594
+ type: string
2595
+ enum:
2596
+ - Name
2597
+ - Popularity
2598
+ - Provider
2599
+ - Rating
2600
+ - ReleaseDate
2601
+ - Reviews
2602
+ tech:
2603
+ description: The tech of the AppExchange listings
2604
+ type: array
2605
+ required: false #Hand-rolled
2606
+ items:
2607
+ type: string
2608
+ enum:
2609
+ - ForceCopilot
2610
+ - ForceFlow
2611
+ - ForceLightning
2612
+ - ForcePackage
2613
+ - SalesforcePlatformApi
2614
+ - TableauAccelerator
2615
+ type:
2616
+ description: The type of the AppExchange listing
2617
+ required: false #Hand-rolled
2618
+ type: string
2619
+ AppExchangeSupportInformationPluginRepresentation:
2620
+ description: Represents an AppExchange supportInformation plugin
2621
+ type: object
2622
+ properties:
2623
+ businessEmail:
2624
+ description: The email to use for business marketing for this listing
2625
+ type: string
2626
+ required: false #Hand-rolled
2627
+ reviewsEmail:
2628
+ description: The email address to use for review emails for this listing
2629
+ type: string
2630
+ required: false #Hand-rolled
2631
+ support24x7:
2632
+ description: Indicates if support is available for your app 24 hours a day,
2633
+ 7 days a week
2634
+ type: boolean
2635
+ required: false #Hand-rolled
2636
+ supportDetails:
2637
+ description: Detailed information on the support provided by the publisher
2638
+ for this Listing
2639
+ type: string
2640
+ required: false #Hand-rolled
2641
+ supportEmailAddress:
2642
+ description: The email address for contacting the Publisher support team
2643
+ type: string
2644
+ required: false #Hand-rolled
2645
+ supportEmailCost:
2646
+ description: Indicates if email support costs something beyond the standard
2647
+ app fee
2648
+ type: boolean
2649
+ required: false #Hand-rolled
2650
+ supportKnowledgeBaseCost:
2651
+ description: Indicates if knowledge base support costs something beyond the
2652
+ standard app fee
2653
+ type: boolean
2654
+ required: false #Hand-rolled
2655
+ supportKnowledgeBaseURL:
2656
+ description: The URL where customers can read your knowledge base to get support
2657
+ for your app
2658
+ type: string
2659
+ required: false #Hand-rolled
2660
+ supportNotProvided:
2661
+ description: Indicates that no support is provided for the app by the publisher
2662
+ type: boolean
2663
+ required: false #Hand-rolled
2664
+ supportOnlineChatCost:
2665
+ description: Indicates if online chat support costs something beyond the standard
2666
+ app fee
2667
+ type: boolean
2668
+ required: false #Hand-rolled
2669
+ supportOnlineChatURL:
2670
+ description: The URL where customers can chat online with you to get support
2671
+ for your app
2672
+ type: string
2673
+ required: false #Hand-rolled
2674
+ supportPhoneCost:
2675
+ description: Indicates if phone support costs something beyond the standard
2676
+ app fee
2677
+ type: boolean
2678
+ required: false #Hand-rolled
2679
+ supportPhoneNumber:
2680
+ description: The phone number for contacting the Publisher sales team
2681
+ type: string
2682
+ required: false #Hand-rolled
2683
+ supportPremiumAvailable:
2684
+ description: Indicates if premium support consulting partners are available
2685
+ for your app
2686
+ type: boolean
2687
+ required: false #Hand-rolled
2688
+ supportSLA:
2689
+ description: Indicates if a consulting partner level agreement (SLA) exists
2690
+ for your app
2691
+ type: boolean
2692
+ required: false #Hand-rolled
2693
+ technicalEmail:
2694
+ description: The email to use for non-customer technical support for this
2695
+ listing
2696
+ type: string
2697
+ required: false #Hand-rolled
2698
+ AppExchangeTableauAcceleratorSolutionRepresentation:
2699
+ description: Represents an AppExchange tableau accelerator solution
2700
+ discriminatorValue: tableau_Accelerator
2701
+ type: AppExchangeListingSolutionDetailRepresentation
2702
+ properties:
2703
+ name:
2704
+ description: Name/Alias of the Tableau Accelerator
2705
+ type: string
2706
+ url:
2707
+ description: Link of the Tableau Accelerator
2708
+ type: string
2709
+ AppExchangeTableauExtensionRepresentation:
2710
+ description: Represents an AppExchange Tableau Extension
2711
+ type: object
2712
+ properties:
2713
+ accessibleSolutionURL:
2714
+ description: Accessible Solution URL or Cert
2715
+ type: string
2716
+ required: false #Hand-rolled
2717
+ businessApproval:
2718
+ description: Business Approval
2719
+ type: string
2720
+ required: false #Hand-rolled
2721
+ creditorIdentifier:
2722
+ description: A Single Euro Payments Area Creditor Identifier or SEPA Creditor
2723
+ Id is a standardized and unchanging identification number that serves to
2724
+ unequivocally identify a creditor across Europe
2725
+ type: string
2726
+ required: false #Hand-rolled
2727
+ delistedDate:
2728
+ description: The date when the listing was delisted
2729
+ type: string
2730
+ required: false #Hand-rolled
2731
+ delistedReason:
2732
+ description: Reason for delisting
2733
+ type: string
2734
+ required: false #Hand-rolled
2735
+ diverseOwnedBusinessURL:
2736
+ description: Diverse-owned Business URL or Cert
2737
+ type: string
2738
+ required: false #Hand-rolled
2739
+ highlights:
2740
+ description: New field to hold the highlights
2741
+ type: array
2742
+ required: false #Hand-rolled
2743
+ items:
2744
+ type: string
2745
+ industries:
2746
+ description: Indicates which industries categories this Listing belongs to
2747
+ type: array
2748
+ required: false #Hand-rolled
2749
+ items:
2750
+ type: string
2751
+ isAccessibleSolution:
2752
+ description: Accessible Solution
2753
+ type: boolean
2754
+ required: false #Hand-rolled
2755
+ isDiverseOwnedBusiness:
2756
+ description: Diverse-owned Business
2757
+ type: boolean
2758
+ required: false #Hand-rolled
2759
+ isLightningAppBuilder:
2760
+ description: Lightning App Builder
2761
+ type: boolean
2762
+ required: false #Hand-rolled
2763
+ isPledge1Percent:
2764
+ description: IsPledge1Percent
2765
+ type: boolean
2766
+ required: false #Hand-rolled
2767
+ isPublic:
2768
+ description: Indicates whether this Listing is publicly viewable on the Marketplace
2769
+ type: boolean
2770
+ required: false #Hand-rolled
2771
+ languages:
2772
+ description: Describes the set of languages that this App supports
2773
+ type: array
2774
+ required: false #Hand-rolled
2775
+ items:
2776
+ type: string
2777
+ learnMoreURL:
2778
+ description: Specify the URL where the customer can contact the publisher
2779
+ to learn more about installing/buying the app
2780
+ type: string
2781
+ required: false #Hand-rolled
2782
+ licenseAgreement:
2783
+ description: T&C, The license agreement for the app
2784
+ type: string
2785
+ required: false #Hand-rolled
2786
+ listingCategories:
2787
+ description: New field to hold the categories
2788
+ type: array
2789
+ required: false #Hand-rolled
2790
+ items:
2791
+ type: string
2792
+ longDescription:
2793
+ description: The long description of the AppListing shown on the App Detail
2794
+ page
2795
+ type: string
2796
+ required: false #Hand-rolled
2797
+ marketplace:
2798
+ description: The Marketplace on which this Listing can be publicly viewed.
2799
+ These values correspond to the Marketplace name, not SFID - they are converted
2800
+ to (Marketplace__c) IDs during Mulesoft sync
2801
+ type: string
2802
+ required: false #Hand-rolled
2803
+ productsRequired:
2804
+ description: Products Required
2805
+ type: array
2806
+ required: false #Hand-rolled
2807
+ items:
2808
+ type: string
2809
+ productsSupported:
2810
+ description: This is supplementary information that may add more context
2811
+ to the relevant input
2812
+ type: array
2813
+ required: false #Hand-rolled
2814
+ items:
2815
+ type: string
2816
+ publishedDate:
2817
+ description: The date when this Listing was publicly published on the Marketplace
2818
+ type: string
2819
+ required: false #Hand-rolled
2820
+ searchBlurb:
2821
+ description: Search Blurb to display on the search results page
2822
+ type: string
2823
+ required: false #Hand-rolled
2824
+ selfAttestation:
2825
+ description: Indicates if self attestation has been accepted
2826
+ type: boolean
2827
+ required: false #Hand-rolled
2828
+ selfAttestationDate:
2829
+ description: The date where the user has accepted the self attestation
2830
+ type: string
2831
+ required: false #Hand-rolled
2832
+ status:
2833
+ description: Indicates what stage in the review process the Listing is in
2834
+ for the Marketplace
2835
+ type: string
2836
+ required: false #Hand-rolled
2837
+ supportedIndustries:
2838
+ description: The Supported Industries that the app is built for
2839
+ type: array
2840
+ required: false #Hand-rolled
2841
+ items:
2842
+ type: string
2843
+ systemRequirements:
2844
+ description: Specify any additional system requirements that your app may
2845
+ have. For example, supported browsers, operating systems, or hardware. If
2846
+ your app does not have any additional system requirements, select 'No Additional
2847
+ System Requirements'.
2848
+ type: string
2849
+ required: false #Hand-rolled
2850
+ targetUserPersona:
2851
+ description: The target user persona that the app is built for
2852
+ type: array
2853
+ required: false #Hand-rolled
2854
+ items:
2855
+ type: string
2856
+ AppExchangeUserEventsInputImageRepresentation:
2857
+ description: Represents an AppExchange user events input
2858
+ type: object
2859
+ properties:
2860
+ positionIndex:
2861
+ description: The positionIndex of the image
2862
+ type: string
2863
+ AppExchangeUserEventsInputRepresentation:
2864
+ description: Represents an AppExchange user events input
2865
+ type: object
2866
+ properties:
2867
+ browser:
2868
+ description: The browser of the event
2869
+ type: string
2870
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2871
+ buttonType:
2872
+ description: The buttonType of the event
2873
+ type: string
2874
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2875
+ enum:
2876
+ - GetItNow
2877
+ - LearnMore
2878
+ - Save
2879
+ - TestDrive
2880
+ - UserInstall
2881
+ - WatchDemo
2882
+ channel:
2883
+ description: The channel of the event
2884
+ type: string
2885
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2886
+ context:
2887
+ description: The context of the event
2888
+ type: string
2889
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2890
+ customTitle:
2891
+ description: The customTitle of the event
2892
+ type: string
2893
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2894
+ date:
2895
+ description: The date of the event
2896
+ type: string
2897
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2898
+ deviceHeight:
2899
+ description: The deviceHeight of the event
2900
+ type: string
2901
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2902
+ deviceWidth:
2903
+ description: The deviceWidth of the event
2904
+ type: string
2905
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2906
+ elementType:
2907
+ description: The elementType of the event
2908
+ type: string
2909
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2910
+ eventType:
2911
+ description: The eventType of the event
2912
+ type: string
2913
+ image:
2914
+ description: The image of the event
2915
+ type: any # Handrolled to make image field optional with optional fields
2916
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2917
+ keyword:
2918
+ description: The keyword of the event
2919
+ type: string
2920
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2921
+ language:
2922
+ description: The language of the event
2923
+ type: string
2924
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2925
+ oafId:
2926
+ description: The oafId of the event
2927
+ type: string
2928
+ objectIdentifier:
2929
+ description: The objectIdentifier of the event
2930
+ type: string
2931
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2932
+ parentChannel:
2933
+ description: The parentChannel of the event
2934
+ type: string
2935
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2936
+ referrer:
2937
+ description: The referrer of the event
2938
+ type: string
2939
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2940
+ timestamp:
2941
+ description: The timestamp of the event
2942
+ type: string
2943
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2944
+ token:
2945
+ description: The token of the event
2946
+ type: string
2947
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2948
+ topic:
2949
+ description: The topic of the event
2950
+ type: string
2951
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2952
+ enum:
2953
+ - AnalyticsCarouselShownImpression
2954
+ - AnalyticsClick
2955
+ - AnalyticsLeadEvent
2956
+ - AnalyticsPageLoad
2957
+ - AnalyticsShownImpression
2958
+ - AnalyticsUserActivity
2959
+ - AnalyticsUserInstall
2960
+ trace:
2961
+ description: trace
2962
+ type: boolean
2963
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2964
+ url:
2965
+ description: The url of the event
2966
+ type: string
2967
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2968
+ viewportHeight:
2969
+ description: The viewportHeight of the event
2970
+ type: string
2971
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2972
+ viewportWidth:
2973
+ description: The viewportWidth of the event
2974
+ type: string
2975
+ required: false # Handrolled to allow the input for user events in the connect API to be optional
2976
+ AppExchangeUserEventsOutputRepresentation:
2977
+ description: Represents an AppExchange user events output
2978
+ type: object
2979
+ properties:
2980
+ message:
2981
+ description: The response message
2982
+ type: string
2983
+ primaryKey:
2984
+ description: The primary key
2985
+ type: string
2986
+ /connect/appexchange:
2987
+ /listings/{listingId}:
2988
+ get:
2989
+ displayName: getAppExchangeListingDetails
2990
+ description: Get AppExchange listing details
2991
+ responses:
2992
+ '200':
2993
+ description: Success
2994
+ body:
2995
+ application/json:
2996
+ type: AppExchangeListingDetailsRepresentation
2997
+ queryParameters:
2998
+ includeRelated:
2999
+ type: array
3000
+ required: false
3001
+ items:
3002
+ type: string
3003
+ enum:
3004
+ - Pricing
3005
+ - Publisher
3006
+ - ReviewsSummary
3007
+ - Solution
3008
+ (oas-collectionFormat): csv
3009
+ uriParameters:
3010
+ listingId:
3011
+ type: string
3012
+ required: true
3013
+ /search-listings:
3014
+ post:
3015
+ displayName: postAppExchangeSearchListingCollection
3016
+ description: Search AppExchange listings
3017
+ responses:
3018
+ '200':
3019
+ description: Success
3020
+ body:
3021
+ application/json:
3022
+ type: AppExchangeSearchListingCollectionRepresentation
3023
+ body:
3024
+ application/json:
3025
+ type: AppExchangeSearchListingsInputRepresentation
3026
+ # required: false # TODO Hand-rolled W-15955585
3027
+ (oas-body-name): input
3028
+ /user-events:
3029
+ post:
3030
+ displayName: postAppExchangeUserEvents
3031
+ description: Post AppExchange user events
3032
+ responses:
3033
+ '200':
3034
+ description: Success
3035
+ body:
3036
+ application/json:
3037
+ type: AppExchangeUserEventsOutputRepresentation
3038
+ body:
3039
+ application/json:
3040
+ type: AppExchangeUserEventsInputRepresentation
3041
+ # required: false # TODO Hand-rolled W-15955585
3042
+ (oas-body-name): input