For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create a new Product

Create a new Product within your Hub

Initiate the creation of a new product within your hub, defining its attributes for seamless integration and management within your ecosystem. This endpoint facilitates the expansion of your product offerings in a structured manner.

Create a new Product

POST https://v2.parcelroblox.com/products/create

Headers

Name
Type
Description

Authorization*

string

prod_DGzVhVsrqNJi4b0Chd9mMPUI9

Content-Type

string

application/json

Request Body

Name
Type
Description

name*

string

Product Name

description*

string

Product Description

developer_product_id*

string

Roblox Developer Product ID

file*

string

File URL (or text message)

onsale*

boolean

Product Sale Status

role_id*

string / null

Discord Buyer Role ID

decal_id*

string / null

Roblox Decal ID

stock*

string

Product Stock

category*

string

Product Category

instructions*

string / null

Product Delivery Instructions

Available Categories

If everything was able to process properly:

If you did not follow the schema:

If the product name that you supplied is already registered:

If the Roblox Developer Product ID that you supplied does not exist:

If you did not supply a Discord Buyer Role ID (Parcel Pro only):

If you did not supply a Product Stock (Parcel Pro only):

If you the Product Stock you supplied is not within the number range (Parcel Pro only):

If you did not supply Product Delivery Instructions (Parcel Pro only):

If your current tier does not support certain fields:

If you provided an invalid authorization key:

If you did not provide an authorization key:

If something was wrong on our end:

Last updated