GuideLab API

Get inventory settings

Retrieves the user-editable inventory settings for the current organization. Returns sensible defaults if no settings have been configured yet.

GET
/inventory/settings

Retrieves the user-editable inventory settings for the current organization. Returns sensible defaults if no settings have been configured yet.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X GET "https://example.com/inventory/settings"
{  "data": {    "lowStockAlertEnabled": true,    "expirationAlertDays": 0,    "autoDeductOnOrderComplete": true,    "property1": null,    "property2": null  }}
Empty