From 93da58d0f1c132574fcb547d9fe698db13a23879 Mon Sep 17 00:00:00 2001 From: Ashish <73551845+sonic-sabers@users.noreply.github.com> Date: Tue, 14 Feb 2023 02:24:02 +0530 Subject: [PATCH 1/2] fix/line2-naming The naming of line2 in endLocation wasn't correct previously. --- apis/product.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/product.md b/apis/product.md index e9a8706..07e043a 100644 --- a/apis/product.md +++ b/apis/product.md @@ -74,7 +74,7 @@ PATH | product-id | string | no | Product id } "address": { "line1": "The Gershwin Theatre", - "ine2": "222 W 51st Street", + "line2": "222 W 51st Street", "cityName": "New York", "stateName": "New York", "countryName": "United States", From 5fe509634b333d83dfffb87766b10c9005ebfba7 Mon Sep 17 00:00:00 2001 From: Ashish <73551845+sonic-sabers@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:44:04 +0530 Subject: [PATCH 2/2] Updates basic api doc --- conventions/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conventions/basics.md b/conventions/basics.md index ffd41f3..872006f 100644 --- a/conventions/basics.md +++ b/conventions/basics.md @@ -56,7 +56,7 @@ There are two types of api keys, production and testing. You will always get bot Our testing sandbox can be accessed at `https://www.test-headout.com`. You will need to use the test api key to access the same. #### Get API Keys - + Please signup on our Affiliate platform to receive your api keys via email. ## Pagination