LearningSalesForceCommerceC.../Example Files/OCAPI_SHOP_Products_example.json
Max Gialanella 0636939cc7 Beefed up .gitignore
Added sample files folder
Working on pants import job example
Added instructions on how to use node, tested with existing project
2021-12-22 17:33:29 -07:00

32 lines
923 B
JSON

{
"_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
}
]
}
]
}