Product
Resource
Endpoints | URI | Access Control | Description |
---|---|---|---|
get | GET /api/Product/get |
Admin or Module READ | |
checkout | GET /api/Product/checkout |
Endpoint level permissions | |
find | GET /api/Product/find |
Admin or Module READ |
Property | Type | Description |
---|---|---|
id |
number | |
stripe_product_id |
string | |
stripe_price_id |
string | |
stripe_payment_link |
string | |
title |
string | |
description |
string | |
callout_text |
string | |
price_cad |
number | |
is_active |
boolean | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
Setting | |
---|---|
Pagination Limit (when page parameter is set) |
None |
Default Sort Order |
price_cad ASC |
No relations