LearningSalesForceCommerceC.../Example Files/OCAPI_SHOP_Products_example.json

32 lines
923 B
JSON
Raw Permalink Normal View History

2021-12-22 10:21:12 -08:00
{
"_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
}
]
}
]
}