Config
Read-only endpoint for store configuration information. Store configuration includes a set of user-modifiable flags which can be used to control information display for products.
List
GET /api/config/
Return the set of configuration settings.
{
"show_limited_quantity": false,
"limited_quantity_value": 20,
"limited_quantity_text": "Low Stock",
"show_free_shipping": false,
"free_shipping_amount": 0.0,
"purchase_order_required": false,
"default_shipping_option": "URG"
}
