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

NameTypeDescription

Authorization*

string

prod_DGzVhVsrqNJi4b0Chd9mMPUI9

Content-Type

string

application/json

Request Body

NameTypeDescription

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 / null

Product Category

instructions*

string / null

Product Delivery Instructions

If everything was able to process properly:

{ "status": "200", "message": "OK", "data": { "state": "Product created", "product": object } }

Last updated