Returns the add-on products available for a specific resource.
_shape=Products.Name,Products.Price.Products array. Each product has the following fields:
| Field | Type | Description |
|---|---|---|
Id | number | Unique identifier for the resource-product link |
ProductId | number | Product identifier |
ProductName | string | Display name of the product |
ProductDescription | string | Description of the product |
Product | Product | Full product object (nested — see List Store Products) |
Tags | string | Product tags |
RequestQuantity | boolean | Whether the user can specify a quantity |
Quantity | number | Default quantity |
InvoiceInMinutes | number? | Billing interval in minutes |
Price | number | Price amount |
FormattedPrice | string | Locale-formatted price string |
CurrencyCode | string | ISO currency code |
Selected | boolean | Whether the product is pre-selected |
TrackStock | boolean | Whether stock tracking is enabled |
AllowNegativeStock | boolean | Whether negative stock is allowed |
CurrentStock | number? | Current available stock |