Skip to content

Commit 1852163

Browse files
authored
Update MarketplaceService.yaml
Added parent to name of fields belonging to an inner table.
1 parent 9c4eb53 commit 1852163

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -541,32 +541,32 @@ methods:
541541
<td>Dictionary table of information describing the collectible (see following lines).</td>
542542
</tr>
543543
<tr>
544-
<td><code>CollectibleLowestAvailableResaleItemInstanceId</code></td>
544+
<td><code>CollectiblesItemDetails.CollectibleLowestAvailableResaleItemInstanceId</code></td>
545545
<td>string</td>
546546
<td>The unique item instance ID of the lowest available resale for the collectible.</td>
547547
</tr>
548548
<tr>
549-
<td><code>CollectibleLowestAvailableResaleProductId</code></td>
549+
<td><code>CollectiblesItemDetails.CollectibleLowestAvailableResaleProductId</code></td>
550550
<td>string</td>
551551
<td>The unique product ID of the lowest available resale for the collectible.</td>
552552
</tr>
553553
<tr>
554-
<td><code>CollectibleLowestResalePrice</code></td>
554+
<td><code>CollectiblesItemDetails.CollectibleLowestResalePrice</code></td>
555555
<td>number</td>
556556
<td>The lowest resale price for the collectible in Robux.</td>
557557
</tr>
558558
<tr>
559-
<td><code>IsForSale</code></td>
559+
<td><code>CollectiblesItemDetails.IsForSale</code></td>
560560
<td>boolean</td>
561561
<td>If the collectible is available for sale (not resale).</td>
562562
</tr>
563563
<tr>
564-
<td><code>IsLimited</code></td>
564+
<td><code>CollectiblesItemDetails.IsLimited</code></td>
565565
<td>boolean</td>
566566
<td>Whether or not the collectible is limited.</td>
567567
</tr>
568568
<tr>
569-
<td><code>TotalQuantity</code></td>
569+
<td><code>CollectiblesItemDetails.TotalQuantity</code></td>
570570
<td>number</td>
571571
<td>The total quantity of the collectible available for purchase (not resale).</td>
572572
</tr>
@@ -595,12 +595,12 @@ methods:
595595
<td>Dictionary table of information describing where the item can be sold (see following lines).</td>
596596
</tr>
597597
<tr>
598-
<td><code>SaleLocationType</code></td>
598+
<td><code>SaleLocation.SaleLocationType</code></td>
599599
<td>number</td>
600600
<td>The type of sale location setting. See <code>Enum.ProductLocationRestriction</code> for the sale location setting ID numbers</td>
601601
</tr>
602602
<tr>
603-
<td><code>UniverseIds</code></td>
603+
<td><code>SaleLocation.UniverseIds</code></td>
604604
<td>table</td>
605605
<td>Array table of universes in which the item can be sold (not currently implemented).</td>
606606
</tr>

0 commit comments

Comments
 (0)