@gofynd/fdk-client-javascript 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (310) hide show
  1. package/documentation/application/CART.md +5934 -4502
  2. package/documentation/application/CATALOG.md +6338 -7245
  3. package/documentation/application/COMMON.md +95 -222
  4. package/documentation/application/COMMUNICATION.md +106 -186
  5. package/documentation/application/CONFIGURATION.md +903 -1597
  6. package/documentation/application/CONTENT.md +557 -1279
  7. package/documentation/application/FILESTORAGE.md +84 -220
  8. package/documentation/application/LEAD.md +314 -660
  9. package/documentation/application/LOGISTIC.md +229 -305
  10. package/documentation/application/ORDER.md +642 -1137
  11. package/documentation/application/PAYMENT.md +2285 -3031
  12. package/documentation/application/POSCART.md +6079 -4642
  13. package/documentation/application/REWARDS.md +94 -248
  14. package/documentation/application/SHARE.md +152 -250
  15. package/documentation/application/THEME.md +952 -1235
  16. package/documentation/application/USER.md +1228 -1765
  17. package/documentation/platform/ANALYTICS.md +207 -349
  18. package/documentation/platform/AUDITTRAIL.md +121 -204
  19. package/documentation/platform/BILLING.md +865 -1376
  20. package/documentation/platform/CART.md +2814 -3662
  21. package/documentation/platform/CATALOG.md +14453 -17192
  22. package/documentation/platform/COMMON.md +95 -222
  23. package/documentation/platform/COMMUNICATION.md +1632 -2380
  24. package/documentation/platform/COMPANYPROFILE.md +572 -957
  25. package/documentation/platform/CONFIGURATION.md +3050 -4073
  26. package/documentation/platform/CONTENT.md +3438 -4172
  27. package/documentation/platform/DISCOUNT.md +140 -236
  28. package/documentation/platform/FILESTORAGE.md +187 -323
  29. package/documentation/platform/INVENTORY.md +268 -911
  30. package/documentation/platform/LEAD.md +2195 -2541
  31. package/documentation/platform/ORDER.md +3400 -5361
  32. package/documentation/platform/PARTNER.md +9 -36
  33. package/documentation/platform/PAYMENT.md +903 -1213
  34. package/documentation/platform/REWARDS.md +183 -347
  35. package/documentation/platform/SHARE.md +120 -213
  36. package/documentation/platform/THEME.md +12956 -13239
  37. package/documentation/platform/USER.md +975 -1120
  38. package/documentation/platform/WEBHOOK.md +78 -184
  39. package/documentation/public/CONFIGURATION.md +95 -222
  40. package/documentation/public/INVENTORY.md +100 -282
  41. package/documentation/public/WEBHOOK.md +27 -133
  42. package/package.json +1 -1
  43. package/sdk/application/Cart/CartApplicationClient.d.ts +243 -243
  44. package/sdk/application/Cart/CartApplicationClient.js +567 -567
  45. package/sdk/application/Cart/CartApplicationModel.d.ts +64 -63
  46. package/sdk/application/Cart/CartApplicationModel.js +489 -886
  47. package/sdk/application/Cart/CartApplicationValidator.d.ts +17 -17
  48. package/sdk/application/Cart/CartApplicationValidator.js +98 -98
  49. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +358 -358
  50. package/sdk/application/Catalog/CatalogApplicationClient.js +1036 -1036
  51. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +90 -90
  52. package/sdk/application/Catalog/CatalogApplicationModel.js +677 -1243
  53. package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +19 -19
  54. package/sdk/application/Catalog/CatalogApplicationValidator.js +110 -110
  55. package/sdk/application/Common/CommonApplicationClient.d.ts +13 -13
  56. package/sdk/application/Common/CommonApplicationClient.js +38 -38
  57. package/sdk/application/Common/CommonApplicationModel.d.ts +12 -12
  58. package/sdk/application/Common/CommonApplicationModel.js +83 -160
  59. package/sdk/application/Common/CommonApplicationValidator.d.ts +1 -1
  60. package/sdk/application/Common/CommonApplicationValidator.js +6 -6
  61. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +11 -11
  62. package/sdk/application/Communication/CommunicationApplicationClient.js +26 -26
  63. package/sdk/application/Communication/CommunicationApplicationModel.d.ts +6 -6
  64. package/sdk/application/Communication/CommunicationApplicationModel.js +38 -83
  65. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  66. package/sdk/application/Communication/CommunicationApplicationValidator.js +4 -4
  67. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +116 -116
  68. package/sdk/application/Configuration/ConfigurationApplicationClient.js +330 -330
  69. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +85 -85
  70. package/sdk/application/Configuration/ConfigurationApplicationModel.js +480 -851
  71. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +8 -8
  72. package/sdk/application/Configuration/ConfigurationApplicationValidator.js +33 -33
  73. package/sdk/application/Content/ContentApplicationClient.d.ts +67 -67
  74. package/sdk/application/Content/ContentApplicationClient.js +191 -191
  75. package/sdk/application/Content/ContentApplicationModel.d.ts +76 -76
  76. package/sdk/application/Content/ContentApplicationModel.js +467 -884
  77. package/sdk/application/Content/ContentApplicationValidator.d.ts +5 -5
  78. package/sdk/application/Content/ContentApplicationValidator.js +24 -24
  79. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +25 -25
  80. package/sdk/application/FileStorage/FileStorageApplicationClient.js +59 -59
  81. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +13 -13
  82. package/sdk/application/FileStorage/FileStorageApplicationModel.js +86 -169
  83. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  84. package/sdk/application/FileStorage/FileStorageApplicationValidator.js +7 -7
  85. package/sdk/application/Lead/LeadApplicationClient.d.ts +24 -24
  86. package/sdk/application/Lead/LeadApplicationClient.js +100 -100
  87. package/sdk/application/Lead/LeadApplicationModel.d.ts +35 -35
  88. package/sdk/application/Lead/LeadApplicationModel.js +267 -474
  89. package/sdk/application/Lead/LeadApplicationValidator.d.ts +2 -2
  90. package/sdk/application/Lead/LeadApplicationValidator.js +11 -11
  91. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +30 -19
  92. package/sdk/application/Logistic/LogisticApplicationClient.js +110 -43
  93. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +17 -14
  94. package/sdk/application/Logistic/LogisticApplicationModel.js +133 -201
  95. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +3 -2
  96. package/sdk/application/Logistic/LogisticApplicationValidator.js +14 -8
  97. package/sdk/application/Order/OrderApplicationClient.d.ts +85 -85
  98. package/sdk/application/Order/OrderApplicationClient.js +232 -232
  99. package/sdk/application/Order/OrderApplicationModel.d.ts +50 -50
  100. package/sdk/application/Order/OrderApplicationModel.js +352 -656
  101. package/sdk/application/Order/OrderApplicationValidator.d.ts +7 -7
  102. package/sdk/application/Order/OrderApplicationValidator.js +28 -28
  103. package/sdk/application/Payment/PaymentApplicationClient.d.ts +318 -318
  104. package/sdk/application/Payment/PaymentApplicationClient.js +739 -739
  105. package/sdk/application/Payment/PaymentApplicationModel.d.ts +72 -72
  106. package/sdk/application/Payment/PaymentApplicationModel.js +570 -1038
  107. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +28 -28
  108. package/sdk/application/Payment/PaymentApplicationValidator.js +107 -107
  109. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +254 -254
  110. package/sdk/application/PosCart/PosCartApplicationClient.js +617 -617
  111. package/sdk/application/PosCart/PosCartApplicationModel.d.ts +64 -63
  112. package/sdk/application/PosCart/PosCartApplicationModel.js +475 -871
  113. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +18 -18
  114. package/sdk/application/PosCart/PosCartApplicationValidator.js +103 -103
  115. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +27 -27
  116. package/sdk/application/Rewards/RewardsApplicationClient.js +112 -112
  117. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +14 -14
  118. package/sdk/application/Rewards/RewardsApplicationModel.js +96 -191
  119. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +3 -3
  120. package/sdk/application/Rewards/RewardsApplicationValidator.js +12 -12
  121. package/sdk/application/Share/ShareApplicationClient.d.ts +37 -37
  122. package/sdk/application/Share/ShareApplicationClient.js +84 -84
  123. package/sdk/application/Share/ShareApplicationModel.d.ts +8 -8
  124. package/sdk/application/Share/ShareApplicationModel.js +63 -123
  125. package/sdk/application/Share/ShareApplicationValidator.d.ts +4 -4
  126. package/sdk/application/Share/ShareApplicationValidator.js +12 -12
  127. package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -8
  128. package/sdk/application/Theme/ThemeApplicationClient.js +31 -31
  129. package/sdk/application/Theme/ThemeApplicationModel.d.ts +34 -34
  130. package/sdk/application/Theme/ThemeApplicationModel.js +190 -336
  131. package/sdk/application/Theme/ThemeApplicationValidator.d.ts +1 -1
  132. package/sdk/application/Theme/ThemeApplicationValidator.js +4 -4
  133. package/sdk/application/User/UserApplicationClient.d.ts +280 -280
  134. package/sdk/application/User/UserApplicationClient.js +581 -581
  135. package/sdk/application/User/UserApplicationModel.d.ts +79 -72
  136. package/sdk/application/User/UserApplicationModel.js +440 -689
  137. package/sdk/application/User/UserApplicationValidator.d.ts +24 -24
  138. package/sdk/application/User/UserApplicationValidator.js +89 -89
  139. package/sdk/common/AxiosHelper.js +1 -1
  140. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +51 -51
  141. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +179 -179
  142. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.d.ts +6 -6
  143. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.js +20 -20
  144. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +11 -11
  145. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +95 -178
  146. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +10 -10
  147. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +41 -41
  148. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +10 -10
  149. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +50 -89
  150. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  151. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +6 -6
  152. package/sdk/platform/Billing/BillingPlatformClient.d.ts +60 -60
  153. package/sdk/platform/Billing/BillingPlatformClient.js +181 -181
  154. package/sdk/platform/Billing/BillingPlatformModel.d.ts +40 -40
  155. package/sdk/platform/Billing/BillingPlatformModel.js +342 -668
  156. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +8 -8
  157. package/sdk/platform/Billing/BillingPlatformValidator.js +25 -25
  158. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +168 -168
  159. package/sdk/platform/Cart/CartPlatformApplicationClient.js +553 -553
  160. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +11 -11
  161. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +63 -63
  162. package/sdk/platform/Cart/CartPlatformModel.d.ts +84 -83
  163. package/sdk/platform/Cart/CartPlatformModel.js +671 -1205
  164. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +632 -632
  165. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +1525 -1525
  166. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +40 -40
  167. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +174 -174
  168. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +682 -682
  169. package/sdk/platform/Catalog/CatalogPlatformClient.js +1557 -1557
  170. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +291 -291
  171. package/sdk/platform/Catalog/CatalogPlatformModel.js +2127 -3904
  172. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +66 -66
  173. package/sdk/platform/Catalog/CatalogPlatformValidator.js +229 -229
  174. package/sdk/platform/Common/CommonPlatformClient.d.ts +12 -12
  175. package/sdk/platform/Common/CommonPlatformClient.js +41 -41
  176. package/sdk/platform/Common/CommonPlatformModel.d.ts +12 -12
  177. package/sdk/platform/Common/CommonPlatformModel.js +83 -160
  178. package/sdk/platform/Common/CommonPlatformValidator.d.ts +1 -1
  179. package/sdk/platform/Common/CommonPlatformValidator.js +6 -6
  180. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +326 -326
  181. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +943 -943
  182. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +30 -30
  183. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +87 -87
  184. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +67 -67
  185. package/sdk/platform/Communication/CommunicationPlatformModel.js +522 -974
  186. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +55 -55
  187. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +212 -212
  188. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +27 -27
  189. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +279 -542
  190. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +7 -7
  191. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +24 -24
  192. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +163 -153
  193. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +615 -552
  194. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +22 -21
  195. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +69 -63
  196. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +125 -125
  197. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +342 -342
  198. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +148 -146
  199. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +854 -1508
  200. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -9
  201. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +38 -38
  202. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +534 -534
  203. package/sdk/platform/Content/ContentPlatformApplicationClient.js +1324 -1324
  204. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +50 -50
  205. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +156 -156
  206. package/sdk/platform/Content/ContentPlatformModel.d.ts +78 -78
  207. package/sdk/platform/Content/ContentPlatformModel.js +484 -907
  208. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +65 -65
  209. package/sdk/platform/Discount/DiscountPlatformClient.js +216 -216
  210. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +7 -7
  211. package/sdk/platform/Discount/DiscountPlatformModel.js +60 -121
  212. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +6 -6
  213. package/sdk/platform/Discount/DiscountPlatformValidator.js +29 -29
  214. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +24 -24
  215. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +58 -58
  216. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  217. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +8 -8
  218. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +52 -52
  219. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +123 -123
  220. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +13 -13
  221. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +86 -169
  222. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +3 -3
  223. package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +11 -11
  224. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +63 -63
  225. package/sdk/platform/Inventory/InventoryPlatformClient.js +228 -228
  226. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +30 -30
  227. package/sdk/platform/Inventory/InventoryPlatformModel.js +497 -964
  228. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +7 -7
  229. package/sdk/platform/Inventory/InventoryPlatformValidator.js +28 -28
  230. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +73 -73
  231. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +200 -200
  232. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +7 -7
  233. package/sdk/platform/Lead/LeadPlatformApplicationValidator.js +28 -28
  234. package/sdk/platform/Lead/LeadPlatformClient.d.ts +80 -80
  235. package/sdk/platform/Lead/LeadPlatformClient.js +212 -212
  236. package/sdk/platform/Lead/LeadPlatformModel.d.ts +35 -35
  237. package/sdk/platform/Lead/LeadPlatformModel.js +267 -474
  238. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +6 -6
  239. package/sdk/platform/Lead/LeadPlatformValidator.js +24 -24
  240. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +10 -10
  241. package/sdk/platform/Order/OrderPlatformApplicationClient.js +65 -65
  242. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +1 -1
  243. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +6 -6
  244. package/sdk/platform/Order/OrderPlatformClient.d.ts +357 -357
  245. package/sdk/platform/Order/OrderPlatformClient.js +1035 -1035
  246. package/sdk/platform/Order/OrderPlatformModel.d.ts +198 -196
  247. package/sdk/platform/Order/OrderPlatformModel.js +1574 -2861
  248. package/sdk/platform/Order/OrderPlatformValidator.d.ts +32 -32
  249. package/sdk/platform/Order/OrderPlatformValidator.js +160 -160
  250. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +1 -1
  251. package/sdk/platform/Partner/PartnerPlatformModel.js +10 -26
  252. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +57 -57
  253. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +167 -167
  254. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +6 -6
  255. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +23 -23
  256. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +42 -42
  257. package/sdk/platform/Payment/PaymentPlatformClient.js +153 -153
  258. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +27 -27
  259. package/sdk/platform/Payment/PaymentPlatformModel.js +222 -410
  260. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +4 -4
  261. package/sdk/platform/Payment/PaymentPlatformValidator.js +21 -21
  262. package/sdk/platform/PlatformApplicationClient.d.ts +1496 -10325
  263. package/sdk/platform/PlatformApplicationClient.js +1584 -13899
  264. package/sdk/platform/PlatformClient.d.ts +7965 -7885
  265. package/sdk/platform/PlatformClient.js +8672 -10105
  266. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +83 -83
  267. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +275 -275
  268. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +8 -8
  269. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +34 -34
  270. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +15 -15
  271. package/sdk/platform/Rewards/RewardsPlatformModel.js +92 -194
  272. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +10 -10
  273. package/sdk/platform/Share/SharePlatformApplicationClient.js +59 -59
  274. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  275. package/sdk/platform/Share/SharePlatformApplicationValidator.js +6 -6
  276. package/sdk/platform/Share/SharePlatformModel.d.ts +8 -8
  277. package/sdk/platform/Share/SharePlatformModel.js +60 -118
  278. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +132 -132
  279. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +310 -310
  280. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +15 -15
  281. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +44 -44
  282. package/sdk/platform/Theme/ThemePlatformModel.d.ts +34 -34
  283. package/sdk/platform/Theme/ThemePlatformModel.js +190 -336
  284. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +136 -69
  285. package/sdk/platform/User/UserPlatformApplicationClient.js +505 -166
  286. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +12 -7
  287. package/sdk/platform/User/UserPlatformApplicationValidator.js +61 -23
  288. package/sdk/platform/User/UserPlatformModel.d.ts +79 -72
  289. package/sdk/platform/User/UserPlatformModel.js +440 -689
  290. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +31 -31
  291. package/sdk/platform/Webhook/WebhookPlatformClient.js +88 -88
  292. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +7 -7
  293. package/sdk/platform/Webhook/WebhookPlatformModel.js +68 -136
  294. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +3 -3
  295. package/sdk/platform/Webhook/WebhookPlatformValidator.js +14 -14
  296. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +13 -13
  297. package/sdk/public/Configuration/ConfigurationPublicClient.js +38 -38
  298. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +12 -12
  299. package/sdk/public/Configuration/ConfigurationPublicModel.js +85 -162
  300. package/sdk/public/Configuration/ConfigurationPublicValidator.d.ts +1 -1
  301. package/sdk/public/Configuration/ConfigurationPublicValidator.js +6 -6
  302. package/sdk/public/Inventory/InventoryPublicClient.d.ts +34 -34
  303. package/sdk/public/Inventory/InventoryPublicClient.js +113 -113
  304. package/sdk/public/Inventory/InventoryPublicModel.d.ts +10 -10
  305. package/sdk/public/Inventory/InventoryPublicModel.js +119 -245
  306. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +3 -3
  307. package/sdk/public/Inventory/InventoryPublicValidator.js +15 -15
  308. package/sdk/public/Webhook/WebhookPublicModel.d.ts +7 -7
  309. package/sdk/public/Webhook/WebhookPublicModel.js +68 -136
  310. package/tests/application/catalog.spec.js +7 -0
@@ -8,22 +8,22 @@
8
8
  ## Configuration Methods
9
9
  Application configuration apis
10
10
 
11
+ * [getAppCurrencies](#getappcurrencies)
12
+ * [getAppStaffList](#getappstafflist)
13
+ * [getAppStaffs](#getappstaffs)
11
14
  * [getApplication](#getapplication)
12
- * [getOwnerInfo](#getownerinfo)
13
15
  * [getBasicDetails](#getbasicdetails)
14
- * [getIntegrationTokens](#getintegrationtokens)
15
- * [getOrderingStores](#getorderingstores)
16
- * [getStoreDetailById](#getstoredetailbyid)
17
- * [getFeatures](#getfeatures)
18
16
  * [getContactInfo](#getcontactinfo)
19
17
  * [getCurrencies](#getcurrencies)
20
18
  * [getCurrencyById](#getcurrencybyid)
21
- * [getAppCurrencies](#getappcurrencies)
19
+ * [getFeatures](#getfeatures)
20
+ * [getIntegrationTokens](#getintegrationtokens)
22
21
  * [getLanguages](#getlanguages)
23
22
  * [getOrderingStoreCookie](#getorderingstorecookie)
23
+ * [getOrderingStores](#getorderingstores)
24
+ * [getOwnerInfo](#getownerinfo)
25
+ * [getStoreDetailById](#getstoredetailbyid)
24
26
  * [removeOrderingStoreCookie](#removeorderingstorecookie)
25
- * [getAppStaffList](#getappstafflist)
26
- * [getAppStaffs](#getappstaffs)
27
27
 
28
28
 
29
29
 
@@ -32,17 +32,17 @@ Application configuration apis
32
32
 
33
33
 
34
34
 
35
- ### getApplication
36
- Get current application details
35
+ ### getAppCurrencies
36
+ Get currencies enabled in the application
37
37
 
38
38
 
39
39
 
40
40
  ```javascript
41
41
  // Promise
42
- const promise = configuration.getApplication();
42
+ const promise = configuration.getAppCurrencies();
43
43
 
44
44
  // Async/Await
45
- const data = await configuration.getApplication();
45
+ const data = await configuration.getAppCurrencies();
46
46
  ```
47
47
 
48
48
 
@@ -50,16 +50,16 @@ const data = await configuration.getApplication();
50
50
 
51
51
 
52
52
 
53
- Use this API to get the current application details which includes configurations that indicate the status of the website, domain, ID, tokens, images, etc.
53
+ Use this API to get a list of currencies allowed in the current application. Moreover, get the name, code, symbol, and the decimal digits of the currencies.
54
54
 
55
55
  *Returned Response:*
56
56
 
57
57
 
58
58
 
59
59
 
60
- [Application](#Application)
60
+ [AppCurrencyResponse](#AppCurrencyResponse)
61
61
 
62
- Success. Check the example shown below or refer `Application` for more details.
62
+ Success. Check the example shown below or refer `AppCurrencyResponse` for more details.
63
63
 
64
64
 
65
65
 
@@ -69,431 +69,23 @@ Success. Check the example shown below or refer `Application` for more details.
69
69
 
70
70
  ```json
71
71
  {
72
- "website": {
73
- "enabled": true,
74
- "basepath": "/"
75
- },
76
- "cors": {
77
- "domains": []
78
- },
79
- "auth": {
80
- "enabled": false
81
- },
82
- "description": "Uniket B2B - India's Fastest Growing Retail Store - Aapki Badhti Dukaan",
83
- "channel_type": "uniket",
84
- "cache_ttl": -1,
85
- "internal": false,
86
- "is_active": true,
87
- "_id": "000000000000000000000004",
88
- "name": "Uniket B2B",
89
- "owner": "5e71a60dc671daffd81992ea",
90
- "company_id": 1,
91
- "token": "iTNjY_yAI",
92
- "redirections": [],
93
- "meta": [],
94
- "created_at": "2019-12-26T13:22:23.619Z",
95
- "modified_at": "2020-12-02T05:49:41.610Z",
96
- "__v": 29,
97
- "banner": {
98
- "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/landscape-banner/original/uSwlNpygq-Uniket-B2B.png"
99
- },
100
- "logo": {
101
- "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png"
102
- },
103
- "favicon": {
104
- "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/favicon/original/y3h6SSlY5-Uniket-B2B.png"
72
+ "application": "000000000000000000000001",
73
+ "default_currency": {
74
+ "ref": "5ecf6122d953d4242c044907",
75
+ "code": "INR"
105
76
  },
106
- "domains": [
107
- {
108
- "verified": true,
109
- "is_primary": true,
110
- "is_shortlink": true,
111
- "_id": "5eb1177748312a3bd55d0f1e",
112
- "name": "uniket.hostx0.de"
113
- },
77
+ "supported_currency": [
114
78
  {
115
- "verified": true,
116
- "is_primary": false,
117
- "is_shortlink": false,
118
- "_id": "5f0858c5f86e00cd42dccc8d",
119
- "name": "jd.hostx0.de"
120
- }
121
- ],
122
- "app_type": "live",
123
- "mobile_logo": {
124
- "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png"
125
- },
126
- "domain": {
127
- "verified": true,
128
- "is_primary": true,
129
- "is_shortlink": true,
130
- "_id": "5eb1177748312a3bd55d0f1e",
131
- "name": "uniket.hostx0.de"
132
- },
133
- "id": "000000000000000000000004"
134
- }
135
- ```
136
- </details>
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
- ---
147
-
148
-
149
- ### getOwnerInfo
150
- Get application, owner and seller information
151
-
152
-
153
-
154
- ```javascript
155
- // Promise
156
- const promise = configuration.getOwnerInfo();
157
-
158
- // Async/Await
159
- const data = await configuration.getOwnerInfo();
160
- ```
161
-
162
-
163
-
164
-
165
-
166
-
167
- Use this API to get the current application details which includes channel name, description, banner, logo, favicon, domain details, etc. This API also retrieves the seller and owner information such as address, email address, and phone number.
168
-
169
- *Returned Response:*
170
-
171
-
172
-
173
-
174
- [ApplicationAboutResponse](#ApplicationAboutResponse)
175
-
176
- Success. Check the example shown below or refer `ApplicationAboutResponse` for more details.
177
-
178
-
179
-
180
-
181
- <details>
182
- <summary><i>&nbsp; Example:</i></summary>
183
-
184
- ```json
185
- {
186
- "application_info": {
187
- "domains": [
188
- {
189
- "verified": true,
190
- "name": "uniket-testing.addsale.link",
191
- "custom": false,
192
- "is_primary": true
193
- }
194
- ],
195
- "website": {
196
- "enabled": true,
197
- "basepath": "/"
198
- },
199
- "cors": {
200
- "domains": []
201
- },
202
- "description": "R-City Mall,Ghatkoper East,Mumbai",
203
- "is_active": true,
204
- "_id": "5cd3db5e9d692cfe5302a7ba",
205
- "name": "Shivam Clothing Store",
206
- "meta": [
207
- {
208
- "name": "tes",
209
- "value": "test"
210
- }
211
- ],
212
- "token": "xOfcP-aYE",
213
- "secret": "",
214
- "created_at": "2019-05-09T07:48:46.218Z",
215
- "banner": {
216
- "secure_url": "https://res.cloudinary.com/jkvora/image/upload/v1561551809/fqt2djkddoe2yjjlln2h.png"
217
- },
218
- "logo": {
219
- "secure_url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1577513094/addsale/applications/app_5cd3db5e9d692cfe5302a7ba/media/store/logo/ayrkk2uzfknst2ohluzc.png"
220
- },
221
- "id": "5cd3db5e9d692cfe5302a7ba",
222
- "company_info": {
223
- "_id": "5da4274a723af4000188a66c",
224
- "uid": 873,
225
- "created_on": "2019-10-14T07:44:10.391Z",
79
+ "_id": "5ecf6122d953d4242c044907",
226
80
  "is_active": true,
227
- "name": "SAPPER LIFESTYLE PRIVATE LIMITED",
228
- "addresses": [
229
- {
230
- "pincode": 110042,
231
- "address1": "412, SISODIA MOHALLA BADALI VILLAGE",
232
- "city": "NEW DELHI",
233
- "state": "DELHI",
234
- "country": "INDIA",
235
- "address_type": "registered"
236
- },
237
- {
238
- "pincode": 110042,
239
- "address1": "412, SISODIA MOHALLA BADALI VILLAGE",
240
- "city": "NEW DELHI",
241
- "state": "DELHI",
242
- "country": "INDIA",
243
- "address_type": "office"
244
- }
245
- ],
246
- "notification_emails": [
247
- "ecom.sapperlifestyle@f2fretail.com"
248
- ]
249
- },
250
- "owner_info": {
251
- "_id": "5c77921fa1bf7d8695ed57fd",
252
- "emails": [
253
- {
254
- "active": true,
255
- "primary": true,
256
- "verified": true,
257
- "email": "abc@test.com"
258
- },
259
- {
260
- "active": true,
261
- "primary": false,
262
- "verified": true,
263
- "email": "abc@test.com"
264
- },
265
- {
266
- "active": true,
267
- "primary": false,
268
- "verified": true,
269
- "email": "abc@test.com"
270
- }
271
- ],
272
- "phone_numbers": [
273
- {
274
- "active": true,
275
- "primary": true,
276
- "verified": true,
277
- "country_code": 91,
278
- "phone": "9408282323"
279
- }
280
- ],
281
- "first_name": "Jalak",
282
- "last_name": "Vora",
283
- "profile_pic": ""
284
- }
285
- }
286
- }
287
- ```
288
- </details>
289
-
290
-
291
-
292
-
293
-
294
-
295
-
296
-
297
-
298
- ---
299
-
300
-
301
- ### getBasicDetails
302
- Get basic application details
303
-
304
-
305
-
306
- ```javascript
307
- // Promise
308
- const promise = configuration.getBasicDetails();
309
-
310
- // Async/Await
311
- const data = await configuration.getBasicDetails();
312
- ```
313
-
314
-
315
-
316
-
317
-
318
-
319
- Use this API to retrieve only the basic details of the application which includes channel name, description, banner, logo, favicon, domain details, etc.
320
-
321
- *Returned Response:*
322
-
323
-
324
-
325
-
326
- [ApplicationDetail](#ApplicationDetail)
327
-
328
- Success. Check the example shown below or refer `ApplicationDetail` for more details.
329
-
330
-
331
-
332
-
333
- <details>
334
- <summary><i>&nbsp; Example:</i></summary>
335
-
336
- ```json
337
- {
338
- "name": "Uniket B2B",
339
- "description": "Uniket B2B - India's Fastest Growing Retail Store - Aapki Badhti Dukaan",
340
- "logo": {
341
- "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png"
342
- },
343
- "mobile_logo": {
344
- "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png"
345
- },
346
- "favicon": {
347
- "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/favicon/original/y3h6SSlY5-Uniket-B2B.png"
348
- },
349
- "banner": {
350
- "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/landscape-banner/original/uSwlNpygq-Uniket-B2B.png"
351
- },
352
- "domain": {
353
- "verified": true,
354
- "is_primary": true,
355
- "is_shortlink": false,
356
- "_id": "5eb1177748312a3bd55d0f1e",
357
- "name": "uniket.hostx0.de"
358
- },
359
- "domains": [
360
- {
361
- "verified": true,
362
- "is_primary": true,
363
- "is_shortlink": false,
364
- "_id": "5eb1177748312a3bd55d0f1e",
365
- "name": "uniket.hostx0.de"
366
- },
367
- {
368
- "verified": true,
369
- "is_primary": false,
370
- "is_shortlink": true,
371
- "_id": "5f0858c5f86e00cd42dccc8d",
372
- "name": "jd.hostx0.de"
373
- }
374
- ],
375
- "company_id": 1,
376
- "_id": "000000000000000000000004"
377
- }
378
- ```
379
- </details>
380
-
381
-
382
-
383
-
384
-
385
-
386
-
387
-
388
-
389
- ---
390
-
391
-
392
- ### getIntegrationTokens
393
- Get integration tokens
394
-
395
-
396
-
397
- ```javascript
398
- // Promise
399
- const promise = configuration.getIntegrationTokens();
400
-
401
- // Async/Await
402
- const data = await configuration.getIntegrationTokens();
403
- ```
404
-
405
-
406
-
407
-
408
-
409
-
410
- Use this API to retrieve the tokens used while integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map and Facebook. **Note** - Token values are encrypted with AES encryption using a secret key. Kindly reach out to the developers for obtaining the secret key.
411
-
412
- *Returned Response:*
413
-
414
-
415
-
416
-
417
- [AppTokenResponse](#AppTokenResponse)
418
-
419
- Success. Check the example shown below or refer `AppTokenResponse` for more details.
420
-
421
-
422
-
423
-
424
- <details>
425
- <summary><i>&nbsp; Example:</i></summary>
426
-
427
- ```json
428
- {
429
- "tokens": {
430
- "firebase": {
431
- "credentials": {
432
- "project_id": "",
433
- "gcm_sender_id": "",
434
- "application_id": "",
435
- "api_key": ""
436
- },
437
- "enabled": false
438
- },
439
- "moengage": {
440
- "credentials": {
441
- "app_id": ""
442
- },
443
- "enabled": false
444
- },
445
- "segment": {
446
- "credentials": {
447
- "write_key": "U2FsdGVkX18E920z+xtaD+GnGWoK/5SNxu61phXf6/o="
448
- },
449
- "enabled": false
450
- },
451
- "gtm": {
452
- "credentials": {
453
- "api_key": ""
454
- },
455
- "enabled": false
456
- },
457
- "freshchat": {
458
- "credentials": {
459
- "app_id": "U2FsdGVkX19+Egjfy8alIB4S+n2IQEXz2X4yxzimxbGzq9M5+iFsvGjrBAyQrDZ/iIXgWQyWOFRHmf9xhFGajQ==",
460
- "app_key": "U2FsdGVkX18OydYSvUBRKJDsLD1KCcwK6+jJVGma4Ck2PVwOv6BW5vyiM2sZ4kEpHbRV38KBPZPqlx3EfZd6mw=="
461
- },
462
- "enabled": true
463
- },
464
- "safetynet": {
465
- "credentials": {
466
- "api_key": "U2FsdGVkX1/Ex0BXvB16B81dwWIfVK8LPwexMMbVC3/nB9Y5n4stcnOMUCDalDs8Z92MecOQKydWg+E17QfZ4Q=="
467
- },
468
- "enabled": true
469
- },
470
- "fynd_rewards": {
471
- "credentials": {
472
- "public_key": "U2FsdGVkX1/C7x0hybxKPpWSMYBEKukQCVjnm7wfW3lrTJPmcr06xvLzVatPQJTKXeXvay0rdvcXuHlp8n/VAX7v9Usobmp1znadnPWt07GOvq5aPK9zDlg05tb+TX8Wx0q2rVonRK0Q6ZyMcn6Oy+Z812TpRAlcU1AmSrDtl/PMjuH1rSRTxKJLD0HzXk9zPl2M6GOKmgzjpHD4ZmtRSfJmm/h+qbZZ4AuD9upTbJzDm/pcp4S4cYu9rSV31JpOtAkrCxZFzCT8seWKa2eU8VdleRltwF5DO1x8Pny/hKNmhrUqxdkevY6lm4aEQjThA/EeBv1UPq52EFDteXLsZ6yBXyNAxcFNuPupour+K8hi0nfgbd/fsFqu5NUBOwz0hsqQh9OsTGt7SdiIyMSQgCttphaqhBbJ926UlG9d/O1W1u+i9rn7pECcH1eyUYlsNbYqghciz9pTrfRdqA8AIa2j7H/3Lxq37arxZCIDlTgl+Kk/8QUTsTefk+seGZsyiDyIkxW+FcmHBZLr3y85ST23szWSnyweV2hQHtPWnCE="
473
- }
474
- },
475
- "auth": {
476
- "google": {
477
- "app_id": "U2FsdGVkX19ZkUS8HAnz17Sbcixaj0N4xDcaxztzAPdkxsc2i56kuEL+hVDv5z47HjiY4jOFN0zd5HbO9vf5/adwr6L8QQVEmz1BEEGEze13a5PgONGZlfQkxeuQLBT9"
478
- },
479
- "facebook": {
480
- "app_id": "U2FsdGVkX1/kPjoWmEvESc276Ect4VZmAFVTkQKKjsxgk6LXWjj73vPrBsnJyPpR"
481
- },
482
- "accountkit": {
483
- "app_id": ""
484
- }
485
- },
486
- "google_map": {
487
- "credentials": {
488
- "api_key": "U2FsdGVkX1+5tBH/3lREPiDwVukCS/Q2ftu/CYD9RdLYK8hGO/XJfrs2zpoGDKCJBhgTDRESItRKR7Lt/w+zeQ=="
489
- }
81
+ "name": "Indian Rupee",
82
+ "code": "INR",
83
+ "decimal_digits": 2,
84
+ "symbol": "₹",
85
+ "created_at": "2020-05-28T06:58:42.532Z",
86
+ "modified_at": "2021-04-05T16:44:14.358Z"
490
87
  }
491
- },
492
- "_id": "5e285cb1df7e5b1421d5f840",
493
- "application": "000000000000000000000004",
494
- "created_at": "2020-01-22T14:31:13.192Z",
495
- "modified_at": "2020-05-01T04:14:42.117Z",
496
- "__v": 0
88
+ ]
497
89
  }
498
90
  ```
499
91
  </details>
@@ -509,21 +101,25 @@ Success. Check the example shown below or refer `AppTokenResponse` for more deta
509
101
  ---
510
102
 
511
103
 
512
- ### getOrderingStores
513
- Get deployment stores
104
+ ### getAppStaffList
105
+ Get a list of staff.
514
106
 
515
107
 
516
108
 
517
109
  ```javascript
518
110
  // Promise
519
- const promise = configuration.getOrderingStores({ pageNo : value,
111
+ const promise = configuration.getAppStaffList({ pageNo : value,
520
112
  pageSize : value,
521
- q : value });
113
+ orderIncent : value,
114
+ orderingStore : value,
115
+ user : value });
522
116
 
523
117
  // Async/Await
524
- const data = await configuration.getOrderingStores({ pageNo : value,
118
+ const data = await configuration.getAppStaffList({ pageNo : value,
525
119
  pageSize : value,
526
- q : value });
120
+ orderIncent : value,
121
+ orderingStore : value,
122
+ user : value });
527
123
  ```
528
124
 
529
125
 
@@ -532,22 +128,24 @@ const data = await configuration.getOrderingStores({ pageNo : value,
532
128
 
533
129
  | Argument | Type | Required | Description |
534
130
  | --------- | ----- | -------- | ----------- |
535
- | pageNo | number | no | The page number to navigate through the given set of results. Default value is 1. |
536
- | pageSize | number | no | The number of items to retrieve in each page. Default value is 10. |
537
- | q | string | no | Store code or name of the ordering store. |
131
+ | pageNo | number | no | |
132
+ | pageSize | number | no | |
133
+ | orderIncent | boolean | no | This is a boolean value. Select `true` to retrieve the staff members eligible for getting incentives on orders. |
134
+ | orderingStore | number | no | ID of the ordering store. Helps in retrieving staff members working at a particular ordering store. |
135
+ | user | string | no | Mongo ID of the staff. Helps in retrieving the details of a particular staff member. |
538
136
 
539
137
 
540
138
 
541
- Use this API to retrieve the details of all the deployment stores (the selling locations where the application will be utilized for placing orders).
139
+ Use this API to get a list of staff including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the application.
542
140
 
543
141
  *Returned Response:*
544
142
 
545
143
 
546
144
 
547
145
 
548
- [OrderingStores](#OrderingStores)
146
+ [AppStaffListResponse](#AppStaffListResponse)
549
147
 
550
- Success. Check the example shown below or refer `OrderingStores` for more details.
148
+ Success. Check the example shown below or refer `AppStaffListResponse` for more details.
551
149
 
552
150
 
553
151
 
@@ -571,17 +169,21 @@ Success. Check the example shown below or refer `OrderingStores` for more detail
571
169
  ---
572
170
 
573
171
 
574
- ### getStoreDetailById
575
- Get ordering store details
172
+ ### getAppStaffs
173
+ Get a list of staff.
576
174
 
577
175
 
578
176
 
579
177
  ```javascript
580
178
  // Promise
581
- const promise = configuration.getStoreDetailById({ storeId : value });
179
+ const promise = configuration.getAppStaffs({ orderIncent : value,
180
+ orderingStore : value,
181
+ user : value });
582
182
 
583
183
  // Async/Await
584
- const data = await configuration.getStoreDetailById({ storeId : value });
184
+ const data = await configuration.getAppStaffs({ orderIncent : value,
185
+ orderingStore : value,
186
+ user : value });
585
187
  ```
586
188
 
587
189
 
@@ -589,21 +191,23 @@ const data = await configuration.getStoreDetailById({ storeId : value });
589
191
 
590
192
 
591
193
  | Argument | Type | Required | Description |
592
- | --------- | ----- | -------- | ----------- |
593
- | storeId | number | yes | Store uid |
194
+ | --------- | ----- | -------- | ----------- |
195
+ | orderIncent | boolean | no | This is a boolean value. Select `true` to retrieve the staff members eligible for getting incentives on orders. |
196
+ | orderingStore | number | no | ID of the ordering store. Helps in retrieving staff members working at a particular ordering store. |
197
+ | user | string | no | Mongo ID of the staff. Helps in retrieving the details of a particular staff member. |
594
198
 
595
199
 
596
200
 
597
- Use this API to retrieve the details of given stores uid (the selling locations where the application will be utilized for placing orders).
201
+ Use this API to get a list of staff including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the application.
598
202
 
599
203
  *Returned Response:*
600
204
 
601
205
 
602
206
 
603
207
 
604
- [OrderingStore](#OrderingStore)
208
+ [AppStaffResponse](#AppStaffResponse)
605
209
 
606
- Success. Check the example shown below or refer `OrderingStore` for more details.
210
+ Success. Check the example shown below or refer `AppStaffResponse` for more details.
607
211
 
608
212
 
609
213
 
@@ -612,15 +216,7 @@ Success. Check the example shown below or refer `OrderingStore` for more details
612
216
  <summary><i>&nbsp; Example:</i></summary>
613
217
 
614
218
  ```json
615
- {
616
- "uid": 1060,
617
- "name": "THE MANDHANA PARK KAMLANAGAR DELHI",
618
- "pincode": 110007,
619
- "store_code": "MRVLB22",
620
- "code": "MRVLB22",
621
- "display_name": "Kamla Nagar",
622
- "store_type": "mall"
623
- }
219
+
624
220
  ```
625
221
  </details>
626
222
 
@@ -635,17 +231,17 @@ Success. Check the example shown below or refer `OrderingStore` for more details
635
231
  ---
636
232
 
637
233
 
638
- ### getFeatures
639
- Get features of application
234
+ ### getApplication
235
+ Get current application details
640
236
 
641
237
 
642
238
 
643
239
  ```javascript
644
240
  // Promise
645
- const promise = configuration.getFeatures();
241
+ const promise = configuration.getApplication();
646
242
 
647
243
  // Async/Await
648
- const data = await configuration.getFeatures();
244
+ const data = await configuration.getApplication();
649
245
  ```
650
246
 
651
247
 
@@ -653,16 +249,16 @@ const data = await configuration.getFeatures();
653
249
 
654
250
 
655
251
 
656
- Use this API to retrieve the configuration of features such as product detail, landing page, options in the login/registration screen, communication opt-in, cart options and many more.
252
+ Use this API to get the current application details which includes configurations that indicate the status of the website, domain, ID, tokens, images, etc.
657
253
 
658
254
  *Returned Response:*
659
255
 
660
256
 
661
257
 
662
258
 
663
- [AppFeatureResponse](#AppFeatureResponse)
259
+ [Application](#Application)
664
260
 
665
- Success. Check the example shown below or refer `AppFeatureResponse` for more details.
261
+ Success. Check the example shown below or refer `Application` for more details.
666
262
 
667
263
 
668
264
 
@@ -672,100 +268,159 @@ Success. Check the example shown below or refer `AppFeatureResponse` for more de
672
268
 
673
269
  ```json
674
270
  {
675
- "feature": {
676
- "product_detail": {
677
- "similar": [
678
- "basic",
679
- "visual",
680
- "brand",
681
- "category",
682
- "seller",
683
- "price",
684
- "specs"
685
- ],
686
- "seller_selection": true,
687
- "update_product_meta": true,
688
- "request_product": true
689
- },
690
- "landing_page": {
691
- "launch_page": {
692
- "page_type": "home",
693
- "params": null,
694
- "query": null
695
- },
696
- "continue_as_guest": true,
697
- "login_btn_text": "Click here to sign-in",
698
- "show_domain_textbox": true,
699
- "show_register_btn": true
700
- },
701
- "registration_page": {
702
- "ask_store_address": false
703
- },
704
- "home_page": {
705
- "order_processing": true
706
- },
707
- "common": {
708
- "communication_optin_dialog": {
709
- "visibility": true
710
- },
711
- "deployment_store_selection": {
712
- "enabled": true,
713
- "type": "hard"
714
- },
715
- "listing_price": {
716
- "value": "min",
717
- "sort": "min"
718
- },
719
- "currency": {
720
- "value": [
721
- "INR"
722
- ],
723
- "type": "explicit",
724
- "default_currency": "INR"
725
- },
726
- "revenue_engine": {
727
- "enabled": false
728
- },
729
- "feedback": {
730
- "enabled": true
731
- },
732
- "compare_products": {
733
- "enabled": true
734
- },
735
- "reward_points": {
736
- "credit": {
737
- "enabled": true
738
- },
739
- "debit": {
740
- "enabled": true,
741
- "auto_apply": false,
742
- "strategy_channel": "REWARDS"
743
- }
744
- }
745
- },
746
- "cart": {
747
- "gst_input": true,
748
- "staff_selection": true,
749
- "placing_for_customer": true,
750
- "google_map": true
751
- },
752
- "qr": {
753
- "application": true,
754
- "products": true,
755
- "collections": true
756
- },
757
- "pcr": {
758
- "staff_selection": true
271
+ "website": {
272
+ "enabled": true,
273
+ "basepath": "/"
274
+ },
275
+ "cors": {
276
+ "domains": []
277
+ },
278
+ "auth": {
279
+ "enabled": false
280
+ },
281
+ "description": "Uniket B2B - India's Fastest Growing Retail Store - Aapki Badhti Dukaan",
282
+ "channel_type": "uniket",
283
+ "cache_ttl": -1,
284
+ "internal": false,
285
+ "is_active": true,
286
+ "_id": "000000000000000000000004",
287
+ "name": "Uniket B2B",
288
+ "owner": "5e71a60dc671daffd81992ea",
289
+ "company_id": 1,
290
+ "token": "iTNjY_yAI",
291
+ "redirections": [],
292
+ "meta": [],
293
+ "created_at": "2019-12-26T13:22:23.619Z",
294
+ "modified_at": "2020-12-02T05:49:41.610Z",
295
+ "__v": 29,
296
+ "banner": {
297
+ "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/landscape-banner/original/uSwlNpygq-Uniket-B2B.png"
298
+ },
299
+ "logo": {
300
+ "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png"
301
+ },
302
+ "favicon": {
303
+ "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/favicon/original/y3h6SSlY5-Uniket-B2B.png"
304
+ },
305
+ "domains": [
306
+ {
307
+ "verified": true,
308
+ "is_primary": true,
309
+ "is_shortlink": true,
310
+ "_id": "5eb1177748312a3bd55d0f1e",
311
+ "name": "uniket.hostx0.de"
759
312
  },
760
- "order": {
761
- "buy_again": true
313
+ {
314
+ "verified": true,
315
+ "is_primary": false,
316
+ "is_shortlink": false,
317
+ "_id": "5f0858c5f86e00cd42dccc8d",
318
+ "name": "jd.hostx0.de"
319
+ }
320
+ ],
321
+ "app_type": "live",
322
+ "mobile_logo": {
323
+ "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png"
324
+ },
325
+ "domain": {
326
+ "verified": true,
327
+ "is_primary": true,
328
+ "is_shortlink": true,
329
+ "_id": "5eb1177748312a3bd55d0f1e",
330
+ "name": "uniket.hostx0.de"
331
+ },
332
+ "id": "000000000000000000000004"
333
+ }
334
+ ```
335
+ </details>
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+ ---
346
+
347
+
348
+ ### getBasicDetails
349
+ Get basic application details
350
+
351
+
352
+
353
+ ```javascript
354
+ // Promise
355
+ const promise = configuration.getBasicDetails();
356
+
357
+ // Async/Await
358
+ const data = await configuration.getBasicDetails();
359
+ ```
360
+
361
+
362
+
363
+
364
+
365
+
366
+ Use this API to retrieve only the basic details of the application which includes channel name, description, banner, logo, favicon, domain details, etc.
367
+
368
+ *Returned Response:*
369
+
370
+
371
+
372
+
373
+ [ApplicationDetail](#ApplicationDetail)
374
+
375
+ Success. Check the example shown below or refer `ApplicationDetail` for more details.
376
+
377
+
378
+
379
+
380
+ <details>
381
+ <summary><i>&nbsp; Example:</i></summary>
382
+
383
+ ```json
384
+ {
385
+ "name": "Uniket B2B",
386
+ "description": "Uniket B2B - India's Fastest Growing Retail Store - Aapki Badhti Dukaan",
387
+ "logo": {
388
+ "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png"
389
+ },
390
+ "mobile_logo": {
391
+ "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/free-logo/original/oEf3SQjda-Uniket-B2B.png"
392
+ },
393
+ "favicon": {
394
+ "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/favicon/original/y3h6SSlY5-Uniket-B2B.png"
395
+ },
396
+ "banner": {
397
+ "secure_url": "https://hdn-1.addsale.com/x0/company/1/applications/000000000000000000000004/application/pictures/landscape-banner/original/uSwlNpygq-Uniket-B2B.png"
398
+ },
399
+ "domain": {
400
+ "verified": true,
401
+ "is_primary": true,
402
+ "is_shortlink": false,
403
+ "_id": "5eb1177748312a3bd55d0f1e",
404
+ "name": "uniket.hostx0.de"
405
+ },
406
+ "domains": [
407
+ {
408
+ "verified": true,
409
+ "is_primary": true,
410
+ "is_shortlink": false,
411
+ "_id": "5eb1177748312a3bd55d0f1e",
412
+ "name": "uniket.hostx0.de"
762
413
  },
763
- "_id": "5e57643c986e4119c973df7d",
764
- "app": "000000000000000000000004",
765
- "created_at": "2020-02-27T06:39:56.088Z",
766
- "modified_at": "2021-02-02T11:04:14.289Z",
767
- "__v": 1
768
- }
414
+ {
415
+ "verified": true,
416
+ "is_primary": false,
417
+ "is_shortlink": true,
418
+ "_id": "5f0858c5f86e00cd42dccc8d",
419
+ "name": "jd.hostx0.de"
420
+ }
421
+ ],
422
+ "company_id": 1,
423
+ "_id": "000000000000000000000004"
769
424
  }
770
425
  ```
771
426
  </details>
@@ -1011,39 +666,245 @@ Success. Check the example shown below or refer `CurrenciesResponse` for more de
1011
666
  ---
1012
667
 
1013
668
 
1014
- ### getCurrencyById
1015
- Get currency by its ID
669
+ ### getCurrencyById
670
+ Get currency by its ID
671
+
672
+
673
+
674
+ ```javascript
675
+ // Promise
676
+ const promise = configuration.getCurrencyById({ id : value });
677
+
678
+ // Async/Await
679
+ const data = await configuration.getCurrencyById({ id : value });
680
+ ```
681
+
682
+
683
+
684
+
685
+
686
+ | Argument | Type | Required | Description |
687
+ | --------- | ----- | -------- | ----------- |
688
+ | id | string | yes | Object ID assigned to the currency |
689
+
690
+
691
+
692
+ Use this API to retrieve a currency using its ID.
693
+
694
+ *Returned Response:*
695
+
696
+
697
+
698
+
699
+ [Currency](#Currency)
700
+
701
+ Success. Check the example shown below or refer `Currency` for more details.
702
+
703
+
704
+
705
+
706
+ <details>
707
+ <summary><i>&nbsp; Example:</i></summary>
708
+
709
+ ```json
710
+ {
711
+ "_id": "5ec75d11f7bfb501d88f3559",
712
+ "is_active": true,
713
+ "name": "Gold Ounce",
714
+ "code": "XAU",
715
+ "created_at": "2020-05-22T05:03:13.429Z",
716
+ "modified_at": "2020-06-05T09:12:04.248Z",
717
+ "decimal_digits": null,
718
+ "symbol": null
719
+ }
720
+ ```
721
+ </details>
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+ ---
732
+
733
+
734
+ ### getFeatures
735
+ Get features of application
736
+
737
+
738
+
739
+ ```javascript
740
+ // Promise
741
+ const promise = configuration.getFeatures();
742
+
743
+ // Async/Await
744
+ const data = await configuration.getFeatures();
745
+ ```
746
+
747
+
748
+
749
+
750
+
751
+
752
+ Use this API to retrieve the configuration of features such as product detail, landing page, options in the login/registration screen, communication opt-in, cart options and many more.
753
+
754
+ *Returned Response:*
755
+
756
+
757
+
758
+
759
+ [AppFeatureResponse](#AppFeatureResponse)
760
+
761
+ Success. Check the example shown below or refer `AppFeatureResponse` for more details.
762
+
763
+
764
+
765
+
766
+ <details>
767
+ <summary><i>&nbsp; Example:</i></summary>
768
+
769
+ ```json
770
+ {
771
+ "feature": {
772
+ "product_detail": {
773
+ "similar": [
774
+ "basic",
775
+ "visual",
776
+ "brand",
777
+ "category",
778
+ "seller",
779
+ "price",
780
+ "specs"
781
+ ],
782
+ "seller_selection": true,
783
+ "update_product_meta": true,
784
+ "request_product": true
785
+ },
786
+ "landing_page": {
787
+ "launch_page": {
788
+ "page_type": "home",
789
+ "params": null,
790
+ "query": null
791
+ },
792
+ "continue_as_guest": true,
793
+ "login_btn_text": "Click here to sign-in",
794
+ "show_domain_textbox": true,
795
+ "show_register_btn": true
796
+ },
797
+ "registration_page": {
798
+ "ask_store_address": false
799
+ },
800
+ "home_page": {
801
+ "order_processing": true
802
+ },
803
+ "common": {
804
+ "communication_optin_dialog": {
805
+ "visibility": true
806
+ },
807
+ "deployment_store_selection": {
808
+ "enabled": true,
809
+ "type": "hard"
810
+ },
811
+ "listing_price": {
812
+ "value": "min",
813
+ "sort": "min"
814
+ },
815
+ "currency": {
816
+ "value": [
817
+ "INR"
818
+ ],
819
+ "type": "explicit",
820
+ "default_currency": "INR"
821
+ },
822
+ "revenue_engine": {
823
+ "enabled": false
824
+ },
825
+ "feedback": {
826
+ "enabled": true
827
+ },
828
+ "compare_products": {
829
+ "enabled": true
830
+ },
831
+ "reward_points": {
832
+ "credit": {
833
+ "enabled": true
834
+ },
835
+ "debit": {
836
+ "enabled": true,
837
+ "auto_apply": false,
838
+ "strategy_channel": "REWARDS"
839
+ }
840
+ }
841
+ },
842
+ "cart": {
843
+ "gst_input": true,
844
+ "staff_selection": true,
845
+ "placing_for_customer": true,
846
+ "google_map": true
847
+ },
848
+ "qr": {
849
+ "application": true,
850
+ "products": true,
851
+ "collections": true
852
+ },
853
+ "pcr": {
854
+ "staff_selection": true
855
+ },
856
+ "order": {
857
+ "buy_again": true
858
+ },
859
+ "_id": "5e57643c986e4119c973df7d",
860
+ "app": "000000000000000000000004",
861
+ "created_at": "2020-02-27T06:39:56.088Z",
862
+ "modified_at": "2021-02-02T11:04:14.289Z",
863
+ "__v": 1
864
+ }
865
+ }
866
+ ```
867
+ </details>
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+ ---
878
+
879
+
880
+ ### getIntegrationTokens
881
+ Get integration tokens
1016
882
 
1017
883
 
1018
884
 
1019
885
  ```javascript
1020
886
  // Promise
1021
- const promise = configuration.getCurrencyById({ id : value });
887
+ const promise = configuration.getIntegrationTokens();
1022
888
 
1023
889
  // Async/Await
1024
- const data = await configuration.getCurrencyById({ id : value });
890
+ const data = await configuration.getIntegrationTokens();
1025
891
  ```
1026
892
 
1027
893
 
1028
894
 
1029
895
 
1030
896
 
1031
- | Argument | Type | Required | Description |
1032
- | --------- | ----- | -------- | ----------- |
1033
- | id | string | yes | Object ID assigned to the currency |
1034
-
1035
-
1036
897
 
1037
- Use this API to retrieve a currency using its ID.
898
+ Use this API to retrieve the tokens used while integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map and Facebook. **Note** - Token values are encrypted with AES encryption using a secret key. Kindly reach out to the developers for obtaining the secret key.
1038
899
 
1039
900
  *Returned Response:*
1040
901
 
1041
902
 
1042
903
 
1043
904
 
1044
- [Currency](#Currency)
905
+ [AppTokenResponse](#AppTokenResponse)
1045
906
 
1046
- Success. Check the example shown below or refer `Currency` for more details.
907
+ Success. Check the example shown below or refer `AppTokenResponse` for more details.
1047
908
 
1048
909
 
1049
910
 
@@ -1053,14 +914,74 @@ Success. Check the example shown below or refer `Currency` for more details.
1053
914
 
1054
915
  ```json
1055
916
  {
1056
- "_id": "5ec75d11f7bfb501d88f3559",
1057
- "is_active": true,
1058
- "name": "Gold Ounce",
1059
- "code": "XAU",
1060
- "created_at": "2020-05-22T05:03:13.429Z",
1061
- "modified_at": "2020-06-05T09:12:04.248Z",
1062
- "decimal_digits": null,
1063
- "symbol": null
917
+ "tokens": {
918
+ "firebase": {
919
+ "credentials": {
920
+ "project_id": "",
921
+ "gcm_sender_id": "",
922
+ "application_id": "",
923
+ "api_key": ""
924
+ },
925
+ "enabled": false
926
+ },
927
+ "moengage": {
928
+ "credentials": {
929
+ "app_id": ""
930
+ },
931
+ "enabled": false
932
+ },
933
+ "segment": {
934
+ "credentials": {
935
+ "write_key": "U2FsdGVkX18E920z+xtaD+GnGWoK/5SNxu61phXf6/o="
936
+ },
937
+ "enabled": false
938
+ },
939
+ "gtm": {
940
+ "credentials": {
941
+ "api_key": ""
942
+ },
943
+ "enabled": false
944
+ },
945
+ "freshchat": {
946
+ "credentials": {
947
+ "app_id": "U2FsdGVkX19+Egjfy8alIB4S+n2IQEXz2X4yxzimxbGzq9M5+iFsvGjrBAyQrDZ/iIXgWQyWOFRHmf9xhFGajQ==",
948
+ "app_key": "U2FsdGVkX18OydYSvUBRKJDsLD1KCcwK6+jJVGma4Ck2PVwOv6BW5vyiM2sZ4kEpHbRV38KBPZPqlx3EfZd6mw=="
949
+ },
950
+ "enabled": true
951
+ },
952
+ "safetynet": {
953
+ "credentials": {
954
+ "api_key": "U2FsdGVkX1/Ex0BXvB16B81dwWIfVK8LPwexMMbVC3/nB9Y5n4stcnOMUCDalDs8Z92MecOQKydWg+E17QfZ4Q=="
955
+ },
956
+ "enabled": true
957
+ },
958
+ "fynd_rewards": {
959
+ "credentials": {
960
+ "public_key": "U2FsdGVkX1/C7x0hybxKPpWSMYBEKukQCVjnm7wfW3lrTJPmcr06xvLzVatPQJTKXeXvay0rdvcXuHlp8n/VAX7v9Usobmp1znadnPWt07GOvq5aPK9zDlg05tb+TX8Wx0q2rVonRK0Q6ZyMcn6Oy+Z812TpRAlcU1AmSrDtl/PMjuH1rSRTxKJLD0HzXk9zPl2M6GOKmgzjpHD4ZmtRSfJmm/h+qbZZ4AuD9upTbJzDm/pcp4S4cYu9rSV31JpOtAkrCxZFzCT8seWKa2eU8VdleRltwF5DO1x8Pny/hKNmhrUqxdkevY6lm4aEQjThA/EeBv1UPq52EFDteXLsZ6yBXyNAxcFNuPupour+K8hi0nfgbd/fsFqu5NUBOwz0hsqQh9OsTGt7SdiIyMSQgCttphaqhBbJ926UlG9d/O1W1u+i9rn7pECcH1eyUYlsNbYqghciz9pTrfRdqA8AIa2j7H/3Lxq37arxZCIDlTgl+Kk/8QUTsTefk+seGZsyiDyIkxW+FcmHBZLr3y85ST23szWSnyweV2hQHtPWnCE="
961
+ }
962
+ },
963
+ "auth": {
964
+ "google": {
965
+ "app_id": "U2FsdGVkX19ZkUS8HAnz17Sbcixaj0N4xDcaxztzAPdkxsc2i56kuEL+hVDv5z47HjiY4jOFN0zd5HbO9vf5/adwr6L8QQVEmz1BEEGEze13a5PgONGZlfQkxeuQLBT9"
966
+ },
967
+ "facebook": {
968
+ "app_id": "U2FsdGVkX1/kPjoWmEvESc276Ect4VZmAFVTkQKKjsxgk6LXWjj73vPrBsnJyPpR"
969
+ },
970
+ "accountkit": {
971
+ "app_id": ""
972
+ }
973
+ },
974
+ "google_map": {
975
+ "credentials": {
976
+ "api_key": "U2FsdGVkX1+5tBH/3lREPiDwVukCS/Q2ftu/CYD9RdLYK8hGO/XJfrs2zpoGDKCJBhgTDRESItRKR7Lt/w+zeQ=="
977
+ }
978
+ }
979
+ },
980
+ "_id": "5e285cb1df7e5b1421d5f840",
981
+ "application": "000000000000000000000004",
982
+ "created_at": "2020-01-22T14:31:13.192Z",
983
+ "modified_at": "2020-05-01T04:14:42.117Z",
984
+ "__v": 0
1064
985
  }
1065
986
  ```
1066
987
  </details>
@@ -1076,17 +997,17 @@ Success. Check the example shown below or refer `Currency` for more details.
1076
997
  ---
1077
998
 
1078
999
 
1079
- ### getAppCurrencies
1080
- Get currencies enabled in the application
1000
+ ### getLanguages
1001
+ Get list of languages
1081
1002
 
1082
1003
 
1083
1004
 
1084
1005
  ```javascript
1085
1006
  // Promise
1086
- const promise = configuration.getAppCurrencies();
1007
+ const promise = configuration.getLanguages();
1087
1008
 
1088
1009
  // Async/Await
1089
- const data = await configuration.getAppCurrencies();
1010
+ const data = await configuration.getLanguages();
1090
1011
  ```
1091
1012
 
1092
1013
 
@@ -1094,16 +1015,16 @@ const data = await configuration.getAppCurrencies();
1094
1015
 
1095
1016
 
1096
1017
 
1097
- Use this API to get a list of currencies allowed in the current application. Moreover, get the name, code, symbol, and the decimal digits of the currencies.
1018
+ Use this API to get a list of languages supported in the application.
1098
1019
 
1099
1020
  *Returned Response:*
1100
1021
 
1101
1022
 
1102
1023
 
1103
1024
 
1104
- [AppCurrencyResponse](#AppCurrencyResponse)
1025
+ [LanguageResponse](#LanguageResponse)
1105
1026
 
1106
- Success. Check the example shown below or refer `AppCurrencyResponse` for more details.
1027
+ Success. Check the example shown below or refer `LanguageResponse` for more details.
1107
1028
 
1108
1029
 
1109
1030
 
@@ -1113,21 +1034,18 @@ Success. Check the example shown below or refer `AppCurrencyResponse` for more d
1113
1034
 
1114
1035
  ```json
1115
1036
  {
1116
- "application": "000000000000000000000001",
1117
- "default_currency": {
1118
- "ref": "5ecf6122d953d4242c044907",
1119
- "code": "INR"
1120
- },
1121
- "supported_currency": [
1037
+ "items": [
1122
1038
  {
1123
- "_id": "5ecf6122d953d4242c044907",
1124
- "is_active": true,
1125
- "name": "Indian Rupee",
1126
- "code": "INR",
1127
- "decimal_digits": 2,
1128
- "symbol": "",
1129
- "created_at": "2020-05-28T06:58:42.532Z",
1130
- "modified_at": "2021-04-05T16:44:14.358Z"
1039
+ "name": "हिन्दी",
1040
+ "code": "hi-IN"
1041
+ },
1042
+ {
1043
+ "name": "English",
1044
+ "code": "en-IN"
1045
+ },
1046
+ {
1047
+ "name": "عربى",
1048
+ "code": "ar-AE"
1131
1049
  }
1132
1050
  ]
1133
1051
  }
@@ -1145,34 +1063,38 @@ Success. Check the example shown below or refer `AppCurrencyResponse` for more d
1145
1063
  ---
1146
1064
 
1147
1065
 
1148
- ### getLanguages
1149
- Get list of languages
1066
+ ### getOrderingStoreCookie
1067
+ Get an Ordering Store signed cookie on selection of ordering store.
1150
1068
 
1151
1069
 
1152
1070
 
1153
1071
  ```javascript
1154
1072
  // Promise
1155
- const promise = configuration.getLanguages();
1073
+ const promise = configuration.getOrderingStoreCookie({ body : value });
1156
1074
 
1157
1075
  // Async/Await
1158
- const data = await configuration.getLanguages();
1076
+ const data = await configuration.getOrderingStoreCookie({ body : value });
1159
1077
  ```
1160
1078
 
1161
1079
 
1162
1080
 
1163
1081
 
1164
1082
 
1083
+ | Argument | Type | Required | Description |
1084
+ | --------- | ----- | -------- | ----------- |
1085
+ | body | [OrderingStoreSelectRequest](#OrderingStoreSelectRequest) | yes | Request body |
1086
+
1165
1087
 
1166
- Use this API to get a list of languages supported in the application.
1088
+ Use this API to get an Ordering Store signed cookie upon selecting an ordering store. This will be used by the cart service to verify a coupon against the selected ordering store in cart.
1167
1089
 
1168
1090
  *Returned Response:*
1169
1091
 
1170
1092
 
1171
1093
 
1172
1094
 
1173
- [LanguageResponse](#LanguageResponse)
1095
+ [SuccessMessageResponse](#SuccessMessageResponse)
1174
1096
 
1175
- Success. Check the example shown below or refer `LanguageResponse` for more details.
1097
+ Success
1176
1098
 
1177
1099
 
1178
1100
 
@@ -1181,22 +1103,7 @@ Success. Check the example shown below or refer `LanguageResponse` for more deta
1181
1103
  <summary><i>&nbsp; Example:</i></summary>
1182
1104
 
1183
1105
  ```json
1184
- {
1185
- "items": [
1186
- {
1187
- "name": "हिन्दी",
1188
- "code": "hi-IN"
1189
- },
1190
- {
1191
- "name": "English",
1192
- "code": "en-IN"
1193
- },
1194
- {
1195
- "name": "عربى",
1196
- "code": "ar-AE"
1197
- }
1198
- ]
1199
- }
1106
+
1200
1107
  ```
1201
1108
  </details>
1202
1109
 
@@ -1211,17 +1118,21 @@ Success. Check the example shown below or refer `LanguageResponse` for more deta
1211
1118
  ---
1212
1119
 
1213
1120
 
1214
- ### getOrderingStoreCookie
1215
- Get an Ordering Store signed cookie on selection of ordering store.
1121
+ ### getOrderingStores
1122
+ Get deployment stores
1216
1123
 
1217
1124
 
1218
1125
 
1219
1126
  ```javascript
1220
1127
  // Promise
1221
- const promise = configuration.getOrderingStoreCookie({ body : value });
1128
+ const promise = configuration.getOrderingStores({ pageNo : value,
1129
+ pageSize : value,
1130
+ q : value });
1222
1131
 
1223
1132
  // Async/Await
1224
- const data = await configuration.getOrderingStoreCookie({ body : value });
1133
+ const data = await configuration.getOrderingStores({ pageNo : value,
1134
+ pageSize : value,
1135
+ q : value });
1225
1136
  ```
1226
1137
 
1227
1138
 
@@ -1229,20 +1140,23 @@ const data = await configuration.getOrderingStoreCookie({ body : value });
1229
1140
 
1230
1141
 
1231
1142
  | Argument | Type | Required | Description |
1232
- | --------- | ----- | -------- | ----------- |
1233
- | body | [OrderingStoreSelectRequest](#OrderingStoreSelectRequest) | yes | Request body |
1143
+ | --------- | ----- | -------- | ----------- |
1144
+ | pageNo | number | no | The page number to navigate through the given set of results. Default value is 1. |
1145
+ | pageSize | number | no | The number of items to retrieve in each page. Default value is 10. |
1146
+ | q | string | no | Store code or name of the ordering store. |
1234
1147
 
1235
1148
 
1236
- Use this API to get an Ordering Store signed cookie upon selecting an ordering store. This will be used by the cart service to verify a coupon against the selected ordering store in cart.
1149
+
1150
+ Use this API to retrieve the details of all the deployment stores (the selling locations where the application will be utilized for placing orders).
1237
1151
 
1238
1152
  *Returned Response:*
1239
1153
 
1240
1154
 
1241
1155
 
1242
1156
 
1243
- [SuccessMessageResponse](#SuccessMessageResponse)
1157
+ [OrderingStores](#OrderingStores)
1244
1158
 
1245
- Success
1159
+ Success. Check the example shown below or refer `OrderingStores` for more details.
1246
1160
 
1247
1161
 
1248
1162
 
@@ -1266,17 +1180,17 @@ Success
1266
1180
  ---
1267
1181
 
1268
1182
 
1269
- ### removeOrderingStoreCookie
1270
- Unset the Ordering Store signed cookie.
1183
+ ### getOwnerInfo
1184
+ Get application, owner and seller information
1271
1185
 
1272
1186
 
1273
1187
 
1274
1188
  ```javascript
1275
1189
  // Promise
1276
- const promise = configuration.removeOrderingStoreCookie();
1190
+ const promise = configuration.getOwnerInfo();
1277
1191
 
1278
1192
  // Async/Await
1279
- const data = await configuration.removeOrderingStoreCookie();
1193
+ const data = await configuration.getOwnerInfo();
1280
1194
  ```
1281
1195
 
1282
1196
 
@@ -1284,16 +1198,16 @@ const data = await configuration.removeOrderingStoreCookie();
1284
1198
 
1285
1199
 
1286
1200
 
1287
- Use this API to unset the Ordering Store cookie upon changing the sales channel, by its domain URL, in the Universal Fynd Store app.
1201
+ Use this API to get the current application details which includes channel name, description, banner, logo, favicon, domain details, etc. This API also retrieves the seller and owner information such as address, email address, and phone number.
1288
1202
 
1289
1203
  *Returned Response:*
1290
1204
 
1291
1205
 
1292
1206
 
1293
1207
 
1294
- [SuccessMessageResponse](#SuccessMessageResponse)
1208
+ [ApplicationAboutResponse](#ApplicationAboutResponse)
1295
1209
 
1296
- Success
1210
+ Success. Check the example shown below or refer `ApplicationAboutResponse` for more details.
1297
1211
 
1298
1212
 
1299
1213
 
@@ -1302,7 +1216,108 @@ Success
1302
1216
  <summary><i>&nbsp; Example:</i></summary>
1303
1217
 
1304
1218
  ```json
1305
-
1219
+ {
1220
+ "application_info": {
1221
+ "domains": [
1222
+ {
1223
+ "verified": true,
1224
+ "name": "uniket-testing.addsale.link",
1225
+ "custom": false,
1226
+ "is_primary": true
1227
+ }
1228
+ ],
1229
+ "website": {
1230
+ "enabled": true,
1231
+ "basepath": "/"
1232
+ },
1233
+ "cors": {
1234
+ "domains": []
1235
+ },
1236
+ "description": "R-City Mall,Ghatkoper East,Mumbai",
1237
+ "is_active": true,
1238
+ "_id": "5cd3db5e9d692cfe5302a7ba",
1239
+ "name": "Shivam Clothing Store",
1240
+ "meta": [
1241
+ {
1242
+ "name": "tes",
1243
+ "value": "test"
1244
+ }
1245
+ ],
1246
+ "token": "xOfcP-aYE",
1247
+ "secret": "",
1248
+ "created_at": "2019-05-09T07:48:46.218Z",
1249
+ "banner": {
1250
+ "secure_url": "https://res.cloudinary.com/jkvora/image/upload/v1561551809/fqt2djkddoe2yjjlln2h.png"
1251
+ },
1252
+ "logo": {
1253
+ "secure_url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1577513094/addsale/applications/app_5cd3db5e9d692cfe5302a7ba/media/store/logo/ayrkk2uzfknst2ohluzc.png"
1254
+ },
1255
+ "id": "5cd3db5e9d692cfe5302a7ba",
1256
+ "company_info": {
1257
+ "_id": "5da4274a723af4000188a66c",
1258
+ "uid": 873,
1259
+ "created_on": "2019-10-14T07:44:10.391Z",
1260
+ "is_active": true,
1261
+ "name": "SAPPER LIFESTYLE PRIVATE LIMITED",
1262
+ "addresses": [
1263
+ {
1264
+ "pincode": 110042,
1265
+ "address1": "412, SISODIA MOHALLA BADALI VILLAGE",
1266
+ "city": "NEW DELHI",
1267
+ "state": "DELHI",
1268
+ "country": "INDIA",
1269
+ "address_type": "registered"
1270
+ },
1271
+ {
1272
+ "pincode": 110042,
1273
+ "address1": "412, SISODIA MOHALLA BADALI VILLAGE",
1274
+ "city": "NEW DELHI",
1275
+ "state": "DELHI",
1276
+ "country": "INDIA",
1277
+ "address_type": "office"
1278
+ }
1279
+ ],
1280
+ "notification_emails": [
1281
+ "ecom.sapperlifestyle@f2fretail.com"
1282
+ ]
1283
+ },
1284
+ "owner_info": {
1285
+ "_id": "5c77921fa1bf7d8695ed57fd",
1286
+ "emails": [
1287
+ {
1288
+ "active": true,
1289
+ "primary": true,
1290
+ "verified": true,
1291
+ "email": "abc@test.com"
1292
+ },
1293
+ {
1294
+ "active": true,
1295
+ "primary": false,
1296
+ "verified": true,
1297
+ "email": "abc@test.com"
1298
+ },
1299
+ {
1300
+ "active": true,
1301
+ "primary": false,
1302
+ "verified": true,
1303
+ "email": "abc@test.com"
1304
+ }
1305
+ ],
1306
+ "phone_numbers": [
1307
+ {
1308
+ "active": true,
1309
+ "primary": true,
1310
+ "verified": true,
1311
+ "country_code": 91,
1312
+ "phone": "9408282323"
1313
+ }
1314
+ ],
1315
+ "first_name": "Jalak",
1316
+ "last_name": "Vora",
1317
+ "profile_pic": ""
1318
+ }
1319
+ }
1320
+ }
1306
1321
  ```
1307
1322
  </details>
1308
1323
 
@@ -1317,25 +1332,17 @@ Success
1317
1332
  ---
1318
1333
 
1319
1334
 
1320
- ### getAppStaffList
1321
- Get a list of staff.
1335
+ ### getStoreDetailById
1336
+ Get ordering store details
1322
1337
 
1323
1338
 
1324
1339
 
1325
1340
  ```javascript
1326
1341
  // Promise
1327
- const promise = configuration.getAppStaffList({ pageNo : value,
1328
- pageSize : value,
1329
- orderIncent : value,
1330
- orderingStore : value,
1331
- user : value });
1342
+ const promise = configuration.getStoreDetailById({ storeId : value });
1332
1343
 
1333
1344
  // Async/Await
1334
- const data = await configuration.getAppStaffList({ pageNo : value,
1335
- pageSize : value,
1336
- orderIncent : value,
1337
- orderingStore : value,
1338
- user : value });
1345
+ const data = await configuration.getStoreDetailById({ storeId : value });
1339
1346
  ```
1340
1347
 
1341
1348
 
@@ -1343,25 +1350,21 @@ const data = await configuration.getAppStaffList({ pageNo : value,
1343
1350
 
1344
1351
 
1345
1352
  | Argument | Type | Required | Description |
1346
- | --------- | ----- | -------- | ----------- |
1347
- | pageNo | number | no | |
1348
- | pageSize | number | no | |
1349
- | orderIncent | boolean | no | This is a boolean value. Select `true` to retrieve the staff members eligible for getting incentives on orders. |
1350
- | orderingStore | number | no | ID of the ordering store. Helps in retrieving staff members working at a particular ordering store. |
1351
- | user | string | no | Mongo ID of the staff. Helps in retrieving the details of a particular staff member. |
1353
+ | --------- | ----- | -------- | ----------- |
1354
+ | storeId | number | yes | Store uid |
1352
1355
 
1353
1356
 
1354
1357
 
1355
- Use this API to get a list of staff including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the application.
1358
+ Use this API to retrieve the details of given stores uid (the selling locations where the application will be utilized for placing orders).
1356
1359
 
1357
1360
  *Returned Response:*
1358
1361
 
1359
1362
 
1360
1363
 
1361
1364
 
1362
- [AppStaffListResponse](#AppStaffListResponse)
1365
+ [OrderingStore](#OrderingStore)
1363
1366
 
1364
- Success. Check the example shown below or refer `AppStaffListResponse` for more details.
1367
+ Success. Check the example shown below or refer `OrderingStore` for more details.
1365
1368
 
1366
1369
 
1367
1370
 
@@ -1370,7 +1373,15 @@ Success. Check the example shown below or refer `AppStaffListResponse` for more
1370
1373
  <summary><i>&nbsp; Example:</i></summary>
1371
1374
 
1372
1375
  ```json
1373
-
1376
+ {
1377
+ "uid": 1060,
1378
+ "name": "THE MANDHANA PARK KAMLANAGAR DELHI",
1379
+ "pincode": 110007,
1380
+ "store_code": "MRVLB22",
1381
+ "code": "MRVLB22",
1382
+ "display_name": "Kamla Nagar",
1383
+ "store_type": "mall"
1384
+ }
1374
1385
  ```
1375
1386
  </details>
1376
1387
 
@@ -1385,45 +1396,34 @@ Success. Check the example shown below or refer `AppStaffListResponse` for more
1385
1396
  ---
1386
1397
 
1387
1398
 
1388
- ### getAppStaffs
1389
- Get a list of staff.
1399
+ ### removeOrderingStoreCookie
1400
+ Unset the Ordering Store signed cookie.
1390
1401
 
1391
1402
 
1392
1403
 
1393
1404
  ```javascript
1394
1405
  // Promise
1395
- const promise = configuration.getAppStaffs({ orderIncent : value,
1396
- orderingStore : value,
1397
- user : value });
1406
+ const promise = configuration.removeOrderingStoreCookie();
1398
1407
 
1399
1408
  // Async/Await
1400
- const data = await configuration.getAppStaffs({ orderIncent : value,
1401
- orderingStore : value,
1402
- user : value });
1409
+ const data = await configuration.removeOrderingStoreCookie();
1403
1410
  ```
1404
1411
 
1405
1412
 
1406
1413
 
1407
1414
 
1408
1415
 
1409
- | Argument | Type | Required | Description |
1410
- | --------- | ----- | -------- | ----------- |
1411
- | orderIncent | boolean | no | This is a boolean value. Select `true` to retrieve the staff members eligible for getting incentives on orders. |
1412
- | orderingStore | number | no | ID of the ordering store. Helps in retrieving staff members working at a particular ordering store. |
1413
- | user | string | no | Mongo ID of the staff. Helps in retrieving the details of a particular staff member. |
1414
-
1415
-
1416
1416
 
1417
- Use this API to get a list of staff including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the application.
1417
+ Use this API to unset the Ordering Store cookie upon changing the sales channel, by its domain URL, in the Universal Fynd Store app.
1418
1418
 
1419
1419
  *Returned Response:*
1420
1420
 
1421
1421
 
1422
1422
 
1423
1423
 
1424
- [AppStaffResponse](#AppStaffResponse)
1424
+ [SuccessMessageResponse](#SuccessMessageResponse)
1425
1425
 
1426
- Success. Check the example shown below or refer `AppStaffResponse` for more details.
1426
+ Success
1427
1427
 
1428
1428
 
1429
1429
 
@@ -1450,1454 +1450,760 @@ Success. Check the example shown below or refer `AppStaffResponse` for more deta
1450
1450
 
1451
1451
  ### Schemas
1452
1452
 
1453
-
1454
-
1455
- #### [ApplicationAboutResponse](#ApplicationAboutResponse)
1453
+
1454
+ #### [Android](#Android)
1456
1455
 
1457
1456
  | Properties | Type | Nullable | Description |
1458
- | ---------- | ---- | -------- | ----------- |
1459
- | application_info | [ApplicationInfo](#ApplicationInfo) | no | |
1460
- | company_info | [CompanyInfo](#CompanyInfo) | no | |
1461
- | owner_info | [OwnerInfo](#OwnerInfo) | no | |
1457
+ | ---------- | ---- | -------- | ----------- || api_key | string | no | || application_id | string | no | |
1462
1458
 
1463
1459
  ---
1464
1460
 
1465
-
1466
-
1467
-
1468
- #### [ApplicationInfo](#ApplicationInfo)
1461
+ #### [AppCurrencyResponse](#AppCurrencyResponse)
1469
1462
 
1470
1463
  | Properties | Type | Nullable | Description |
1471
- | ---------- | ---- | -------- | ----------- |
1472
- | _id | string | no | |
1473
- | domain | [Domain](#Domain) | no | |
1474
- | website | [ApplicationWebsite](#ApplicationWebsite) | no | |
1475
- | cors | [ApplicationCors](#ApplicationCors) | no | |
1476
- | description | string | no | |
1477
- | name | string | no | |
1478
- | meta | [ApplicationMeta](#ApplicationMeta) | no | |
1479
- | token | string | no | |
1480
- | secret | string | no | |
1481
- | created_at | string | no | |
1482
- | banner | [SecureUrl](#SecureUrl) | no | |
1483
- | logo | [SecureUrl](#SecureUrl) | no | |
1484
- | is_active | boolean | no | |
1464
+ | ---------- | ---- | -------- | ----------- || application | string | no | || default_currency | [DefaultCurrency](#DefaultCurrency) | no | || supported_currency | [[Currency](#Currency)] | no | |
1485
1465
 
1486
1466
  ---
1487
1467
 
1488
-
1489
-
1490
-
1491
- #### [CompanyInfo](#CompanyInfo)
1468
+ #### [AppFeature](#AppFeature)
1492
1469
 
1493
1470
  | Properties | Type | Nullable | Description |
1494
- | ---------- | ---- | -------- | ----------- |
1495
- | _id | string | no | |
1496
- | uid | number | no | |
1497
- | created_on | string | no | |
1498
- | is_active | boolean | no | |
1499
- | name | string | no | |
1500
- | addresses | [[CompanyAboutAddress](#CompanyAboutAddress)] | no | |
1501
- | notification_emails | [string] | no | |
1471
+ | ---------- | ---- | -------- | ----------- || __v | number | no | || _id | string | no | || app | string | no | || cart | [CartFeature](#CartFeature) | no | || common | [CommonFeature](#CommonFeature) | no | || created_at | string | no | || home_page | [HomePageFeature](#HomePageFeature) | no | || landing_page | [LandingPageFeature](#LandingPageFeature) | no | || order | [OrderFeature](#OrderFeature) | no | || pcr | [PcrFeature](#PcrFeature) | no | || product_detail | [ProductDetailFeature](#ProductDetailFeature) | no | || qr | [QrFeature](#QrFeature) | no | || registration_page | [RegistrationPageFeature](#RegistrationPageFeature) | no | || updated_at | string | no | |
1502
1472
 
1503
1473
  ---
1504
1474
 
1505
-
1506
-
1507
-
1508
- #### [OwnerInfo](#OwnerInfo)
1475
+ #### [AppFeatureRequest](#AppFeatureRequest)
1509
1476
 
1510
1477
  | Properties | Type | Nullable | Description |
1511
- | ---------- | ---- | -------- | ----------- |
1512
- | _id | string | no | |
1513
- | emails | [[UserEmail](#UserEmail)] | no | |
1514
- | phone_numbers | [[UserPhoneNumber](#UserPhoneNumber)] | no | |
1515
- | first_name | string | no | |
1516
- | last_name | string | no | |
1517
- | profile_pic | string | no | |
1478
+ | ---------- | ---- | -------- | ----------- || feature | [AppFeature](#AppFeature) | no | |
1518
1479
 
1519
1480
  ---
1520
1481
 
1521
-
1522
-
1523
-
1524
- #### [AppVersionRequest](#AppVersionRequest)
1482
+ #### [AppFeatureResponse](#AppFeatureResponse)
1525
1483
 
1526
1484
  | Properties | Type | Nullable | Description |
1527
- | ---------- | ---- | -------- | ----------- |
1528
- | application | [ApplicationVersionRequest](#ApplicationVersionRequest) | yes | |
1529
- | device | [Device](#Device) | yes | |
1530
- | locale | string | no | |
1531
- | timezone | string | no | |
1485
+ | ---------- | ---- | -------- | ----------- || feature | [AppFeature](#AppFeature) | no | |
1532
1486
 
1533
1487
  ---
1534
1488
 
1535
-
1536
-
1537
-
1538
- #### [ApplicationVersionRequest](#ApplicationVersionRequest)
1489
+ #### [Application](#Application)
1539
1490
 
1540
1491
  | Properties | Type | Nullable | Description |
1541
- | ---------- | ---- | -------- | ----------- |
1542
- | id | string | no | |
1543
- | name | string | yes | |
1544
- | namespace | string | no | |
1545
- | token | string | no | |
1546
- | version | string | yes | |
1492
+ | ---------- | ---- | -------- | ----------- || __v | number | no | || _id | string | no | || app_type | string | no | || auth | [ApplicationAuth](#ApplicationAuth) | no | || banner | [SecureUrl](#SecureUrl) | no | || cache_ttl | number | no | || channel_type | string | no | || company_id | number | no | || cors | [ApplicationCors](#ApplicationCors) | no | || created_at | string | no | || description | string | no | || domain | [Domain](#Domain) | no | || domains | [[Domain](#Domain)] | no | || favicon | [SecureUrl](#SecureUrl) | no | || is_active | boolean | no | || is_internal | boolean | no | || logo | [SecureUrl](#SecureUrl) | no | || meta | [[ApplicationMeta](#ApplicationMeta)] | no | || mobile_logo | [SecureUrl](#SecureUrl) | no | || name | string | no | || owner | string | no | || redirections | [[ApplicationRedirections](#ApplicationRedirections)] | no | || token | string | no | || updated_at | string | no | || website | [ApplicationWebsite](#ApplicationWebsite) | no | |
1547
1493
 
1548
1494
  ---
1549
1495
 
1550
-
1551
-
1552
-
1553
- #### [Device](#Device)
1496
+ #### [ApplicationAboutResponse](#ApplicationAboutResponse)
1554
1497
 
1555
1498
  | Properties | Type | Nullable | Description |
1556
- | ---------- | ---- | -------- | ----------- |
1557
- | build | number | no | |
1558
- | model | string | no | |
1559
- | os | [OS](#OS) | yes | |
1499
+ | ---------- | ---- | -------- | ----------- || application_info | [ApplicationInfo](#ApplicationInfo) | no | || company_info | [CompanyInfo](#CompanyInfo) | no | || owner_info | [OwnerInfo](#OwnerInfo) | no | |
1560
1500
 
1561
1501
  ---
1562
1502
 
1563
-
1564
-
1565
-
1566
- #### [OS](#OS)
1503
+ #### [ApplicationAuth](#ApplicationAuth)
1567
1504
 
1568
1505
  | Properties | Type | Nullable | Description |
1569
- | ---------- | ---- | -------- | ----------- |
1570
- | name | string | yes | |
1571
- | version | string | no | |
1506
+ | ---------- | ---- | -------- | ----------- || enabled | boolean | no | |
1572
1507
 
1573
1508
  ---
1574
1509
 
1575
-
1576
-
1577
-
1578
- #### [SupportedLanguage](#SupportedLanguage)
1510
+ #### [ApplicationCors](#ApplicationCors)
1579
1511
 
1580
1512
  | Properties | Type | Nullable | Description |
1581
- | ---------- | ---- | -------- | ----------- |
1582
- | name | string | no | |
1583
- | code | string | no | |
1513
+ | ---------- | ---- | -------- | ----------- || domains | [string] | no | |
1584
1514
 
1585
1515
  ---
1586
1516
 
1587
-
1588
-
1589
-
1590
- #### [LanguageResponse](#LanguageResponse)
1517
+ #### [ApplicationDetail](#ApplicationDetail)
1591
1518
 
1592
1519
  | Properties | Type | Nullable | Description |
1593
- | ---------- | ---- | -------- | ----------- |
1594
- | items | [[SupportedLanguage](#SupportedLanguage)] | no | |
1520
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || banner | [SecureUrl](#SecureUrl) | yes | || description | string | yes | || domain | [Domain](#Domain) | no | || domains | [[Domain](#Domain)] | no | || favicon | [SecureUrl](#SecureUrl) | yes | || logo | [SecureUrl](#SecureUrl) | yes | || mobile_logo | [SecureUrl](#SecureUrl) | yes | || name | string | yes | |
1595
1521
 
1596
1522
  ---
1597
1523
 
1598
-
1599
-
1600
-
1601
- #### [AppStaffResponse](#AppStaffResponse)
1524
+ #### [ApplicationInfo](#ApplicationInfo)
1602
1525
 
1603
1526
  | Properties | Type | Nullable | Description |
1604
- | ---------- | ---- | -------- | ----------- |
1605
- | staff_users | [[AppStaff](#AppStaff)] | no | |
1527
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || banner | [SecureUrl](#SecureUrl) | no | || cors | [ApplicationCors](#ApplicationCors) | no | || created_at | string | no | || description | string | no | || domain | [Domain](#Domain) | no | || is_active | boolean | no | || logo | [SecureUrl](#SecureUrl) | no | || meta | [ApplicationMeta](#ApplicationMeta) | no | || name | string | no | || secret | string | no | || token | string | no | || website | [ApplicationWebsite](#ApplicationWebsite) | no | |
1606
1528
 
1607
1529
  ---
1608
1530
 
1609
-
1610
-
1611
-
1612
- #### [AppStaffListResponse](#AppStaffListResponse)
1531
+ #### [ApplicationInformation](#ApplicationInformation)
1613
1532
 
1614
1533
  | Properties | Type | Nullable | Description |
1615
- | ---------- | ---- | -------- | ----------- |
1616
- | page | [Page](#Page) | no | |
1617
- | items | [[AppStaff](#AppStaff)] | no | |
1534
+ | ---------- | ---- | -------- | ----------- || __v | number | no | || _id | string | no | || address | [InformationAddress](#InformationAddress) | no | || application | string | no | || business_highlights | [BusinessHighlights](#BusinessHighlights) | no | || copyright_text | string | no | || created_at | string | no | || links | [Links](#Links) | no | || social_links | [SocialLinks](#SocialLinks) | no | || support | [InformationSupport](#InformationSupport) | no | || updated_at | string | no | |
1618
1535
 
1619
1536
  ---
1620
1537
 
1621
-
1622
-
1623
-
1624
- #### [UpdateDialog](#UpdateDialog)
1538
+ #### [ApplicationMeta](#ApplicationMeta)
1625
1539
 
1626
1540
  | Properties | Type | Nullable | Description |
1627
- | ---------- | ---- | -------- | ----------- |
1628
- | type | string | no | |
1629
- | interval | number | no | |
1541
+ | ---------- | ---- | -------- | ----------- || name | string | no | || value | string | no | |
1630
1542
 
1631
1543
  ---
1632
1544
 
1633
-
1634
-
1635
-
1636
- #### [OrderingStoreSelectRequest](#OrderingStoreSelectRequest)
1545
+ #### [ApplicationRedirections](#ApplicationRedirections)
1637
1546
 
1638
1547
  | Properties | Type | Nullable | Description |
1639
- | ---------- | ---- | -------- | ----------- |
1640
- | ordering_store | [OrderingStoreSelect](#OrderingStoreSelect) | yes | |
1548
+ | ---------- | ---- | -------- | ----------- || redirect_from | string | no | || redirect_to | string | no | || type | string | no | |
1641
1549
 
1642
1550
  ---
1643
1551
 
1644
-
1645
-
1646
-
1647
- #### [OrderingStoreSelect](#OrderingStoreSelect)
1552
+ #### [ApplicationVersionRequest](#ApplicationVersionRequest)
1648
1553
 
1649
1554
  | Properties | Type | Nullable | Description |
1650
- | ---------- | ---- | -------- | ----------- |
1651
- | uid | number | yes | store uid |
1555
+ | ---------- | ---- | -------- | ----------- || id | string | no | || name | string | yes | || namespace | string | no | || token | string | no | || version | string | yes | |
1652
1556
 
1653
1557
  ---
1654
1558
 
1655
-
1656
-
1657
-
1658
- #### [AppStaff](#AppStaff)
1559
+ #### [ApplicationWebsite](#ApplicationWebsite)
1659
1560
 
1660
1561
  | Properties | Type | Nullable | Description |
1661
- | ---------- | ---- | -------- | ----------- |
1662
- | _id | string | no | |
1663
- | order_incent | boolean | no | |
1664
- | stores | [number] | no | |
1665
- | application | string | no | |
1666
- | title | string | no | |
1667
- | user | string | no | |
1668
- | employee_code | string | no | |
1669
- | first_name | string | no | |
1670
- | last_name | string | no | |
1671
- | profile_pic_url | string | no | |
1562
+ | ---------- | ---- | -------- | ----------- || basepath | string | no | || enabled | boolean | no | |
1672
1563
 
1673
1564
  ---
1674
1565
 
1675
-
1676
-
1677
-
1678
- #### [AppTokenResponse](#AppTokenResponse)
1566
+ #### [AppStaff](#AppStaff)
1679
1567
 
1680
1568
  | Properties | Type | Nullable | Description |
1681
- | ---------- | ---- | -------- | ----------- |
1682
- | tokens | [Tokens](#Tokens) | no | |
1683
- | _id | string | no | |
1684
- | application | string | no | |
1685
- | created_at | string | no | |
1686
- | updated_at | string | no | |
1687
- | __v | number | no | |
1569
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || application | string | no | || employee_code | string | no | || first_name | string | no | || last_name | string | no | || order_incent | boolean | no | || profile_pic_url | string | no | || stores | [number] | no | || title | string | no | || user | string | no | |
1688
1570
 
1689
1571
  ---
1690
1572
 
1691
-
1692
-
1693
-
1694
- #### [Tokens](#Tokens)
1573
+ #### [AppStaffListResponse](#AppStaffListResponse)
1695
1574
 
1696
1575
  | Properties | Type | Nullable | Description |
1697
- | ---------- | ---- | -------- | ----------- |
1698
- | firebase | [Firebase](#Firebase) | no | |
1699
- | moengage | [Moengage](#Moengage) | no | |
1700
- | segment | [Segment](#Segment) | no | |
1701
- | gtm | [Gtm](#Gtm) | no | |
1702
- | freshchat | [Freshchat](#Freshchat) | no | |
1703
- | safetynet | [Safetynet](#Safetynet) | no | |
1704
- | fynd_rewards | [FyndRewards](#FyndRewards) | no | |
1705
- | google_map | [GoogleMap](#GoogleMap) | no | |
1576
+ | ---------- | ---- | -------- | ----------- || items | [[AppStaff](#AppStaff)] | no | || page | [Page](#Page) | no | |
1706
1577
 
1707
1578
  ---
1708
1579
 
1709
-
1710
-
1711
-
1712
- #### [Firebase](#Firebase)
1580
+ #### [AppStaffResponse](#AppStaffResponse)
1713
1581
 
1714
1582
  | Properties | Type | Nullable | Description |
1715
- | ---------- | ---- | -------- | ----------- |
1716
- | credentials | [Credentials](#Credentials) | no | |
1717
- | enabled | boolean | no | |
1583
+ | ---------- | ---- | -------- | ----------- || staff_users | [[AppStaff](#AppStaff)] | no | |
1718
1584
 
1719
1585
  ---
1720
1586
 
1721
-
1722
-
1723
-
1724
- #### [Credentials](#Credentials)
1587
+ #### [AppTokenResponse](#AppTokenResponse)
1725
1588
 
1726
1589
  | Properties | Type | Nullable | Description |
1727
- | ---------- | ---- | -------- | ----------- |
1728
- | ios | [Ios](#Ios) | no | |
1729
- | android | [Android](#Android) | no | |
1730
- | project_id | string | no | |
1731
- | gcm_sender_id | string | no | |
1732
- | application_id | string | no | |
1733
- | api_key | string | no | |
1590
+ | ---------- | ---- | -------- | ----------- || __v | number | no | || _id | string | no | || application | string | no | || created_at | string | no | || tokens | [Tokens](#Tokens) | no | || updated_at | string | no | |
1734
1591
 
1735
1592
  ---
1736
1593
 
1737
-
1738
-
1739
-
1740
- #### [Ios](#Ios)
1594
+ #### [AppVersionRequest](#AppVersionRequest)
1741
1595
 
1742
1596
  | Properties | Type | Nullable | Description |
1743
- | ---------- | ---- | -------- | ----------- |
1744
- | application_id | string | no | |
1745
- | api_key | string | no | |
1597
+ | ---------- | ---- | -------- | ----------- || application | [ApplicationVersionRequest](#ApplicationVersionRequest) | yes | || device | [Device](#Device) | yes | || locale | string | no | || timezone | string | no | |
1746
1598
 
1747
1599
  ---
1748
1600
 
1749
-
1750
-
1751
-
1752
- #### [Android](#Android)
1601
+ #### [ArticleAssignmentRule](#ArticleAssignmentRule)
1753
1602
 
1754
1603
  | Properties | Type | Nullable | Description |
1755
- | ---------- | ---- | -------- | ----------- |
1756
- | application_id | string | no | |
1757
- | api_key | string | no | |
1604
+ | ---------- | ---- | -------- | ----------- || store_priority | [StorePriorityRule](#StorePriorityRule) | no | |
1758
1605
 
1759
1606
  ---
1760
1607
 
1761
-
1762
-
1763
-
1764
- #### [Moengage](#Moengage)
1608
+ #### [BlogLink](#BlogLink)
1765
1609
 
1766
1610
  | Properties | Type | Nullable | Description |
1767
- | ---------- | ---- | -------- | ----------- |
1768
- | credentials | [MoengageCredentials](#MoengageCredentials) | no | |
1769
- | enabled | boolean | no | |
1611
+ | ---------- | ---- | -------- | ----------- || icon | string | no | || link | string | no | || title | string | no | |
1770
1612
 
1771
1613
  ---
1772
1614
 
1773
-
1774
-
1775
-
1776
- #### [MoengageCredentials](#MoengageCredentials)
1615
+ #### [BusinessHighlights](#BusinessHighlights)
1777
1616
 
1778
1617
  | Properties | Type | Nullable | Description |
1779
- | ---------- | ---- | -------- | ----------- |
1780
- | app_id | string | no | |
1618
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || icon | string | no | || sub_title | string | no | || title | string | no | |
1781
1619
 
1782
1620
  ---
1783
1621
 
1784
-
1785
-
1786
-
1787
- #### [Segment](#Segment)
1622
+ #### [CartFeature](#CartFeature)
1788
1623
 
1789
1624
  | Properties | Type | Nullable | Description |
1790
- | ---------- | ---- | -------- | ----------- |
1791
- | credentials | [SegmentCredentials](#SegmentCredentials) | no | |
1792
- | enabled | boolean | no | |
1625
+ | ---------- | ---- | -------- | ----------- || google_map | boolean | no | || gst_input | boolean | no | || placing_for_customer | boolean | no | || revenue_engine_coupon | boolean | no | || staff_selection | boolean | no | |
1793
1626
 
1794
1627
  ---
1795
1628
 
1796
-
1797
-
1798
-
1799
- #### [SegmentCredentials](#SegmentCredentials)
1629
+ #### [CommonFeature](#CommonFeature)
1800
1630
 
1801
1631
  | Properties | Type | Nullable | Description |
1802
- | ---------- | ---- | -------- | ----------- |
1803
- | write_key | string | no | |
1632
+ | ---------- | ---- | -------- | ----------- || communication_optin_dialog | [CommunicationOptinDialogFeature](#CommunicationOptinDialogFeature) | no | || compare_products | [CompareProductsFeature](#CompareProductsFeature) | no | || currency | [CurrencyFeature](#CurrencyFeature) | no | || deployment_store_selection | [DeploymentStoreSelectionFeature](#DeploymentStoreSelectionFeature) | no | || feedback | [FeedbackFeature](#FeedbackFeature) | no | || listing_price | [ListingPriceFeature](#ListingPriceFeature) | no | || revenue_engine | [RevenueEngineFeature](#RevenueEngineFeature) | no | || reward_points | [RewardPointsConfig](#RewardPointsConfig) | no | |
1804
1633
 
1805
1634
  ---
1806
1635
 
1807
-
1808
-
1809
-
1810
- #### [Gtm](#Gtm)
1636
+ #### [CommunicationOptinDialogFeature](#CommunicationOptinDialogFeature)
1811
1637
 
1812
1638
  | Properties | Type | Nullable | Description |
1813
- | ---------- | ---- | -------- | ----------- |
1814
- | credentials | [GtmCredentials](#GtmCredentials) | no | |
1815
- | enabled | boolean | no | |
1639
+ | ---------- | ---- | -------- | ----------- || visibility | boolean | no | |
1816
1640
 
1817
1641
  ---
1818
1642
 
1819
-
1820
-
1821
-
1822
- #### [GtmCredentials](#GtmCredentials)
1643
+ #### [CompanyAboutAddress](#CompanyAboutAddress)
1823
1644
 
1824
1645
  | Properties | Type | Nullable | Description |
1825
- | ---------- | ---- | -------- | ----------- |
1826
- | api_key | string | no | |
1646
+ | ---------- | ---- | -------- | ----------- || address1 | string | no | || address2 | string | no | || address_type | string | no | || city | string | no | || country | string | no | || pincode | number | no | || state | string | no | |
1827
1647
 
1828
1648
  ---
1829
1649
 
1830
-
1831
-
1832
-
1833
- #### [Freshchat](#Freshchat)
1650
+ #### [CompanyInfo](#CompanyInfo)
1834
1651
 
1835
1652
  | Properties | Type | Nullable | Description |
1836
- | ---------- | ---- | -------- | ----------- |
1837
- | credentials | [FreshchatCredentials](#FreshchatCredentials) | no | |
1838
- | enabled | boolean | no | |
1653
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || addresses | [[CompanyAboutAddress](#CompanyAboutAddress)] | no | || created_on | string | no | || is_active | boolean | no | || name | string | no | || notification_emails | [string] | no | || uid | number | no | |
1839
1654
 
1840
1655
  ---
1841
1656
 
1842
-
1843
-
1844
-
1845
- #### [FreshchatCredentials](#FreshchatCredentials)
1657
+ #### [CompareProductsFeature](#CompareProductsFeature)
1846
1658
 
1847
1659
  | Properties | Type | Nullable | Description |
1848
- | ---------- | ---- | -------- | ----------- |
1849
- | app_id | string | no | |
1850
- | app_key | string | no | |
1851
- | web_token | string | no | |
1660
+ | ---------- | ---- | -------- | ----------- || enabled | boolean | no | |
1852
1661
 
1853
1662
  ---
1854
1663
 
1855
-
1856
-
1857
-
1858
- #### [Safetynet](#Safetynet)
1664
+ #### [Credentials](#Credentials)
1859
1665
 
1860
1666
  | Properties | Type | Nullable | Description |
1861
- | ---------- | ---- | -------- | ----------- |
1862
- | credentials | [SafetynetCredentials](#SafetynetCredentials) | no | |
1863
- | enabled | boolean | no | |
1667
+ | ---------- | ---- | -------- | ----------- || android | [Android](#Android) | no | || api_key | string | no | || application_id | string | no | || gcm_sender_id | string | no | || ios | [Ios](#Ios) | no | || project_id | string | no | |
1864
1668
 
1865
1669
  ---
1866
1670
 
1867
-
1868
-
1869
-
1870
- #### [SafetynetCredentials](#SafetynetCredentials)
1671
+ #### [Credit](#Credit)
1871
1672
 
1872
1673
  | Properties | Type | Nullable | Description |
1873
- | ---------- | ---- | -------- | ----------- |
1874
- | api_key | string | no | |
1674
+ | ---------- | ---- | -------- | ----------- || enabled | boolean | no | |
1875
1675
 
1876
1676
  ---
1877
1677
 
1878
-
1879
-
1880
-
1881
- #### [FyndRewards](#FyndRewards)
1678
+ #### [CurrenciesResponse](#CurrenciesResponse)
1882
1679
 
1883
1680
  | Properties | Type | Nullable | Description |
1884
- | ---------- | ---- | -------- | ----------- |
1885
- | credentials | [FyndRewardsCredentials](#FyndRewardsCredentials) | no | |
1681
+ | ---------- | ---- | -------- | ----------- || items | [[Currency](#Currency)] | no | |
1886
1682
 
1887
1683
  ---
1888
1684
 
1889
-
1890
-
1891
-
1892
- #### [FyndRewardsCredentials](#FyndRewardsCredentials)
1685
+ #### [Currency](#Currency)
1893
1686
 
1894
1687
  | Properties | Type | Nullable | Description |
1895
- | ---------- | ---- | -------- | ----------- |
1896
- | public_key | string | no | |
1688
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || code | string | no | || created_at | string | no | || decimal_digits | number | no | || is_active | boolean | no | || name | string | no | || symbol | string | no | || updated_at | string | no | |
1897
1689
 
1898
1690
  ---
1899
1691
 
1900
-
1901
-
1902
-
1903
- #### [GoogleMap](#GoogleMap)
1692
+ #### [CurrencyFeature](#CurrencyFeature)
1904
1693
 
1905
1694
  | Properties | Type | Nullable | Description |
1906
- | ---------- | ---- | -------- | ----------- |
1907
- | credentials | [GoogleMapCredentials](#GoogleMapCredentials) | no | |
1695
+ | ---------- | ---- | -------- | ----------- || default_currency | string | no | || type | string | no | || value | [string] | no | |
1908
1696
 
1909
1697
  ---
1910
1698
 
1911
-
1912
-
1913
-
1914
- #### [GoogleMapCredentials](#GoogleMapCredentials)
1699
+ #### [Debit](#Debit)
1915
1700
 
1916
1701
  | Properties | Type | Nullable | Description |
1917
- | ---------- | ---- | -------- | ----------- |
1918
- | api_key | string | no | |
1702
+ | ---------- | ---- | -------- | ----------- || auto_apply | boolean | no | || enabled | boolean | no | || strategy_channel | string | no | |
1919
1703
 
1920
1704
  ---
1921
1705
 
1922
-
1923
-
1924
-
1925
- #### [RewardPointsConfig](#RewardPointsConfig)
1706
+ #### [DefaultCurrency](#DefaultCurrency)
1926
1707
 
1927
1708
  | Properties | Type | Nullable | Description |
1928
- | ---------- | ---- | -------- | ----------- |
1929
- | credit | [Credit](#Credit) | no | |
1930
- | debit | [Debit](#Debit) | no | |
1709
+ | ---------- | ---- | -------- | ----------- || code | string | no | || ref | string | no | |
1931
1710
 
1932
1711
  ---
1933
1712
 
1934
-
1935
-
1936
-
1937
- #### [Credit](#Credit)
1713
+ #### [DeploymentStoreSelectionFeature](#DeploymentStoreSelectionFeature)
1938
1714
 
1939
1715
  | Properties | Type | Nullable | Description |
1940
- | ---------- | ---- | -------- | ----------- |
1941
- | enabled | boolean | no | |
1716
+ | ---------- | ---- | -------- | ----------- || enabled | boolean | no | || type | string | no | |
1942
1717
 
1943
1718
  ---
1944
1719
 
1945
-
1946
-
1947
-
1948
- #### [Debit](#Debit)
1720
+ #### [Device](#Device)
1949
1721
 
1950
1722
  | Properties | Type | Nullable | Description |
1951
- | ---------- | ---- | -------- | ----------- |
1952
- | enabled | boolean | no | |
1953
- | auto_apply | boolean | no | |
1954
- | strategy_channel | string | no | |
1723
+ | ---------- | ---- | -------- | ----------- || build | number | no | || model | string | no | || os | [OS](#OS) | yes | |
1955
1724
 
1956
1725
  ---
1957
1726
 
1958
-
1959
-
1960
-
1961
- #### [ProductDetailFeature](#ProductDetailFeature)
1727
+ #### [Domain](#Domain)
1962
1728
 
1963
1729
  | Properties | Type | Nullable | Description |
1964
- | ---------- | ---- | -------- | ----------- |
1965
- | similar | [string] | no | |
1966
- | seller_selection | boolean | no | |
1967
- | update_product_meta | boolean | no | |
1968
- | request_product | boolean | no | |
1730
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || is_predefined | boolean | no | || is_primary | boolean | no | || is_shortlink | boolean | no | || name | string | no | || verified | boolean | no | |
1969
1731
 
1970
1732
  ---
1971
1733
 
1972
-
1973
-
1974
-
1975
- #### [LaunchPage](#LaunchPage)
1734
+ #### [FacebookLink](#FacebookLink)
1976
1735
 
1977
1736
  | Properties | Type | Nullable | Description |
1978
- | ---------- | ---- | -------- | ----------- |
1979
- | page_type | string | no | |
1980
- | params | string | no | |
1981
- | query | string | no | |
1737
+ | ---------- | ---- | -------- | ----------- || icon | string | no | || link | string | no | || title | string | no | |
1982
1738
 
1983
1739
  ---
1984
1740
 
1985
-
1986
-
1987
-
1988
- #### [LandingPageFeature](#LandingPageFeature)
1741
+ #### [FeedbackFeature](#FeedbackFeature)
1989
1742
 
1990
1743
  | Properties | Type | Nullable | Description |
1991
- | ---------- | ---- | -------- | ----------- |
1992
- | launch_page | [LaunchPage](#LaunchPage) | no | |
1993
- | continue_as_guest | boolean | no | |
1994
- | login_btn_text | string | no | |
1995
- | show_domain_textbox | boolean | no | |
1996
- | show_register_btn | boolean | no | |
1744
+ | ---------- | ---- | -------- | ----------- || enabled | boolean | no | |
1997
1745
 
1998
1746
  ---
1999
1747
 
2000
-
2001
-
2002
-
2003
- #### [RegistrationPageFeature](#RegistrationPageFeature)
1748
+ #### [Firebase](#Firebase)
2004
1749
 
2005
1750
  | Properties | Type | Nullable | Description |
2006
- | ---------- | ---- | -------- | ----------- |
2007
- | ask_store_address | boolean | no | |
1751
+ | ---------- | ---- | -------- | ----------- || credentials | [Credentials](#Credentials) | no | || enabled | boolean | no | |
2008
1752
 
2009
1753
  ---
2010
1754
 
2011
-
2012
-
2013
-
2014
- #### [AppFeature](#AppFeature)
1755
+ #### [Freshchat](#Freshchat)
2015
1756
 
2016
1757
  | Properties | Type | Nullable | Description |
2017
- | ---------- | ---- | -------- | ----------- |
2018
- | product_detail | [ProductDetailFeature](#ProductDetailFeature) | no | |
2019
- | landing_page | [LandingPageFeature](#LandingPageFeature) | no | |
2020
- | registration_page | [RegistrationPageFeature](#RegistrationPageFeature) | no | |
2021
- | home_page | [HomePageFeature](#HomePageFeature) | no | |
2022
- | common | [CommonFeature](#CommonFeature) | no | |
2023
- | cart | [CartFeature](#CartFeature) | no | |
2024
- | qr | [QrFeature](#QrFeature) | no | |
2025
- | pcr | [PcrFeature](#PcrFeature) | no | |
2026
- | order | [OrderFeature](#OrderFeature) | no | |
2027
- | _id | string | no | |
2028
- | app | string | no | |
2029
- | created_at | string | no | |
2030
- | updated_at | string | no | |
2031
- | __v | number | no | |
1758
+ | ---------- | ---- | -------- | ----------- || credentials | [FreshchatCredentials](#FreshchatCredentials) | no | || enabled | boolean | no | |
2032
1759
 
2033
1760
  ---
2034
1761
 
2035
-
2036
-
2037
-
2038
- #### [HomePageFeature](#HomePageFeature)
1762
+ #### [FreshchatCredentials](#FreshchatCredentials)
2039
1763
 
2040
1764
  | Properties | Type | Nullable | Description |
2041
- | ---------- | ---- | -------- | ----------- |
2042
- | order_processing | boolean | no | |
1765
+ | ---------- | ---- | -------- | ----------- || app_id | string | no | || app_key | string | no | || web_token | string | no | |
2043
1766
 
2044
1767
  ---
2045
1768
 
2046
-
2047
-
2048
-
2049
- #### [CommonFeature](#CommonFeature)
1769
+ #### [FyndRewards](#FyndRewards)
2050
1770
 
2051
1771
  | Properties | Type | Nullable | Description |
2052
- | ---------- | ---- | -------- | ----------- |
2053
- | communication_optin_dialog | [CommunicationOptinDialogFeature](#CommunicationOptinDialogFeature) | no | |
2054
- | deployment_store_selection | [DeploymentStoreSelectionFeature](#DeploymentStoreSelectionFeature) | no | |
2055
- | listing_price | [ListingPriceFeature](#ListingPriceFeature) | no | |
2056
- | currency | [CurrencyFeature](#CurrencyFeature) | no | |
2057
- | revenue_engine | [RevenueEngineFeature](#RevenueEngineFeature) | no | |
2058
- | feedback | [FeedbackFeature](#FeedbackFeature) | no | |
2059
- | compare_products | [CompareProductsFeature](#CompareProductsFeature) | no | |
2060
- | reward_points | [RewardPointsConfig](#RewardPointsConfig) | no | |
1772
+ | ---------- | ---- | -------- | ----------- || credentials | [FyndRewardsCredentials](#FyndRewardsCredentials) | no | |
2061
1773
 
2062
1774
  ---
2063
1775
 
2064
-
2065
-
2066
-
2067
- #### [CommunicationOptinDialogFeature](#CommunicationOptinDialogFeature)
1776
+ #### [FyndRewardsCredentials](#FyndRewardsCredentials)
2068
1777
 
2069
1778
  | Properties | Type | Nullable | Description |
2070
- | ---------- | ---- | -------- | ----------- |
2071
- | visibility | boolean | no | |
1779
+ | ---------- | ---- | -------- | ----------- || public_key | string | no | |
2072
1780
 
2073
1781
  ---
2074
1782
 
2075
-
2076
-
2077
-
2078
- #### [DeploymentStoreSelectionFeature](#DeploymentStoreSelectionFeature)
1783
+ #### [GoogleMap](#GoogleMap)
2079
1784
 
2080
1785
  | Properties | Type | Nullable | Description |
2081
- | ---------- | ---- | -------- | ----------- |
2082
- | enabled | boolean | no | |
2083
- | type | string | no | |
1786
+ | ---------- | ---- | -------- | ----------- || credentials | [GoogleMapCredentials](#GoogleMapCredentials) | no | |
2084
1787
 
2085
1788
  ---
2086
1789
 
2087
-
2088
-
2089
-
2090
- #### [ListingPriceFeature](#ListingPriceFeature)
1790
+ #### [GoogleMapCredentials](#GoogleMapCredentials)
2091
1791
 
2092
1792
  | Properties | Type | Nullable | Description |
2093
- | ---------- | ---- | -------- | ----------- |
2094
- | value | string | no | |
1793
+ | ---------- | ---- | -------- | ----------- || api_key | string | no | |
2095
1794
 
2096
1795
  ---
2097
1796
 
2098
-
2099
-
2100
-
2101
- #### [CurrencyFeature](#CurrencyFeature)
1797
+ #### [GooglePlusLink](#GooglePlusLink)
2102
1798
 
2103
1799
  | Properties | Type | Nullable | Description |
2104
- | ---------- | ---- | -------- | ----------- |
2105
- | value | [string] | no | |
2106
- | type | string | no | |
2107
- | default_currency | string | no | |
1800
+ | ---------- | ---- | -------- | ----------- || icon | string | no | || link | string | no | || title | string | no | |
2108
1801
 
2109
1802
  ---
2110
1803
 
2111
-
2112
-
2113
-
2114
- #### [RevenueEngineFeature](#RevenueEngineFeature)
1804
+ #### [Gtm](#Gtm)
2115
1805
 
2116
1806
  | Properties | Type | Nullable | Description |
2117
- | ---------- | ---- | -------- | ----------- |
2118
- | enabled | boolean | no | |
1807
+ | ---------- | ---- | -------- | ----------- || credentials | [GtmCredentials](#GtmCredentials) | no | || enabled | boolean | no | |
2119
1808
 
2120
1809
  ---
2121
1810
 
2122
-
2123
-
2124
-
2125
- #### [FeedbackFeature](#FeedbackFeature)
1811
+ #### [GtmCredentials](#GtmCredentials)
2126
1812
 
2127
1813
  | Properties | Type | Nullable | Description |
2128
- | ---------- | ---- | -------- | ----------- |
2129
- | enabled | boolean | no | |
1814
+ | ---------- | ---- | -------- | ----------- || api_key | string | no | |
2130
1815
 
2131
1816
  ---
2132
1817
 
2133
-
2134
-
2135
-
2136
- #### [CompareProductsFeature](#CompareProductsFeature)
1818
+ #### [HomePageFeature](#HomePageFeature)
2137
1819
 
2138
1820
  | Properties | Type | Nullable | Description |
2139
- | ---------- | ---- | -------- | ----------- |
2140
- | enabled | boolean | no | |
1821
+ | ---------- | ---- | -------- | ----------- || order_processing | boolean | no | |
2141
1822
 
2142
1823
  ---
2143
1824
 
2144
-
2145
-
2146
-
2147
- #### [CartFeature](#CartFeature)
1825
+ #### [InformationAddress](#InformationAddress)
2148
1826
 
2149
1827
  | Properties | Type | Nullable | Description |
2150
- | ---------- | ---- | -------- | ----------- |
2151
- | gst_input | boolean | no | |
2152
- | staff_selection | boolean | no | |
2153
- | placing_for_customer | boolean | no | |
2154
- | google_map | boolean | no | |
2155
- | revenue_engine_coupon | boolean | no | |
1828
+ | ---------- | ---- | -------- | ----------- || address_line | [string] | no | || city | string | no | || country | string | no | || loc | string | no | || phone | [InformationPhone](#InformationPhone) | no | || pincode | number | no | |
2156
1829
 
2157
1830
  ---
2158
1831
 
2159
-
2160
-
2161
-
2162
- #### [QrFeature](#QrFeature)
1832
+ #### [InformationPhone](#InformationPhone)
2163
1833
 
2164
1834
  | Properties | Type | Nullable | Description |
2165
- | ---------- | ---- | -------- | ----------- |
2166
- | application | boolean | no | |
2167
- | products | boolean | no | |
2168
- | collections | boolean | no | |
1835
+ | ---------- | ---- | -------- | ----------- || code | string | no | || number | string | no | |
2169
1836
 
2170
1837
  ---
2171
1838
 
2172
-
2173
-
2174
-
2175
- #### [PcrFeature](#PcrFeature)
1839
+ #### [InformationSupport](#InformationSupport)
2176
1840
 
2177
1841
  | Properties | Type | Nullable | Description |
2178
- | ---------- | ---- | -------- | ----------- |
2179
- | staff_selection | boolean | no | |
1842
+ | ---------- | ---- | -------- | ----------- || email | [string] | no | || phone | [string] | no | || timing | string | no | |
2180
1843
 
2181
1844
  ---
2182
1845
 
2183
-
2184
-
2185
-
2186
- #### [OrderFeature](#OrderFeature)
1846
+ #### [InstagramLink](#InstagramLink)
2187
1847
 
2188
1848
  | Properties | Type | Nullable | Description |
2189
- | ---------- | ---- | -------- | ----------- |
2190
- | buy_again | boolean | no | |
1849
+ | ---------- | ---- | -------- | ----------- || icon | string | no | || link | string | no | || title | string | no | |
2191
1850
 
2192
1851
  ---
2193
1852
 
2194
-
2195
-
2196
-
2197
- #### [AppFeatureRequest](#AppFeatureRequest)
1853
+ #### [InvalidPayloadRequest](#InvalidPayloadRequest)
2198
1854
 
2199
1855
  | Properties | Type | Nullable | Description |
2200
- | ---------- | ---- | -------- | ----------- |
2201
- | feature | [AppFeature](#AppFeature) | no | |
1856
+ | ---------- | ---- | -------- | ----------- || message | string | no | |
2202
1857
 
2203
1858
  ---
2204
1859
 
2205
-
2206
-
2207
-
2208
- #### [AppFeatureResponse](#AppFeatureResponse)
1860
+ #### [InventoryArticleAssignment](#InventoryArticleAssignment)
2209
1861
 
2210
1862
  | Properties | Type | Nullable | Description |
2211
- | ---------- | ---- | -------- | ----------- |
2212
- | feature | [AppFeature](#AppFeature) | no | |
1863
+ | ---------- | ---- | -------- | ----------- || post_order_reassignment | boolean | no | || rules | [ArticleAssignmentRule](#ArticleAssignmentRule) | no | |
2213
1864
 
2214
1865
  ---
2215
1866
 
2216
-
2217
-
2218
-
2219
- #### [Currency](#Currency)
1867
+ #### [InventoryBrandRule](#InventoryBrandRule)
2220
1868
 
2221
1869
  | Properties | Type | Nullable | Description |
2222
- | ---------- | ---- | -------- | ----------- |
2223
- | _id | string | no | |
2224
- | is_active | boolean | no | |
2225
- | name | string | no | |
2226
- | code | string | no | |
2227
- | created_at | string | no | |
2228
- | updated_at | string | no | |
2229
- | decimal_digits | number | no | |
2230
- | symbol | string | no | |
1870
+ | ---------- | ---- | -------- | ----------- || brands | [number] | no | || criteria | string | no | |
2231
1871
 
2232
1872
  ---
2233
1873
 
2234
-
2235
-
2236
-
2237
- #### [Domain](#Domain)
1874
+ #### [InventoryPaymentConfig](#InventoryPaymentConfig)
2238
1875
 
2239
1876
  | Properties | Type | Nullable | Description |
2240
- | ---------- | ---- | -------- | ----------- |
2241
- | verified | boolean | no | |
2242
- | is_primary | boolean | no | |
2243
- | is_shortlink | boolean | no | |
2244
- | _id | string | no | |
2245
- | name | string | no | |
2246
- | is_predefined | boolean | no | Domain is hosting domain or not. |
1877
+ | ---------- | ---- | -------- | ----------- || mode_of_payment | string | no | || source | string | no | |
2247
1878
 
2248
1879
  ---
2249
1880
 
2250
-
2251
-
2252
-
2253
- #### [ApplicationWebsite](#ApplicationWebsite)
1881
+ #### [InventoryStoreRule](#InventoryStoreRule)
2254
1882
 
2255
1883
  | Properties | Type | Nullable | Description |
2256
- | ---------- | ---- | -------- | ----------- |
2257
- | enabled | boolean | no | |
2258
- | basepath | string | no | |
1884
+ | ---------- | ---- | -------- | ----------- || criteria | string | no | || rules | [[StoreCriteriaRule](#StoreCriteriaRule)] | no | || stores | [number] | no | |
2259
1885
 
2260
1886
  ---
2261
1887
 
2262
-
2263
-
2264
-
2265
- #### [ApplicationCors](#ApplicationCors)
1888
+ #### [Ios](#Ios)
2266
1889
 
2267
1890
  | Properties | Type | Nullable | Description |
2268
- | ---------- | ---- | -------- | ----------- |
2269
- | domains | [string] | no | |
1891
+ | ---------- | ---- | -------- | ----------- || api_key | string | no | || application_id | string | no | |
2270
1892
 
2271
1893
  ---
2272
1894
 
2273
-
2274
-
2275
-
2276
- #### [ApplicationAuth](#ApplicationAuth)
1895
+ #### [LandingPageFeature](#LandingPageFeature)
2277
1896
 
2278
1897
  | Properties | Type | Nullable | Description |
2279
- | ---------- | ---- | -------- | ----------- |
2280
- | enabled | boolean | no | |
1898
+ | ---------- | ---- | -------- | ----------- || continue_as_guest | boolean | no | || launch_page | [LaunchPage](#LaunchPage) | no | || login_btn_text | string | no | || show_domain_textbox | boolean | no | || show_register_btn | boolean | no | |
2281
1899
 
2282
1900
  ---
2283
1901
 
2284
-
2285
-
2286
-
2287
- #### [ApplicationRedirections](#ApplicationRedirections)
1902
+ #### [LanguageResponse](#LanguageResponse)
2288
1903
 
2289
1904
  | Properties | Type | Nullable | Description |
2290
- | ---------- | ---- | -------- | ----------- |
2291
- | redirect_from | string | no | |
2292
- | redirect_to | string | no | |
2293
- | type | string | no | |
1905
+ | ---------- | ---- | -------- | ----------- || items | [[SupportedLanguage](#SupportedLanguage)] | no | |
2294
1906
 
2295
1907
  ---
2296
1908
 
2297
-
2298
-
2299
-
2300
- #### [ApplicationMeta](#ApplicationMeta)
1909
+ #### [LaunchPage](#LaunchPage)
2301
1910
 
2302
1911
  | Properties | Type | Nullable | Description |
2303
- | ---------- | ---- | -------- | ----------- |
2304
- | name | string | no | |
2305
- | value | string | no | |
1912
+ | ---------- | ---- | -------- | ----------- || page_type | string | no | || params | string | no | || query | string | no | |
2306
1913
 
2307
1914
  ---
2308
1915
 
2309
-
2310
-
2311
-
2312
- #### [SecureUrl](#SecureUrl)
1916
+ #### [LinkedInLink](#LinkedInLink)
2313
1917
 
2314
1918
  | Properties | Type | Nullable | Description |
2315
- | ---------- | ---- | -------- | ----------- |
2316
- | secure_url | string | no | |
1919
+ | ---------- | ---- | -------- | ----------- || icon | string | no | || link | string | no | || title | string | no | |
2317
1920
 
2318
1921
  ---
2319
1922
 
2320
-
2321
-
2322
-
2323
- #### [Application](#Application)
1923
+ #### [Links](#Links)
2324
1924
 
2325
1925
  | Properties | Type | Nullable | Description |
2326
- | ---------- | ---- | -------- | ----------- |
2327
- | website | [ApplicationWebsite](#ApplicationWebsite) | no | |
2328
- | cors | [ApplicationCors](#ApplicationCors) | no | |
2329
- | auth | [ApplicationAuth](#ApplicationAuth) | no | |
2330
- | description | string | no | |
2331
- | channel_type | string | no | |
2332
- | cache_ttl | number | no | |
2333
- | is_internal | boolean | no | |
2334
- | is_active | boolean | no | |
2335
- | _id | string | no | |
2336
- | name | string | no | |
2337
- | owner | string | no | |
2338
- | company_id | number | no | |
2339
- | token | string | no | |
2340
- | redirections | [[ApplicationRedirections](#ApplicationRedirections)] | no | |
2341
- | meta | [[ApplicationMeta](#ApplicationMeta)] | no | |
2342
- | created_at | string | no | |
2343
- | updated_at | string | no | |
2344
- | __v | number | no | |
2345
- | banner | [SecureUrl](#SecureUrl) | no | |
2346
- | logo | [SecureUrl](#SecureUrl) | no | |
2347
- | favicon | [SecureUrl](#SecureUrl) | no | |
2348
- | domains | [[Domain](#Domain)] | no | |
2349
- | app_type | string | no | |
2350
- | mobile_logo | [SecureUrl](#SecureUrl) | no | |
2351
- | domain | [Domain](#Domain) | no | |
1926
+ | ---------- | ---- | -------- | ----------- || link | string | no | || title | string | no | |
2352
1927
 
2353
1928
  ---
2354
1929
 
2355
-
2356
-
2357
-
2358
- #### [NotFound](#NotFound)
1930
+ #### [ListingPriceFeature](#ListingPriceFeature)
2359
1931
 
2360
1932
  | Properties | Type | Nullable | Description |
2361
- | ---------- | ---- | -------- | ----------- |
2362
- | message | string | no | |
1933
+ | ---------- | ---- | -------- | ----------- || value | string | no | |
2363
1934
 
2364
1935
  ---
2365
1936
 
2366
-
2367
-
2368
-
2369
- #### [UnhandledError](#UnhandledError)
1937
+ #### [Moengage](#Moengage)
2370
1938
 
2371
1939
  | Properties | Type | Nullable | Description |
2372
- | ---------- | ---- | -------- | ----------- |
2373
- | message | string | no | |
1940
+ | ---------- | ---- | -------- | ----------- || credentials | [MoengageCredentials](#MoengageCredentials) | no | || enabled | boolean | no | |
2374
1941
 
2375
1942
  ---
2376
1943
 
2377
-
2378
-
2379
-
2380
- #### [InvalidPayloadRequest](#InvalidPayloadRequest)
1944
+ #### [MoengageCredentials](#MoengageCredentials)
2381
1945
 
2382
1946
  | Properties | Type | Nullable | Description |
2383
- | ---------- | ---- | -------- | ----------- |
2384
- | message | string | no | |
1947
+ | ---------- | ---- | -------- | ----------- || app_id | string | no | |
2385
1948
 
2386
1949
  ---
2387
1950
 
2388
-
2389
-
2390
-
2391
- #### [SuccessMessageResponse](#SuccessMessageResponse)
1951
+ #### [NotFound](#NotFound)
2392
1952
 
2393
1953
  | Properties | Type | Nullable | Description |
2394
- | ---------- | ---- | -------- | ----------- |
2395
- | message | string | no | |
1954
+ | ---------- | ---- | -------- | ----------- || message | string | no | |
2396
1955
 
2397
1956
  ---
2398
1957
 
2399
-
2400
-
2401
-
2402
- #### [InventoryBrandRule](#InventoryBrandRule)
1958
+ #### [OptedStoreAddress](#OptedStoreAddress)
2403
1959
 
2404
1960
  | Properties | Type | Nullable | Description |
2405
- | ---------- | ---- | -------- | ----------- |
2406
- | criteria | string | no | Whether enable all or explicitly few brands as inventory |
2407
- | brands | [number] | no | Brand uids in case of explicit criteria |
1961
+ | ---------- | ---- | -------- | ----------- || address1 | string | no | || address2 | string | no | || city | string | no | || country | string | no | || lat_long | [StoreLatLong](#StoreLatLong) | no | || pincode | number | no | || state | string | no | |
2408
1962
 
2409
1963
  ---
2410
1964
 
2411
-
2412
-
2413
-
2414
- #### [StoreCriteriaRule](#StoreCriteriaRule)
1965
+ #### [OrderFeature](#OrderFeature)
2415
1966
 
2416
1967
  | Properties | Type | Nullable | Description |
2417
- | ---------- | ---- | -------- | ----------- |
2418
- | companies | [number] | no | list of company uids |
2419
- | brands | [number] | no | list of brand uids |
1968
+ | ---------- | ---- | -------- | ----------- || buy_again | boolean | no | |
2420
1969
 
2421
1970
  ---
2422
1971
 
2423
-
2424
-
2425
-
2426
- #### [InventoryStoreRule](#InventoryStoreRule)
1972
+ #### [OrderingStore](#OrderingStore)
2427
1973
 
2428
1974
  | Properties | Type | Nullable | Description |
2429
- | ---------- | ---- | -------- | ----------- |
2430
- | criteria | string | no | Whether enable all or explicitly few stores or use filter of brands and company as inventory stores |
2431
- | rules | [[StoreCriteriaRule](#StoreCriteriaRule)] | no | List of rules with company and brands uids. Used when critera is `filter` |
2432
- | stores | [number] | no | List of store uids. Used when critera is `explicit` |
1975
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || address | [OptedStoreAddress](#OptedStoreAddress) | no | || code | string | no | || display_name | string | no | || name | string | no | || pincode | number | no | || store_code | string | no | || store_type | string | no | || uid | number | no | |
2433
1976
 
2434
1977
  ---
2435
1978
 
2436
-
2437
-
2438
-
2439
- #### [InventoryPaymentConfig](#InventoryPaymentConfig)
1979
+ #### [OrderingStores](#OrderingStores)
2440
1980
 
2441
1981
  | Properties | Type | Nullable | Description |
2442
- | ---------- | ---- | -------- | ----------- |
2443
- | mode_of_payment | string | no | |
2444
- | source | string | no | |
1982
+ | ---------- | ---- | -------- | ----------- || __v | number | no | || _id | string | no | || all_stores | boolean | no | || app | string | no | || deployed_stores | [number] | no | || enabled | boolean | no | || items | [[OrderingStore](#OrderingStore)] | no | || page | [Page](#Page) | no | || type | string | no | |
2445
1983
 
2446
1984
  ---
2447
1985
 
2448
-
2449
-
2450
-
2451
- #### [StorePriorityRule](#StorePriorityRule)
1986
+ #### [OrderingStoreSelect](#OrderingStoreSelect)
2452
1987
 
2453
1988
  | Properties | Type | Nullable | Description |
2454
- | ---------- | ---- | -------- | ----------- |
2455
- | enabled | boolean | no | |
2456
- | storetype_order | [string] | no | |
1989
+ | ---------- | ---- | -------- | ----------- || uid | number | yes | |
2457
1990
 
2458
1991
  ---
2459
1992
 
2460
-
2461
-
2462
-
2463
- #### [ArticleAssignmentRule](#ArticleAssignmentRule)
1993
+ #### [OrderingStoreSelectRequest](#OrderingStoreSelectRequest)
2464
1994
 
2465
1995
  | Properties | Type | Nullable | Description |
2466
- | ---------- | ---- | -------- | ----------- |
2467
- | store_priority | [StorePriorityRule](#StorePriorityRule) | no | |
1996
+ | ---------- | ---- | -------- | ----------- || ordering_store | [OrderingStoreSelect](#OrderingStoreSelect) | yes | |
2468
1997
 
2469
1998
  ---
2470
1999
 
2471
-
2472
-
2473
-
2474
- #### [InventoryArticleAssignment](#InventoryArticleAssignment)
2000
+ #### [OrderingStoresResponse](#OrderingStoresResponse)
2475
2001
 
2476
2002
  | Properties | Type | Nullable | Description |
2477
- | ---------- | ---- | -------- | ----------- |
2478
- | post_order_reassignment | boolean | no | |
2479
- | rules | [ArticleAssignmentRule](#ArticleAssignmentRule) | no | |
2003
+ | ---------- | ---- | -------- | ----------- || items | [[OrderingStore](#OrderingStore)] | no | || page | [Page](#Page) | no | |
2480
2004
 
2481
2005
  ---
2482
2006
 
2483
-
2484
-
2485
-
2486
- #### [CompanyAboutAddress](#CompanyAboutAddress)
2007
+ #### [OS](#OS)
2487
2008
 
2488
2009
  | Properties | Type | Nullable | Description |
2489
- | ---------- | ---- | -------- | ----------- |
2490
- | pincode | number | no | |
2491
- | address1 | string | no | |
2492
- | address2 | string | no | |
2493
- | city | string | no | |
2494
- | state | string | no | |
2495
- | country | string | no | |
2496
- | address_type | string | no | |
2010
+ | ---------- | ---- | -------- | ----------- || name | string | yes | || version | string | no | |
2497
2011
 
2498
2012
  ---
2499
2013
 
2500
-
2501
-
2502
-
2503
- #### [UserEmail](#UserEmail)
2014
+ #### [OwnerInfo](#OwnerInfo)
2504
2015
 
2505
2016
  | Properties | Type | Nullable | Description |
2506
- | ---------- | ---- | -------- | ----------- |
2507
- | active | boolean | no | |
2508
- | primary | boolean | no | |
2509
- | verified | boolean | no | |
2510
- | email | string | no | |
2017
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || emails | [[UserEmail](#UserEmail)] | no | || first_name | string | no | || last_name | string | no | || phone_numbers | [[UserPhoneNumber](#UserPhoneNumber)] | no | || profile_pic | string | no | |
2511
2018
 
2512
2019
  ---
2513
2020
 
2514
-
2515
-
2516
-
2517
- #### [UserPhoneNumber](#UserPhoneNumber)
2021
+ #### [Page](#Page)
2518
2022
 
2519
2023
  | Properties | Type | Nullable | Description |
2520
- | ---------- | ---- | -------- | ----------- |
2521
- | active | boolean | no | |
2522
- | primary | boolean | no | |
2523
- | verified | boolean | no | |
2524
- | country_code | number | no | |
2525
- | phone | string | no | |
2024
+ | ---------- | ---- | -------- | ----------- || current | number | no | || has_next | boolean | no | || has_previous | boolean | no | || item_total | number | no | || next_id | string | no | || size | number | no | || type | string | yes | |
2526
2025
 
2527
2026
  ---
2528
2027
 
2529
-
2530
-
2531
-
2532
- #### [Page](#Page)
2028
+ #### [PcrFeature](#PcrFeature)
2533
2029
 
2534
2030
  | Properties | Type | Nullable | Description |
2535
- | ---------- | ---- | -------- | ----------- |
2536
- | type | string | yes | |
2537
- | size | number | no | |
2538
- | current | number | no | |
2539
- | has_next | boolean | no | |
2540
- | item_total | number | no | |
2541
- | next_id | string | no | |
2542
- | has_previous | boolean | no | |
2031
+ | ---------- | ---- | -------- | ----------- || staff_selection | boolean | no | |
2543
2032
 
2544
2033
  ---
2545
2034
 
2546
-
2547
-
2548
-
2549
- #### [ApplicationInformation](#ApplicationInformation)
2035
+ #### [PinterestLink](#PinterestLink)
2550
2036
 
2551
2037
  | Properties | Type | Nullable | Description |
2552
- | ---------- | ---- | -------- | ----------- |
2553
- | address | [InformationAddress](#InformationAddress) | no | |
2554
- | support | [InformationSupport](#InformationSupport) | no | |
2555
- | social_links | [SocialLinks](#SocialLinks) | no | |
2556
- | links | [Links](#Links) | no | |
2557
- | copyright_text | string | no | |
2558
- | _id | string | no | |
2559
- | business_highlights | [BusinessHighlights](#BusinessHighlights) | no | |
2560
- | application | string | no | |
2561
- | created_at | string | no | |
2562
- | updated_at | string | no | |
2563
- | __v | number | no | |
2038
+ | ---------- | ---- | -------- | ----------- || icon | string | no | || link | string | no | || title | string | no | |
2564
2039
 
2565
2040
  ---
2566
2041
 
2567
-
2568
-
2569
-
2570
- #### [InformationAddress](#InformationAddress)
2042
+ #### [ProductDetailFeature](#ProductDetailFeature)
2571
2043
 
2572
2044
  | Properties | Type | Nullable | Description |
2573
- | ---------- | ---- | -------- | ----------- |
2574
- | loc | string | no | |
2575
- | address_line | [string] | no | |
2576
- | phone | [InformationPhone](#InformationPhone) | no | |
2577
- | city | string | no | |
2578
- | country | string | no | |
2579
- | pincode | number | no | |
2045
+ | ---------- | ---- | -------- | ----------- || request_product | boolean | no | || seller_selection | boolean | no | || similar | [string] | no | || update_product_meta | boolean | no | |
2580
2046
 
2581
2047
  ---
2582
2048
 
2583
-
2584
-
2585
-
2586
- #### [InformationPhone](#InformationPhone)
2049
+ #### [QrFeature](#QrFeature)
2587
2050
 
2588
2051
  | Properties | Type | Nullable | Description |
2589
- | ---------- | ---- | -------- | ----------- |
2590
- | code | string | no | |
2591
- | number | string | no | |
2052
+ | ---------- | ---- | -------- | ----------- || application | boolean | no | || collections | boolean | no | || products | boolean | no | |
2592
2053
 
2593
2054
  ---
2594
2055
 
2595
-
2596
-
2597
-
2598
- #### [InformationSupport](#InformationSupport)
2056
+ #### [RegistrationPageFeature](#RegistrationPageFeature)
2599
2057
 
2600
2058
  | Properties | Type | Nullable | Description |
2601
- | ---------- | ---- | -------- | ----------- |
2602
- | phone | [string] | no | |
2603
- | email | [string] | no | |
2604
- | timing | string | no | |
2059
+ | ---------- | ---- | -------- | ----------- || ask_store_address | boolean | no | |
2605
2060
 
2606
2061
  ---
2607
2062
 
2608
-
2609
-
2610
-
2611
- #### [SocialLinks](#SocialLinks)
2063
+ #### [RevenueEngineFeature](#RevenueEngineFeature)
2612
2064
 
2613
2065
  | Properties | Type | Nullable | Description |
2614
- | ---------- | ---- | -------- | ----------- |
2615
- | facebook | [FacebookLink](#FacebookLink) | no | |
2616
- | instagram | [InstagramLink](#InstagramLink) | no | |
2617
- | twitter | [TwitterLink](#TwitterLink) | no | |
2618
- | pinterest | [PinterestLink](#PinterestLink) | no | |
2619
- | google_plus | [GooglePlusLink](#GooglePlusLink) | no | |
2620
- | youtube | [YoutubeLink](#YoutubeLink) | no | |
2621
- | linked_in | [LinkedInLink](#LinkedInLink) | no | |
2622
- | vimeo | [VimeoLink](#VimeoLink) | no | |
2623
- | blog_link | [BlogLink](#BlogLink) | no | |
2066
+ | ---------- | ---- | -------- | ----------- || enabled | boolean | no | |
2624
2067
 
2625
2068
  ---
2626
2069
 
2627
-
2628
-
2629
-
2630
- #### [FacebookLink](#FacebookLink)
2070
+ #### [RewardPointsConfig](#RewardPointsConfig)
2631
2071
 
2632
2072
  | Properties | Type | Nullable | Description |
2633
- | ---------- | ---- | -------- | ----------- |
2634
- | title | string | no | |
2635
- | icon | string | no | |
2636
- | link | string | no | |
2073
+ | ---------- | ---- | -------- | ----------- || credit | [Credit](#Credit) | no | || debit | [Debit](#Debit) | no | |
2637
2074
 
2638
2075
  ---
2639
2076
 
2640
-
2641
-
2642
-
2643
- #### [InstagramLink](#InstagramLink)
2077
+ #### [Safetynet](#Safetynet)
2644
2078
 
2645
2079
  | Properties | Type | Nullable | Description |
2646
- | ---------- | ---- | -------- | ----------- |
2647
- | title | string | no | |
2648
- | icon | string | no | |
2649
- | link | string | no | |
2080
+ | ---------- | ---- | -------- | ----------- || credentials | [SafetynetCredentials](#SafetynetCredentials) | no | || enabled | boolean | no | |
2650
2081
 
2651
2082
  ---
2652
2083
 
2653
-
2654
-
2655
-
2656
- #### [TwitterLink](#TwitterLink)
2084
+ #### [SafetynetCredentials](#SafetynetCredentials)
2657
2085
 
2658
2086
  | Properties | Type | Nullable | Description |
2659
- | ---------- | ---- | -------- | ----------- |
2660
- | title | string | no | |
2661
- | icon | string | no | |
2662
- | link | string | no | |
2087
+ | ---------- | ---- | -------- | ----------- || api_key | string | no | |
2663
2088
 
2664
2089
  ---
2665
2090
 
2666
-
2667
-
2668
-
2669
- #### [PinterestLink](#PinterestLink)
2091
+ #### [SecureUrl](#SecureUrl)
2670
2092
 
2671
2093
  | Properties | Type | Nullable | Description |
2672
- | ---------- | ---- | -------- | ----------- |
2673
- | title | string | no | |
2674
- | icon | string | no | |
2675
- | link | string | no | |
2094
+ | ---------- | ---- | -------- | ----------- || secure_url | string | no | |
2676
2095
 
2677
2096
  ---
2678
2097
 
2679
-
2680
-
2681
-
2682
- #### [GooglePlusLink](#GooglePlusLink)
2098
+ #### [Segment](#Segment)
2683
2099
 
2684
2100
  | Properties | Type | Nullable | Description |
2685
- | ---------- | ---- | -------- | ----------- |
2686
- | title | string | no | |
2687
- | icon | string | no | |
2688
- | link | string | no | |
2101
+ | ---------- | ---- | -------- | ----------- || credentials | [SegmentCredentials](#SegmentCredentials) | no | || enabled | boolean | no | |
2689
2102
 
2690
2103
  ---
2691
2104
 
2692
-
2693
-
2694
-
2695
- #### [YoutubeLink](#YoutubeLink)
2105
+ #### [SegmentCredentials](#SegmentCredentials)
2696
2106
 
2697
2107
  | Properties | Type | Nullable | Description |
2698
- | ---------- | ---- | -------- | ----------- |
2699
- | title | string | no | |
2700
- | icon | string | no | |
2701
- | link | string | no | |
2108
+ | ---------- | ---- | -------- | ----------- || write_key | string | no | |
2702
2109
 
2703
2110
  ---
2704
2111
 
2705
-
2706
-
2707
-
2708
- #### [LinkedInLink](#LinkedInLink)
2112
+ #### [SocialLinks](#SocialLinks)
2709
2113
 
2710
2114
  | Properties | Type | Nullable | Description |
2711
- | ---------- | ---- | -------- | ----------- |
2712
- | title | string | no | |
2713
- | icon | string | no | |
2714
- | link | string | no | |
2115
+ | ---------- | ---- | -------- | ----------- || blog_link | [BlogLink](#BlogLink) | no | || facebook | [FacebookLink](#FacebookLink) | no | || google_plus | [GooglePlusLink](#GooglePlusLink) | no | || instagram | [InstagramLink](#InstagramLink) | no | || linked_in | [LinkedInLink](#LinkedInLink) | no | || pinterest | [PinterestLink](#PinterestLink) | no | || twitter | [TwitterLink](#TwitterLink) | no | || vimeo | [VimeoLink](#VimeoLink) | no | || youtube | [YoutubeLink](#YoutubeLink) | no | |
2715
2116
 
2716
2117
  ---
2717
2118
 
2718
-
2719
-
2720
-
2721
- #### [VimeoLink](#VimeoLink)
2119
+ #### [StoreCriteriaRule](#StoreCriteriaRule)
2722
2120
 
2723
2121
  | Properties | Type | Nullable | Description |
2724
- | ---------- | ---- | -------- | ----------- |
2725
- | title | string | no | |
2726
- | icon | string | no | |
2727
- | link | string | no | |
2122
+ | ---------- | ---- | -------- | ----------- || brands | [number] | no | || companies | [number] | no | |
2728
2123
 
2729
2124
  ---
2730
2125
 
2731
-
2732
-
2733
-
2734
- #### [BlogLink](#BlogLink)
2126
+ #### [StoreLatLong](#StoreLatLong)
2735
2127
 
2736
2128
  | Properties | Type | Nullable | Description |
2737
- | ---------- | ---- | -------- | ----------- |
2738
- | title | string | no | |
2739
- | icon | string | no | |
2740
- | link | string | no | |
2129
+ | ---------- | ---- | -------- | ----------- || coordinates | [number] | no | || type | string | no | |
2741
2130
 
2742
2131
  ---
2743
2132
 
2744
-
2745
-
2746
-
2747
- #### [Links](#Links)
2133
+ #### [StorePriorityRule](#StorePriorityRule)
2748
2134
 
2749
2135
  | Properties | Type | Nullable | Description |
2750
- | ---------- | ---- | -------- | ----------- |
2751
- | title | string | no | |
2752
- | link | string | no | |
2136
+ | ---------- | ---- | -------- | ----------- || enabled | boolean | no | || storetype_order | [string] | no | |
2753
2137
 
2754
2138
  ---
2755
2139
 
2756
-
2757
-
2758
-
2759
- #### [BusinessHighlights](#BusinessHighlights)
2140
+ #### [SuccessMessageResponse](#SuccessMessageResponse)
2760
2141
 
2761
2142
  | Properties | Type | Nullable | Description |
2762
- | ---------- | ---- | -------- | ----------- |
2763
- | _id | string | no | |
2764
- | title | string | no | |
2765
- | icon | string | no | |
2766
- | sub_title | string | no | |
2143
+ | ---------- | ---- | -------- | ----------- || message | string | no | |
2767
2144
 
2768
2145
  ---
2769
2146
 
2770
-
2771
-
2772
-
2773
- #### [ApplicationDetail](#ApplicationDetail)
2147
+ #### [SupportedLanguage](#SupportedLanguage)
2774
2148
 
2775
2149
  | Properties | Type | Nullable | Description |
2776
- | ---------- | ---- | -------- | ----------- |
2777
- | name | string | yes | |
2778
- | description | string | yes | |
2779
- | logo | [SecureUrl](#SecureUrl) | yes | |
2780
- | mobile_logo | [SecureUrl](#SecureUrl) | yes | |
2781
- | favicon | [SecureUrl](#SecureUrl) | yes | |
2782
- | banner | [SecureUrl](#SecureUrl) | yes | |
2783
- | domain | [Domain](#Domain) | no | |
2784
- | domains | [[Domain](#Domain)] | no | |
2785
- | _id | string | no | |
2150
+ | ---------- | ---- | -------- | ----------- || code | string | no | || name | string | no | |
2786
2151
 
2787
2152
  ---
2788
2153
 
2789
-
2790
-
2791
-
2792
- #### [CurrenciesResponse](#CurrenciesResponse)
2154
+ #### [Tokens](#Tokens)
2793
2155
 
2794
2156
  | Properties | Type | Nullable | Description |
2795
- | ---------- | ---- | -------- | ----------- |
2796
- | items | [[Currency](#Currency)] | no | |
2157
+ | ---------- | ---- | -------- | ----------- || firebase | [Firebase](#Firebase) | no | || freshchat | [Freshchat](#Freshchat) | no | || fynd_rewards | [FyndRewards](#FyndRewards) | no | || google_map | [GoogleMap](#GoogleMap) | no | || gtm | [Gtm](#Gtm) | no | || moengage | [Moengage](#Moengage) | no | || safetynet | [Safetynet](#Safetynet) | no | || segment | [Segment](#Segment) | no | |
2797
2158
 
2798
2159
  ---
2799
2160
 
2800
-
2801
-
2802
-
2803
- #### [DefaultCurrency](#DefaultCurrency)
2161
+ #### [TwitterLink](#TwitterLink)
2804
2162
 
2805
2163
  | Properties | Type | Nullable | Description |
2806
- | ---------- | ---- | -------- | ----------- |
2807
- | ref | string | no | |
2808
- | code | string | no | |
2164
+ | ---------- | ---- | -------- | ----------- || icon | string | no | || link | string | no | || title | string | no | |
2809
2165
 
2810
2166
  ---
2811
2167
 
2812
-
2813
-
2814
-
2815
- #### [AppCurrencyResponse](#AppCurrencyResponse)
2168
+ #### [UnhandledError](#UnhandledError)
2816
2169
 
2817
2170
  | Properties | Type | Nullable | Description |
2818
- | ---------- | ---- | -------- | ----------- |
2819
- | application | string | no | |
2820
- | default_currency | [DefaultCurrency](#DefaultCurrency) | no | |
2821
- | supported_currency | [[Currency](#Currency)] | no | |
2171
+ | ---------- | ---- | -------- | ----------- || message | string | no | |
2822
2172
 
2823
2173
  ---
2824
2174
 
2825
-
2826
-
2827
-
2828
- #### [StoreLatLong](#StoreLatLong)
2175
+ #### [UpdateDialog](#UpdateDialog)
2829
2176
 
2830
2177
  | Properties | Type | Nullable | Description |
2831
- | ---------- | ---- | -------- | ----------- |
2832
- | type | string | no | |
2833
- | coordinates | [number] | no | |
2178
+ | ---------- | ---- | -------- | ----------- || interval | number | no | || type | string | no | |
2834
2179
 
2835
2180
  ---
2836
2181
 
2837
-
2838
-
2839
-
2840
- #### [OptedStoreAddress](#OptedStoreAddress)
2182
+ #### [UserEmail](#UserEmail)
2841
2183
 
2842
2184
  | Properties | Type | Nullable | Description |
2843
- | ---------- | ---- | -------- | ----------- |
2844
- | state | string | no | |
2845
- | address1 | string | no | |
2846
- | lat_long | [StoreLatLong](#StoreLatLong) | no | |
2847
- | address2 | string | no | |
2848
- | pincode | number | no | |
2849
- | country | string | no | |
2850
- | city | string | no | |
2185
+ | ---------- | ---- | -------- | ----------- || active | boolean | no | || email | string | no | || primary | boolean | no | || verified | boolean | no | |
2851
2186
 
2852
2187
  ---
2853
2188
 
2854
-
2855
-
2856
-
2857
- #### [OrderingStore](#OrderingStore)
2189
+ #### [UserPhoneNumber](#UserPhoneNumber)
2858
2190
 
2859
2191
  | Properties | Type | Nullable | Description |
2860
- | ---------- | ---- | -------- | ----------- |
2861
- | address | [OptedStoreAddress](#OptedStoreAddress) | no | |
2862
- | _id | string | no | |
2863
- | uid | number | no | |
2864
- | name | string | no | |
2865
- | display_name | string | no | |
2866
- | store_type | string | no | |
2867
- | store_code | string | no | |
2868
- | pincode | number | no | |
2869
- | code | string | no | |
2192
+ | ---------- | ---- | -------- | ----------- || active | boolean | no | || country_code | number | no | || phone | string | no | || primary | boolean | no | || verified | boolean | no | |
2870
2193
 
2871
2194
  ---
2872
2195
 
2873
-
2874
-
2875
-
2876
- #### [OrderingStores](#OrderingStores)
2196
+ #### [VimeoLink](#VimeoLink)
2877
2197
 
2878
2198
  | Properties | Type | Nullable | Description |
2879
- | ---------- | ---- | -------- | ----------- |
2880
- | page | [Page](#Page) | no | |
2881
- | items | [[OrderingStore](#OrderingStore)] | no | |
2882
- | deployed_stores | [number] | no | |
2883
- | all_stores | boolean | no | |
2884
- | enabled | boolean | no | |
2885
- | type | string | no | |
2886
- | _id | string | no | |
2887
- | app | string | no | |
2888
- | __v | number | no | |
2199
+ | ---------- | ---- | -------- | ----------- || icon | string | no | || link | string | no | || title | string | no | |
2889
2200
 
2890
2201
  ---
2891
2202
 
2892
-
2893
-
2894
-
2895
- #### [OrderingStoresResponse](#OrderingStoresResponse)
2203
+ #### [YoutubeLink](#YoutubeLink)
2896
2204
 
2897
2205
  | Properties | Type | Nullable | Description |
2898
- | ---------- | ---- | -------- | ----------- |
2899
- | page | [Page](#Page) | no | |
2900
- | items | [[OrderingStore](#OrderingStore)] | no | |
2206
+ | ---------- | ---- | -------- | ----------- || icon | string | no | || link | string | no | || title | string | no | |
2901
2207
 
2902
2208
  ---
2903
2209