Skip to content

Commit 4beca4b

Browse files
authored
Update MarketplaceService.yaml
1 parent e9b225e commit 4beca4b

File tree

1 file changed

+41
-54
lines changed

1 file changed

+41
-54
lines changed

content/en-us/reference/engine/classes/MarketplaceService.yaml

Lines changed: 41 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ methods:
411411
</tbody>
412412
</table>
413413
414-
#### Creator Information
414+
##### Creator Information
415415
416416
<table size="small">
417417
<thead>
@@ -425,37 +425,32 @@ methods:
425425
<tr>
426426
<td><code>Creator</code></td>
427427
<td>table</td>
428-
<td>Dictionary table of information describing the creator of the asset (see following lines).</td>
428+
<td>Dictionary table of information describing the creator of the asset, containing the following fields:</td>
429429
</tr>
430-
<tr>
431-
<td><code>Creator.CreatorType</code></td>
432-
<td>string</td>
433-
<td>Either <code>User</code> or <code>Group</code>.</td>
430+
<tr>
431+
<td colspan="2"></td>
432+
<td><code>CreatorType</code>: Either <code>User</code> or <code>Group</code>.</td>
434433
</tr>
435-
<tr>
436-
<td><code>Creator.CreatorTargetId</code></td>
437-
<td>number</td>
438-
<td>The ID of the creator user or group.</td>
434+
<tr>
435+
<td colspan="2"></td>
436+
<td><code>CreatorTargetId</code>: The ID of the creator user or group.</td>
439437
</tr>
440438
<tr>
441-
<td><code>Creator.HasVerifiedBadge</code></td>
442-
<td>boolean</td>
443-
<td>Whether the creator has a verified badge.</td>
439+
<td colspan="2"></td>
440+
<td><code>HasVerifiedBadge</code>: Boolean of whether the creator has a verified badge.</td>
444441
</tr>
445-
<tr>
446-
<td><code>Creator.Name</code></td>
447-
<td>string</td>
448-
<td>The name/username of the creator.</td>
442+
<tr>
443+
<td colspan="2"></td>
444+
<td><code>Name</code>: The name/username of the creator.</td>
449445
</tr>
450-
<tr>
451-
<td><code>Creator.Id</code></td>
452-
<td>number</td>
453-
<td>Use <b>Creator.CreatorTargetId</b> instead.</td>
446+
<tr>
447+
<td colspan="2"></td>
448+
<td><code>Id</code>: Use <code>CreatorTargetId</code> instead.</td>
454449
</tr>
455450
</tbody>
456451
</table>
457452
458-
#### Asset Information
453+
##### Asset Information
459454
460455
<table size="small">
461456
<thead>
@@ -469,7 +464,7 @@ methods:
469464
<tr>
470465
<td><code>AssetId</code></td>
471466
<td>number</td>
472-
<td>The asset ID if <code>Enum.InfoType</code> is <b>Asset</b>.</td>
467+
<td>The asset ID if <code>Enum.InfoType</code> is <code>Asset</code>.</td>
473468
</tr>
474469
<tr>
475470
<td><code>AssetTypeId</code></td>
@@ -538,42 +533,36 @@ methods:
538533
<tr>
539534
<td><code>CollectiblesItemDetails</code></td>
540535
<td>table</td>
541-
<td>Dictionary table of information describing the collectible (see following lines).</td>
536+
<td>Dictionary table of information describing the collectible, containing the following fields:</td>
542537
</tr>
543-
<tr>
544-
<td><code>CollectiblesItemDetails.CollectibleLowestAvailableResaleItemInstanceId</code></td>
545-
<td>string</td>
546-
<td>The unique item instance ID of the lowest available resale for the collectible.</td>
538+
<tr>
539+
<td colspan="2"></td>
540+
<td><code>CollectibleLowestAvailableResaleItemInstanceId</code>: The unique item instance ID of the lowest available resale for the collectible.</td>
547541
</tr>
548-
<tr>
549-
<td><code>CollectiblesItemDetails.CollectibleLowestAvailableResaleProductId</code></td>
550-
<td>string</td>
551-
<td>The unique product ID of the lowest available resale for the collectible.</td>
542+
<tr>
543+
<td colspan="2"></td>
544+
<td><code>CollectibleLowestAvailableResaleProductId</code>: The unique product ID of the lowest available resale for the collectible.</td>
552545
</tr>
553546
<tr>
554-
<td><code>CollectiblesItemDetails.CollectibleLowestResalePrice</code></td>
555-
<td>number</td>
556-
<td>The lowest resale price for the collectible in Robux.</td>
547+
<td colspan="2"></td>
548+
<td><code>CollectibleLowestResalePrice</code>: The lowest resale price for the collectible in Robux.</td>
557549
</tr>
558-
<tr>
559-
<td><code>CollectiblesItemDetails.IsForSale</code></td>
560-
<td>boolean</td>
561-
<td>If the collectible is available for sale (not resale).</td>
550+
<tr>
551+
<td colspan="2"></td>
552+
<td><code>IsForSale</code>: Boolean of whether the collectible is available for sale (not resale).</td>
562553
</tr>
563-
<tr>
564-
<td><code>CollectiblesItemDetails.IsLimited</code></td>
565-
<td>boolean</td>
566-
<td>Whether or not the collectible is limited.</td>
554+
<tr>
555+
<td colspan="2"></td>
556+
<td><code>IsLimited</code>: Boolean of whether or not the collectible is limited.</td>
567557
</tr>
568558
<tr>
569-
<td><code>CollectiblesItemDetails.TotalQuantity</code></td>
570-
<td>number</td>
571-
<td>The total quantity of the collectible available for purchase (not resale).</td>
559+
<td colspan="2"></td>
560+
<td><code>TotalQuantity</code>: The total quantity of the collectible available for purchase (not resale).</td>
572561
</tr>
573562
</tbody>
574563
</table>
575564
576-
#### Sale Location Settings
565+
##### Sale Location Settings
577566
578567
<table size="small">
579568
<thead>
@@ -592,17 +581,15 @@ methods:
592581
<tr>
593582
<td><code>SaleLocation</code></td>
594583
<td>table</td>
595-
<td>Dictionary table of information describing where the item can be sold (see following lines).</td>
584+
<td>Dictionary table of information describing where the item can be sold, containing the following fields:</td>
596585
</tr>
597586
<tr>
598-
<td><code>SaleLocation.SaleLocationType</code></td>
599-
<td>number</td>
600-
<td>The type of sale location setting. See <code>Enum.ProductLocationRestriction</code> for the sale location setting ID numbers</td>
587+
<td colspan="2"></td>
588+
<td><code>SaleLocationType</code>: The type of sale location setting. See <code>Enum.ProductLocationRestriction</code> for the sale location setting ID numbers.</td>
601589
</tr>
602590
<tr>
603-
<td><code>SaleLocation.UniverseIds</code></td>
604-
<td>table</td>
605-
<td>Array table of universes in which the item can be sold (not currently implemented).</td>
591+
<td colspan="2"></td>
592+
<td><code>UniverseIds</code>: Array table of universes in which the item can be sold (not currently implemented).</td>
606593
</tr>
607594
</tbody>
608595
</table>

0 commit comments

Comments
 (0)