v1

latestOpenAPI 3.0.42026-08-068161,1253.1 MB
Creator Store

Create Creator Store Product

Add a Creator Store product. Only use this method if your product has never been distributed on the Creator Store; otherwise, use the PATCH method to update the product.

post/cloud/v2/creator-store-products

Request body

pathstring

The resource path of the creator store product.

Format: creator-store-products/{creator_store_product_id}

publishedboolean

Whether the seller intends to distribute the Creator Store product on the Creator Store. A seller might intend to distribute a product, but due to some restrictions on the seller or underlying Creator Store product, the product may not be available for purchase. See restrictions and purchasable for more details.

restrictionsstring[]

Restrictions applied to the product. A product can have multiple restrictions active at one time.

Possible values:

ValueDescription
RESTRICTION_UNSPECIFIEDUnspecified restriction.
SOLD_ITEM_RESTRICTEDThe item being sold has been restricted by Roblox Details may be available by looking up that item directly.
SELLER_TEMPORARILY_RESTRICTEDThe product is restricted because the seller's account is temporarily restricted by Roblox.
SELLER_PERMANENTLY_RESTRICTEDThe product is restricted because the seller's account is permanently restricted by Roblox.
SELLER_NO_LONGER_ACTIVEThe product is restricted because the seller's account was deleted or is otherwise no longer active.
purchasableboolean

Whether the product is purchasable.

For this value to be true, published must be true and restrictions must be empty. If this value is false, the product may not be acquired by any user.

userSellerstring

The Roblox user selling the product.

groupSellerstring

The Roblox group selling the product.

modelAssetIdstring

The Creator Store product is a model with this asset ID.

pluginAssetIdstring

The Creator Store product is a plugin with this asset ID.

Supported base prices in USD: $0, $4.99, $5.99, $6.99, $7.99, $8.99, $9.99, $10.99, $11.99, $12.99, $13.99, $14.99, $15.99, $16.99, $17.99, $18.99, $19.99, $24.99, $29.99, $34.99, $39.99, $44.99, $49.99, $59.99, $69.99, $79.99, $89.99, $99.99, $149.99, $199.99, $249.99

audioAssetIdstring

The Creator Store product is an audio file with this asset ID.

decalAssetIdstring

The Creator Store product is a decal with this asset ID.

meshPartAssetIdstring

The Creator Store product is a mesh part with this asset ID.

videoAssetIdstring

The Creator Store product is a video with this asset ID.

fontFamilyAssetIdstring

The Creator Store product is a font family with this asset ID.

Example request

{
  "path": "creator-store-products/123",
  "published": true,
  "restrictions": [
    "RESTRICTION_UNSPECIFIED"
  ],
  "purchasable": true
}

Response

OK

pathstring

The resource path of the creator store product.

Format: creator-store-products/{creator_store_product_id}

publishedboolean

Whether the seller intends to distribute the Creator Store product on the Creator Store. A seller might intend to distribute a product, but due to some restrictions on the seller or underlying Creator Store product, the product may not be available for purchase. See restrictions and purchasable for more details.

restrictionsstring[]

Restrictions applied to the product. A product can have multiple restrictions active at one time.

Possible values:

ValueDescription
RESTRICTION_UNSPECIFIEDUnspecified restriction.
SOLD_ITEM_RESTRICTEDThe item being sold has been restricted by Roblox Details may be available by looking up that item directly.
SELLER_TEMPORARILY_RESTRICTEDThe product is restricted because the seller's account is temporarily restricted by Roblox.
SELLER_PERMANENTLY_RESTRICTEDThe product is restricted because the seller's account is permanently restricted by Roblox.
SELLER_NO_LONGER_ACTIVEThe product is restricted because the seller's account was deleted or is otherwise no longer active.
purchasableboolean

Whether the product is purchasable.

For this value to be true, published must be true and restrictions must be empty. If this value is false, the product may not be acquired by any user.

userSellerstring

The Roblox user selling the product.

groupSellerstring

The Roblox group selling the product.

modelAssetIdstring

The Creator Store product is a model with this asset ID.

pluginAssetIdstring

The Creator Store product is a plugin with this asset ID.

Supported base prices in USD: $0, $4.99, $5.99, $6.99, $7.99, $8.99, $9.99, $10.99, $11.99, $12.99, $13.99, $14.99, $15.99, $16.99, $17.99, $18.99, $19.99, $24.99, $29.99, $34.99, $39.99, $44.99, $49.99, $59.99, $69.99, $79.99, $89.99, $99.99, $149.99, $199.99, $249.99

audioAssetIdstring

The Creator Store product is an audio file with this asset ID.

decalAssetIdstring

The Creator Store product is a decal with this asset ID.

meshPartAssetIdstring

The Creator Store product is a mesh part with this asset ID.

videoAssetIdstring

The Creator Store product is a video with this asset ID.

fontFamilyAssetIdstring

The Creator Store product is a font family with this asset ID.

Example response

{
  "path": "creator-store-products/123",
  "published": true,
  "restrictions": [
    "RESTRICTION_UNSPECIFIED"
  ],
  "purchasable": true
}