Read · Workspace: not required (global)
Fetches full detail for a single product — richer than a search result. Use it when the user is close to committing and you need the description, shipping tier, alcohol status, or US state restrictions.
Parameters
string
required
Product UUID, from a
goody_products_search result.Returns
string
Product UUID.
string
Product name.
string | null
Brand name.
string | null
Opaque image key for the product photo.
integer | null
Price in cents for fixed-price products.
string | null
Full product description.
string[]
Extra image keys beyond the primary photo.
string
domestic_us, international, or any.boolean
True if the product contains alcohol (extra requirements apply to send).
string[]
US state codes where this product can’t ship.
string | null
fixed, variable, or tiers.boolean
True for a Gift of Choice (recipient picks; sender funds an amount).
integer | null
Lowest amount (cents) the sender may fund, for a Gift of Choice.
integer | null
Highest fundable amount;
null means unlimited.Returns a not-found error if the product id is unknown, private, or inactive.