From f265883593cf867d5b7e0b889395a8af2e17bddd Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Fri, 3 May 2024 11:48:22 -0400 Subject: [PATCH] update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2e5587b4..f20766ea 100644 --- a/README.md +++ b/README.md @@ -242,18 +242,18 @@ const { customApiHelper } = CommerceSdk; // client configuration parameters const clientConfigExample = { parameters: { - clientId: "", - organizationId: "", - shortCode: "", - siteId: "", + clientId: '', + organizationId: '', + shortCode: '', + siteId: '', }, // If not provided, it'll use the default production URI: // 'https://{shortCode}.api.commercecloud.salesforce.com/custom/{apiName}/{apiVersion}' // path parameters should be wrapped in curly braces like the default production URI - baseUri: "" + baseUri: '' }; -const access_token = "''" +const access_token = '' // Required params: apiName, endpointPath, shortCode, organizaitonId // Required path params can be passed into: