v1
latestOpenAPI 3.0.42026-08-068161,1253.1 MBCreate 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.
Request body
The resource path of the creator store product.
Format: creator-store-products/{creator_store_product_id}
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.
Restrictions applied to the product. A product can have multiple restrictions active at one time.
Possible values:
| Value | Description |
|---|---|
| RESTRICTION_UNSPECIFIED | Unspecified restriction. |
| SOLD_ITEM_RESTRICTED | The item being sold has been restricted by Roblox Details may be available by looking up that item directly. |
| SELLER_TEMPORARILY_RESTRICTED | The product is restricted because the seller's account is temporarily restricted by Roblox. |
| SELLER_PERMANENTLY_RESTRICTED | The product is restricted because the seller's account is permanently restricted by Roblox. |
| SELLER_NO_LONGER_ACTIVE | The product is restricted because the seller's account was deleted or is otherwise no longer active. |
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.
The Roblox user selling the product.
The Roblox group selling the product.
The Creator Store product is a model with this asset ID.
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
The Creator Store product is an audio file with this asset ID.
The Creator Store product is a decal with this asset ID.
The Creator Store product is a mesh part with this asset ID.
The Creator Store product is a video with this asset ID.
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
The resource path of the creator store product.
Format: creator-store-products/{creator_store_product_id}
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.
Restrictions applied to the product. A product can have multiple restrictions active at one time.
Possible values:
| Value | Description |
|---|---|
| RESTRICTION_UNSPECIFIED | Unspecified restriction. |
| SOLD_ITEM_RESTRICTED | The item being sold has been restricted by Roblox Details may be available by looking up that item directly. |
| SELLER_TEMPORARILY_RESTRICTED | The product is restricted because the seller's account is temporarily restricted by Roblox. |
| SELLER_PERMANENTLY_RESTRICTED | The product is restricted because the seller's account is permanently restricted by Roblox. |
| SELLER_NO_LONGER_ACTIVE | The product is restricted because the seller's account was deleted or is otherwise no longer active. |
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.
The Roblox user selling the product.
The Roblox group selling the product.
The Creator Store product is a model with this asset ID.
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
The Creator Store product is an audio file with this asset ID.
The Creator Store product is a decal with this asset ID.
The Creator Store product is a mesh part with this asset ID.
The Creator Store product is a video with this asset ID.
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
}