GetProductById
Get a single InStore product by its ID.
InvokeServer
('GetProductById'
, ProductId)
Get a single InStore product by its ID. Returns a Product object, nil
if non-existent.
Parameters
Field
Type
Description
ProductId
string
the snowflake id of the product
Example Script
Last updated