diff --git a/OCAPI_Settings_Examples/OCAPI_SHOP_Products_example.json b/OCAPI_Settings_Examples/OCAPI_SHOP_Products_example.json new file mode 100644 index 0000000..30cbb10 --- /dev/null +++ b/OCAPI_Settings_Examples/OCAPI_SHOP_Products_example.json @@ -0,0 +1,32 @@ +{ + "_v": "21.9a", + "clients": [ + { + "allowed_origins": [ + "http://www.sitegenesis.com", + "https://secure.sitegenesis.com" + ], + "client_id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "resources": [ + { + "resource_id": "/product_search", + "methods": [ + "get" + ], + "read_attributes": "(**)", + "write_attributes": "(**)", + "cache_time": 900 + }, + { + "resource_id": "/products/*", + "methods": [ + "get" + ], + "read_attributes": "(**)", + "write_attributes": "(**)", + "cache_time": 900 + } + ] + } + ] +} \ No newline at end of file