Fetch Product Information

Retrieve information from a Product

Retrieve detailed information of a specific product within your Hub. This endpoint provides a comprehensive view of a product's attributes, aiding in accurate data representation and management.

Retrieve information from a Product (or list all products)

GET https://v2.parcelroblox.com/products/:product_id

Path Parameters

NameTypeDescription

product_id*

string

Product ID or put "all" to return all products within your Hub

Headers

NameTypeDescription

Authorization*

string

prod_DGzVhVsrqNJi4b0Chd9mMPUI9

Content-Type

string

application/json

If everything was able to process properly (specific product):

{ "status": "200", "message": "OK", "data": object }

If everything was able to process properly (all products):

{ "status": "200", "message": "OK", "data": { "amount": number, "products": array } }

Last updated