APIs returning mismatching data for "So Super Excited - Blue"

Item Link: So Super Excited - Blue - Roblox

From what I know, a few days ago the item was updated and given a “CollectibleItemId”. After the change was made it looks like the economy api and catalog api don’t return the same data for the item

As you can see both APIs return similar data, however the economy returns the “CollectibleItemId” as null where as the catalog return it as 69d24c8b-96ba-4c7e-9063-00b359d0949f

Economy API

{
  "TargetId": 2569001052,
  "ProductType": "User Product",
  "AssetId": 2569001052,
  "ProductId": 426150790,
  "Name": "So Super Excited - Blue",
  "Description": "Im just really excited!",
  "AssetTypeId": 18,
  "Creator": {
    "Id": 1,
    "Name": "Roblox",
    "CreatorType": "User",
    "CreatorTargetId": 1,
    "HasVerifiedBadge": true
  },
  "IconImageAssetId": 0,
  "Created": "2018-11-14T18:48:51.56Z",
  "Updated": "2018-11-26T22:00:12.487Z",
  "PriceInRobux": 100,
  "PriceInTickets": null,
  "Sales": 0,
  "IsNew": false,
  "IsForSale": true,
  "IsPublicDomain": false,
  "IsLimited": false,
  "IsLimitedUnique": true,
  "Remaining": 0,
  "MinimumMembershipLevel": 0,
  "ContentRatingTypeId": 0,
  "SaleAvailabilityLocations": null,
  "SaleLocation": null,
  "CollectibleItemId": null,
  "CollectibleProductId": null,
  "CollectiblesItemDetails": null
}

Catalog API

{
  "expectedSellerId": 46569621,
  "owned": false,
  "isPurchasable": true,
  "creatingUniverseId": null,
  "id": 2569001052,
  "itemType": "Asset",
  "assetType": 18,
  "name": "So Super Excited - Blue",
  "description": "Im just really excited!",
  "productId": 7280959459146317,
  "itemStatus": [],
  "itemRestrictions": [
    "LimitedUnique"
  ],
  "creatorHasVerifiedBadge": true,
  "creatorType": "User",
  "creatorTargetId": 1,
  "creatorName": "Roblox",
  "price": 100,
  "lowestPrice": 14799,
  "lowestResalePrice": 14799,
  "unitsAvailableForConsumption": 0,
  "purchaseCount": 0,
  "favoriteCount": 14403,
  "offSaleDeadline": null,
  "collectibleItemId": "69d24c8b-96ba-4c7e-9063-00b359d0949f",
  "totalQuantity": 2501,
  "saleLocationType": "ShopOnly",
  "hasResellers": true,
  "isOffSale": true
}

Expected behavior

I’d expect both APIS to return the "CollectibleItemId’ field as null or 69d24c8b-96ba-4c7e-9063-00b359d0949f

A private message is associated with this bug report

5 Likes

This should be fixed. Let me know if you still encounter this issue.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.