@gofynd/fdk-client-javascript 1.4.2-beta.6 → 1.4.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 (187) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -3
  3. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  4. package/sdk/application/ApplicationAPIClient.js +0 -1
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +25 -25
  6. package/sdk/application/Cart/CartApplicationClient.js +25 -25
  7. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +40 -40
  8. package/sdk/application/Catalog/CatalogApplicationClient.js +40 -40
  9. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  10. package/sdk/application/Common/CommonApplicationClient.js +2 -2
  11. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
  12. package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
  13. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
  14. package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
  15. package/sdk/application/Content/ContentApplicationClient.d.ts +10 -10
  16. package/sdk/application/Content/ContentApplicationClient.js +10 -10
  17. package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
  18. package/sdk/application/Content/ContentApplicationModel.js +26 -26
  19. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
  20. package/sdk/application/FileStorage/FileStorageApplicationClient.js +12 -6
  21. package/sdk/application/Lead/LeadApplicationClient.d.ts +7 -7
  22. package/sdk/application/Lead/LeadApplicationClient.js +7 -7
  23. package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
  24. package/sdk/application/Lead/LeadApplicationModel.js +42 -52
  25. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
  26. package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
  27. package/sdk/application/Order/OrderApplicationClient.d.ts +13 -13
  28. package/sdk/application/Order/OrderApplicationClient.js +16 -12
  29. package/sdk/application/Order/OrderApplicationValidator.d.ts +7 -0
  30. package/sdk/application/Order/OrderApplicationValidator.js +3 -0
  31. package/sdk/application/Payment/PaymentApplicationClient.d.ts +47 -47
  32. package/sdk/application/Payment/PaymentApplicationClient.js +52 -52
  33. package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
  34. package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
  35. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
  36. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  37. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +27 -27
  38. package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
  39. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +6 -6
  40. package/sdk/application/Rewards/RewardsApplicationClient.js +6 -6
  41. package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
  42. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  43. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  44. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  45. package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
  46. package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
  47. package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
  48. package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
  49. package/sdk/application/User/UserApplicationClient.d.ts +28 -28
  50. package/sdk/application/User/UserApplicationClient.js +28 -28
  51. package/sdk/application/User/UserApplicationModel.d.ts +44 -13
  52. package/sdk/application/User/UserApplicationModel.js +17 -13
  53. package/sdk/common/AxiosHelper.d.ts +1 -1
  54. package/sdk/common/AxiosHelper.js +38 -17
  55. package/sdk/common/Clickstream.js +33 -19
  56. package/sdk/common/curlHelper.js +1 -3
  57. package/sdk/common/utils.d.ts +15 -0
  58. package/sdk/common/utils.js +30 -0
  59. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +2 -2
  60. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
  61. package/sdk/partner/Lead/LeadPartnerClient.d.ts +1 -1
  62. package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
  63. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +4 -4
  64. package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
  65. package/sdk/partner/OAuthClient.d.ts +3 -3
  66. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  67. package/sdk/partner/PartnerAPIClient.js +0 -1
  68. package/sdk/partner/Theme/ThemePartnerClient.d.ts +19 -19
  69. package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
  70. package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
  71. package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
  72. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
  73. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  74. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
  75. package/sdk/partner/Webhook/WebhookPartnerModel.js +2 -2
  76. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +4 -4
  77. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +4 -4
  78. package/sdk/platform/Billing/BillingPlatformClient.d.ts +17 -17
  79. package/sdk/platform/Billing/BillingPlatformClient.js +17 -17
  80. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +49 -49
  81. package/sdk/platform/Cart/CartPlatformApplicationClient.js +49 -49
  82. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +60 -60
  83. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +62 -62
  84. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +87 -87
  85. package/sdk/platform/Catalog/CatalogPlatformClient.js +87 -87
  86. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
  87. package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
  88. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
  89. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  90. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +58 -58
  91. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +58 -58
  92. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
  93. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  94. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
  95. package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
  96. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +16 -16
  97. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +16 -16
  98. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
  99. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
  100. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
  101. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
  102. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +18 -18
  103. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +18 -18
  104. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +57 -57
  105. package/sdk/platform/Content/ContentPlatformApplicationClient.js +63 -63
  106. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
  107. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
  108. package/sdk/platform/Content/ContentPlatformClient.d.ts +3 -3
  109. package/sdk/platform/Content/ContentPlatformClient.js +9 -9
  110. package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
  111. package/sdk/platform/Content/ContentPlatformModel.js +26 -26
  112. package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
  113. package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
  114. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
  115. package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
  116. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +9 -9
  117. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +19 -13
  118. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
  119. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +23 -14
  120. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
  121. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
  122. package/sdk/platform/Finance/FinancePlatformClient.d.ts +27 -27
  123. package/sdk/platform/Finance/FinancePlatformClient.js +27 -27
  124. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +6 -6
  125. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +6 -6
  126. package/sdk/platform/Lead/LeadPlatformClient.d.ts +11 -11
  127. package/sdk/platform/Lead/LeadPlatformClient.js +11 -11
  128. package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
  129. package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
  130. package/sdk/platform/OAuthClient.d.ts +3 -3
  131. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
  132. package/sdk/platform/Order/OrderPlatformApplicationClient.js +2 -2
  133. package/sdk/platform/Order/OrderPlatformClient.d.ts +43 -43
  134. package/sdk/platform/Order/OrderPlatformClient.js +55 -44
  135. package/sdk/platform/Order/OrderPlatformModel.d.ts +8 -2
  136. package/sdk/platform/Order/OrderPlatformModel.js +8 -2
  137. package/sdk/platform/Order/OrderPlatformValidator.d.ts +14 -0
  138. package/sdk/platform/Order/OrderPlatformValidator.js +6 -0
  139. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
  140. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
  141. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +38 -38
  142. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +38 -38
  143. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
  144. package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
  145. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  146. package/sdk/platform/PlatformAPIClient.js +0 -1
  147. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
  148. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  149. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +9 -9
  150. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +9 -9
  151. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +15 -15
  152. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +15 -15
  153. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
  154. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
  155. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  156. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  157. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
  158. package/sdk/platform/Share/SharePlatformModel.js +2 -0
  159. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +28 -28
  160. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +28 -28
  161. package/sdk/platform/Theme/ThemePlatformClient.d.ts +3 -3
  162. package/sdk/platform/Theme/ThemePlatformClient.js +3 -3
  163. package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
  164. package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
  165. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +16 -16
  166. package/sdk/platform/User/UserPlatformApplicationClient.js +16 -16
  167. package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
  168. package/sdk/platform/User/UserPlatformModel.js +21 -13
  169. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +16 -16
  170. package/sdk/platform/Webhook/WebhookPlatformClient.js +16 -16
  171. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +5 -45
  172. package/sdk/platform/Webhook/WebhookPlatformModel.js +4 -50
  173. package/sdk/public/Billing/BillingPublicClient.d.ts +1 -1
  174. package/sdk/public/Billing/BillingPublicClient.js +4 -4
  175. package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
  176. package/sdk/public/Billing/BillingPublicValidator.js +2 -2
  177. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +1 -1
  178. package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
  179. package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
  180. package/sdk/public/Content/ContentPublicValidator.js +3 -3
  181. package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
  182. package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
  183. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  184. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  185. package/sdk/public/PublicAPIClient.d.ts +1 -1
  186. package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
  187. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
@@ -20,7 +20,7 @@ class Catalog {
20
20
  * @param {import("../PlatformAPIClient").Options} - Options
21
21
  * @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
22
22
  * @name addInventory
23
- * @summary: Add Inventory for particular size and store.
23
+ * @summary: Add Inventory for particular size and store
24
24
  * @description: Allows add Inventory for particular size and store. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/addInventory/).
25
25
  */
26
26
  async addInventory(
@@ -103,7 +103,7 @@ class Catalog {
103
103
  * @param {import("../PlatformAPIClient").Options} - Options
104
104
  * @returns {Promise<CatalogPlatformModel.GetAllSizes>} - Success response
105
105
  * @name allSizes
106
- * @summary: Get all product sizes.
106
+ * @summary: Get all product sizes
107
107
  * @description: Retrieve all available sizes for a product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/allSizes/).
108
108
  */
109
109
  async allSizes(
@@ -180,7 +180,7 @@ class Catalog {
180
180
  * @param {import("../PlatformAPIClient").Options} - Options
181
181
  * @returns {Promise<CatalogPlatformModel.BulkHsnResponse>} - Success response
182
182
  * @name bulkHsnCode
183
- * @summary: Bulk update HSN codes.
183
+ * @summary: Bulk update HSN codes
184
184
  * @description: Perform bulk updates of HSN codes for products. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/bulkHsnCode/).
185
185
  */
186
186
  async bulkHsnCode(
@@ -257,7 +257,7 @@ class Catalog {
257
257
  * @param {import("../PlatformAPIClient").Options} - Options
258
258
  * @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
259
259
  * @name createBulkInventory
260
- * @summary: Create bulk inventory.
260
+ * @summary: Create bulk inventory
261
261
  * @description: Helps to create products in bulk push to kafka for approval/creation. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createBulkInventory/).
262
262
  */
263
263
  async createBulkInventory(
@@ -338,7 +338,7 @@ class Catalog {
338
338
  * @param {import("../PlatformAPIClient").Options} - Options
339
339
  * @returns {Promise<CatalogPlatformModel.BulkResponse>} - Success response
340
340
  * @name createBulkInventoryJob
341
- * @summary: Create bulk inventory upload job.
341
+ * @summary: Create bulk inventory upload job
342
342
  * @description: Helps to create a bulk Inventory upload job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createBulkInventoryJob/).
343
343
  */
344
344
  async createBulkInventoryJob(
@@ -419,7 +419,7 @@ class Catalog {
419
419
  * @param {import("../PlatformAPIClient").Options} - Options
420
420
  * @returns {Promise<CatalogPlatformModel.BulkResponse>} - Success response
421
421
  * @name createBulkProductUploadJob
422
- * @summary: Create a Bulk product to upload job.
422
+ * @summary: Create a Bulk product to upload job
423
423
  * @description: This API helps to create a bulk products upload job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createBulkProductUploadJob/).
424
424
  */
425
425
  async createBulkProductUploadJob(
@@ -500,7 +500,7 @@ class Catalog {
500
500
  * @param {import("../PlatformAPIClient").Options} - Options
501
501
  * @returns {Promise<CatalogPlatformModel.CategoryCreateResponse>} - Success response
502
502
  * @name createCategories
503
- * @summary: Create categories.
503
+ * @summary: Create categories
504
504
  * @description: Lets user create product categories on for the seller on the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createCategories/).
505
505
  */
506
506
  async createCategories(
@@ -580,7 +580,7 @@ class Catalog {
580
580
  * @returns {Promise<CatalogPlatformModel.DepartmentCreateResponse>} -
581
581
  * Success response
582
582
  * @name createDepartments
583
- * @summary: Create departments.
583
+ * @summary: Create departments
584
584
  * @description: Create departments with this resource. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createDepartments/).
585
585
  */
586
586
  async createDepartments(
@@ -659,7 +659,7 @@ class Catalog {
659
659
  * @param {import("../PlatformAPIClient").Options} - Options
660
660
  * @returns {Promise<CatalogPlatformModel.InventoryExportResponse>} - Success response
661
661
  * @name createInventoryExport
662
- * @summary: Create inventory export.
662
+ * @summary: Create inventory export
663
663
  * @description: Helps to create a Inventory export job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createInventoryExport/).
664
664
  */
665
665
  async createInventoryExport(
@@ -738,7 +738,7 @@ class Catalog {
738
738
  * @param {import("../PlatformAPIClient").Options} - Options
739
739
  * @returns {Promise<CatalogPlatformModel.InventoryExportResponse>} - Success response
740
740
  * @name createInventoryExportJob
741
- * @summary: Create inventory export job.
741
+ * @summary: Create inventory export job
742
742
  * @description: Helps to create a Inventory export job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createInventoryExportJob/).
743
743
  */
744
744
  async createInventoryExportJob(
@@ -819,7 +819,7 @@ class Catalog {
819
819
  * @param {import("../PlatformAPIClient").Options} - Options
820
820
  * @returns {Promise<CatalogPlatformModel.UpdatedResponse>} - Success response
821
821
  * @name createMarketplaceOptin
822
- * @summary: Create/Update opt-in infomation.
822
+ * @summary: Create/Update opt-in infomation
823
823
  * @description: Use this API to create/update opt-in information for given platform. If successful, returns data in the response body as specified in `OptInPostResponseSchema` - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createMarketplaceOptin/).
824
824
  */
825
825
  async createMarketplaceOptin(
@@ -902,7 +902,7 @@ class Catalog {
902
902
  * @param {import("../PlatformAPIClient").Options} - Options
903
903
  * @returns {Promise<CatalogPlatformModel.SuccessResponse1>} - Success response
904
904
  * @name createProduct
905
- * @summary: Create a product.
905
+ * @summary: Create a product
906
906
  * @description: Allows to create product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProduct/).
907
907
  */
908
908
  async createProduct(
@@ -981,7 +981,7 @@ class Catalog {
981
981
  * @param {import("../PlatformAPIClient").Options} - Options
982
982
  * @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
983
983
  * @name createProductAssetsInBulk
984
- * @summary: Create product assets in bulk.
984
+ * @summary: Create product assets in bulk
985
985
  * @description: Helps to create a bulk asset upload job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProductAssetsInBulk/).
986
986
  */
987
987
  async createProductAssetsInBulk(
@@ -1064,7 +1064,7 @@ class Catalog {
1064
1064
  * - Success response
1065
1065
  *
1066
1066
  * @name createProductBundle
1067
- * @summary: Create a product bundle.
1067
+ * @summary: Create a product bundle
1068
1068
  * @description: Create product bundle in the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProductBundle/).
1069
1069
  */
1070
1070
  async createProductBundle(
@@ -1144,7 +1144,7 @@ class Catalog {
1144
1144
  * @returns {Promise<CatalogPlatformModel.ProductDownloadsResponse>} -
1145
1145
  * Success response
1146
1146
  * @name createProductExportJob
1147
- * @summary: Create product export job.
1147
+ * @summary: Create product export job
1148
1148
  * @description: Helps to create a Inventory export job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProductExportJob/).
1149
1149
  */
1150
1150
  async createProductExportJob(
@@ -1225,7 +1225,7 @@ class Catalog {
1225
1225
  * @param {import("../PlatformAPIClient").Options} - Options
1226
1226
  * @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
1227
1227
  * @name createProductsInBulk
1228
- * @summary: Create products in bulk.
1228
+ * @summary: Create products in bulk
1229
1229
  * @description: Helps to create products in bulk push to kafka for approval/creation. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProductsInBulk/).
1230
1230
  */
1231
1231
  async createProductsInBulk(
@@ -1306,7 +1306,7 @@ class Catalog {
1306
1306
  * @param {import("../PlatformAPIClient").Options} - Options
1307
1307
  * @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
1308
1308
  * @name createSizeGuide
1309
- * @summary: Create a size guide.
1309
+ * @summary: Create a size guide
1310
1310
  * @description: Allows to create a size guide associated to a brand. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createSizeGuide/).
1311
1311
  */
1312
1312
  async createSizeGuide(
@@ -1385,7 +1385,7 @@ class Catalog {
1385
1385
  * @param {import("../PlatformAPIClient").Options} - Options
1386
1386
  * @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
1387
1387
  * @name deleteBulkInventoryJob
1388
- * @summary: Delete inventory bulk upload job.
1388
+ * @summary: Delete inventory bulk upload job
1389
1389
  * @description: Allows to delete bulk Inventory job associated with company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteBulkInventoryJob/).
1390
1390
  */
1391
1391
  async deleteBulkInventoryJob(
@@ -1466,7 +1466,7 @@ class Catalog {
1466
1466
  * @param {import("../PlatformAPIClient").Options} - Options
1467
1467
  * @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
1468
1468
  * @name deleteProduct
1469
- * @summary: Delete a product.
1469
+ * @summary: Delete a product
1470
1470
  * @description: Remove a specific product in the catalog - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteProduct/).
1471
1471
  */
1472
1472
  async deleteProduct(
@@ -1545,7 +1545,7 @@ class Catalog {
1545
1545
  * @param {import("../PlatformAPIClient").Options} - Options
1546
1546
  * @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
1547
1547
  * @name deleteProductBulkJob
1548
- * @summary: Delete product bulk upload job.
1548
+ * @summary: Delete product bulk upload job
1549
1549
  * @description: Allows to delete bulk product job associated with company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteProductBulkJob/).
1550
1550
  */
1551
1551
  async deleteProductBulkJob(
@@ -1624,7 +1624,7 @@ class Catalog {
1624
1624
  * @param {import("../PlatformAPIClient").Options} - Options
1625
1625
  * @returns {Promise<CatalogPlatformModel.InventoryUpdateResponse>} - Success response
1626
1626
  * @name deleteRealtimeInventory
1627
- * @summary: Delete realtime inventory.
1627
+ * @summary: Delete realtime inventory
1628
1628
  * @description: Remove specific realtime inventory data. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteRealtimeInventory/).
1629
1629
  */
1630
1630
  async deleteRealtimeInventory(
@@ -1710,7 +1710,7 @@ class Catalog {
1710
1710
  * @returns {Promise<CatalogPlatformModel.ProductSizeDeleteResponse>} -
1711
1711
  * Success response
1712
1712
  * @name deleteSize
1713
- * @summary: Delete product size.
1713
+ * @summary: Delete product size
1714
1714
  * @description: Allows to delete size associated with product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteSize/).
1715
1715
  */
1716
1716
  async deleteSize(
@@ -1791,7 +1791,7 @@ class Catalog {
1791
1791
  * @param {import("../PlatformAPIClient").Options} - Options
1792
1792
  * @returns {Promise<string>} - Success response
1793
1793
  * @name downloadInventoryTemplateView
1794
- * @summary: Download inventory template view.
1794
+ * @summary: Download inventory template view
1795
1795
  * @description: Allows you to download product template data. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/downloadInventoryTemplateView/).
1796
1796
  */
1797
1797
  async downloadInventoryTemplateView(
@@ -1872,7 +1872,7 @@ class Catalog {
1872
1872
  * @param {import("../PlatformAPIClient").Options} - Options
1873
1873
  * @returns {Promise<string>} - Success response
1874
1874
  * @name downloadProductTemplateViews
1875
- * @summary: Download product template views.
1875
+ * @summary: Download product template views
1876
1876
  * @description: Allows you to download product template data. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/downloadProductTemplateViews/).
1877
1877
  */
1878
1878
  async downloadProductTemplateViews(
@@ -1956,7 +1956,7 @@ class Catalog {
1956
1956
  * @param {import("../PlatformAPIClient").Options} - Options
1957
1957
  * @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
1958
1958
  * @name editProduct
1959
- * @summary: Edit a product.
1959
+ * @summary: Edit a product
1960
1960
  * @description: Modify the details and settings of an existing product in the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/editProduct/).
1961
1961
  */
1962
1962
  async editProduct(
@@ -2035,7 +2035,7 @@ class Catalog {
2035
2035
  * @param {import("../PlatformAPIClient").Options} - Options
2036
2036
  * @returns {Promise<CatalogPlatformModel.InventoryConfig>} - Success response
2037
2037
  * @name exportInventoryConfig
2038
- * @summary: Export inventory configuration.
2038
+ * @summary: Export inventory configuration
2039
2039
  * @description: Retrieve List of different filters like brand, store, and type for inventory export. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/exportInventoryConfig/).
2040
2040
  */
2041
2041
  async exportInventoryConfig(
@@ -2117,7 +2117,7 @@ class Catalog {
2117
2117
  * - Success response
2118
2118
  *
2119
2119
  * @name getAllProductHsnCodes
2120
- * @summary: Get all product HSN codes.
2120
+ * @summary: Get all product HSN codes
2121
2121
  * @description: Retrieve all HSN codes associated with products. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAllProductHsnCodes/).
2122
2122
  */
2123
2123
  async getAllProductHsnCodes(
@@ -2206,7 +2206,7 @@ class Catalog {
2206
2206
  * @param {import("../PlatformAPIClient").Options} - Options
2207
2207
  * @returns {Promise<CatalogPlatformModel.SingleCategoryResponse>} - Success response
2208
2208
  * @name getCategoryData
2209
- * @summary: Get category data.
2209
+ * @summary: Get category data
2210
2210
  * @description: Retrieve detailed information about a specific category with the associated meta. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCategoryData/).
2211
2211
  */
2212
2212
  async getCategoryData(
@@ -2286,7 +2286,7 @@ class Catalog {
2286
2286
  * @returns {Promise<CatalogPlatformModel.OptinCompanyBrandDetailsView>} -
2287
2287
  * Success response
2288
2288
  * @name getCompanyBrandDetail
2289
- * @summary: Get the Company Brand details of Optin.
2289
+ * @summary: Get the Company Brand details of Optin
2290
2290
  * @description: Get the details of the Brands associated with the given company_id passed. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyBrandDetail/).
2291
2291
  */
2292
2292
  async getCompanyBrandDetail(
@@ -2380,7 +2380,7 @@ class Catalog {
2380
2380
  * @param {import("../PlatformAPIClient").Options} - Options
2381
2381
  * @returns {Promise<CatalogPlatformModel.OptinCompanyDetail>} - Success response
2382
2382
  * @name getCompanyDetail
2383
- * @summary: Get the Company details.
2383
+ * @summary: Get the Company details
2384
2384
  * @description: Get the details of the company associated with the given company_id passed. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyDetail/).
2385
2385
  */
2386
2386
  async getCompanyDetail(
@@ -2455,7 +2455,7 @@ class Catalog {
2455
2455
  * @param {import("../PlatformAPIClient").Options} - Options
2456
2456
  * @returns {Promise<CatalogPlatformModel.OptinCompanyMetrics>} - Success response
2457
2457
  * @name getCompanyMetrics
2458
- * @summary: Get company metrics.
2458
+ * @summary: Get company metrics
2459
2459
  * @description: Allows to view the company metrics, i.e. the status of its brand and stores. Also its allows to view the number of products, company documents & store documents which are verified and unverified. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyMetrics/).
2460
2460
  */
2461
2461
  async getCompanyMetrics(
@@ -2530,7 +2530,7 @@ class Catalog {
2530
2530
  * @param {import("../PlatformAPIClient").Options} - Options
2531
2531
  * @returns {Promise<CatalogPlatformModel.DepartmentsResponse>} - Success response
2532
2532
  * @name getDepartmentData
2533
- * @summary: Get department data.
2533
+ * @summary: Get department data
2534
2534
  * @description: Retrieve detailed information about a specific department by UID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getDepartmentData/).
2535
2535
  */
2536
2536
  async getDepartmentData(
@@ -2609,7 +2609,7 @@ class Catalog {
2609
2609
  * @param {import("../PlatformAPIClient").Options} - Options
2610
2610
  * @returns {Promise<CatalogPlatformModel.GenderDetail>} - Success response
2611
2611
  * @name getGenderAttribute
2612
- * @summary: Get gender attribute.
2612
+ * @summary: Get gender attribute
2613
2613
  * @description: Retrieve the gender attribute for catalog listings. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getGenderAttribute/).
2614
2614
  */
2615
2615
  async getGenderAttribute(
@@ -2688,7 +2688,7 @@ class Catalog {
2688
2688
  * @param {import("../PlatformAPIClient").Options} - Options
2689
2689
  * @returns {Promise<CatalogPlatformModel.HsnCode>} - Success response
2690
2690
  * @name getHsnCode
2691
- * @summary: Get HSN code.
2691
+ * @summary: Get HSN code
2692
2692
  * @description: Retrieve the HSN code for a product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getHsnCode/).
2693
2693
  */
2694
2694
  async getHsnCode(
@@ -2765,7 +2765,7 @@ class Catalog {
2765
2765
  * @param {import("../PlatformAPIClient").Options} - Options
2766
2766
  * @returns {Promise<CatalogPlatformModel.GetInventoriesResponse>} - Success response
2767
2767
  * @name getInventories
2768
- * @summary: Retrieve inventories.
2768
+ * @summary: Retrieve inventories
2769
2769
  * @description: Allows to get Inventories data for particular company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventories/).
2770
2770
  */
2771
2771
  async getInventories(
@@ -2882,7 +2882,7 @@ class Catalog {
2882
2882
  * @param {string} [arg.sizeIdentifier] - Size Identifier (Seller Identifier
2883
2883
  * or Primary Identifier) of which inventory is to get.
2884
2884
  * @returns {Paginator<CatalogPlatformModel.GetInventoriesResponse>}
2885
- * @summary: Retrieve inventories.
2885
+ * @summary: Retrieve inventories
2886
2886
  * @description: Allows to get Inventories data for particular company.
2887
2887
  */
2888
2888
  getInventoriesPaginator({
@@ -2927,7 +2927,7 @@ class Catalog {
2927
2927
  * @param {import("../PlatformAPIClient").Options} - Options
2928
2928
  * @returns {Promise<CatalogPlatformModel.BulkInventoryGet>} - Success response
2929
2929
  * @name getInventoryBulkUploadHistory
2930
- * @summary: Retrieve inventory bulk upload history.
2930
+ * @summary: Retrieve inventory bulk upload history
2931
2931
  * @description: Helps to get bulk Inventory upload jobs data. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryBulkUploadHistory/).
2932
2932
  */
2933
2933
  async getInventoryBulkUploadHistory(
@@ -3011,7 +3011,7 @@ class Catalog {
3011
3011
  * @param {number} [arg.pageSize] - Number of items to retrieve in each
3012
3012
  * page. Default is 12.
3013
3013
  * @returns {Paginator<CatalogPlatformModel.BulkInventoryGet>}
3014
- * @summary: Retrieve inventory bulk upload history.
3014
+ * @summary: Retrieve inventory bulk upload history
3015
3015
  * @description: Helps to get bulk Inventory upload jobs data.
3016
3016
  */
3017
3017
  getInventoryBulkUploadHistoryPaginator({ pageSize } = {}) {
@@ -3041,7 +3041,7 @@ class Catalog {
3041
3041
  * @returns {Promise<CatalogPlatformModel.InventoryResponsePaginated>} -
3042
3042
  * Success response
3043
3043
  * @name getInventoryBySize
3044
- * @summary: Get inventory by size.
3044
+ * @summary: Get inventory by size
3045
3045
  * @description: Allows to retrieve Inventory data for particular company grouped by size and store. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryBySize/).
3046
3046
  */
3047
3047
  async getInventoryBySize(
@@ -3139,7 +3139,7 @@ class Catalog {
3139
3139
  * @param {string} [arg.q] - Search with help of store code.
3140
3140
  * @param {boolean} [arg.sellable] - Filter on whether product is in stock or not.
3141
3141
  * @returns {Paginator<CatalogPlatformModel.InventoryResponsePaginated>}
3142
- * @summary: Get inventory by size.
3142
+ * @summary: Get inventory by size
3143
3143
  * @description: Allows to retrieve Inventory data for particular company grouped by size and store.
3144
3144
  */
3145
3145
  getInventoryBySizePaginator({ itemId, size, pageSize, q, sellable } = {}) {
@@ -3176,7 +3176,7 @@ class Catalog {
3176
3176
  * - Success response
3177
3177
  *
3178
3178
  * @name getInventoryBySizeIdentifier
3179
- * @summary: Get inventory by size identifier.
3179
+ * @summary: Get inventory by size identifier
3180
3180
  * @description: Allows to retrieve Inventory data for particular company grouped by size and store. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryBySizeIdentifier/).
3181
3181
  */
3182
3182
  async getInventoryBySizeIdentifier(
@@ -3283,7 +3283,7 @@ class Catalog {
3283
3283
  * @param {string} [arg.q] - Search with help of store code.
3284
3284
  * @param {number[]} [arg.locationIds] - Search by store ids.
3285
3285
  * @returns {Paginator<CatalogPlatformModel.InventorySellerIdentifierResponsePaginated>}
3286
- * @summary: Get inventory by size identifier.
3286
+ * @summary: Get inventory by size identifier
3287
3287
  * @description: Allows to retrieve Inventory data for particular company grouped by size and store.
3288
3288
  */
3289
3289
  getInventoryBySizeIdentifierPaginator({
@@ -3322,7 +3322,7 @@ class Catalog {
3322
3322
  * @param {import("../PlatformAPIClient").Options} - Options
3323
3323
  * @returns {Promise<CatalogPlatformModel.InventoryExportJob>} - Success response
3324
3324
  * @name getInventoryExport
3325
- * @summary: Retrieve inventory export data.
3325
+ * @summary: Retrieve inventory export data
3326
3326
  * @description: Helps to retrieve Inventory export history. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryExport/).
3327
3327
  */
3328
3328
  async getInventoryExport(
@@ -3397,7 +3397,7 @@ class Catalog {
3397
3397
  * @param {import("../PlatformAPIClient").Options} - Options
3398
3398
  * @returns {Promise<CatalogPlatformModel.GetOptInPlatform>} - Success response
3399
3399
  * @name getMarketplaceOptinDetail
3400
- * @summary: Get opt-in infomation.
3400
+ * @summary: Get opt-in infomation
3401
3401
  * @description: Use this API to fetch opt-in information for all the platforms. If successful, returns a logs in the response body as specified in `GetOptInPlatformSchema` - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getMarketplaceOptinDetail/).
3402
3402
  */
3403
3403
  async getMarketplaceOptinDetail(
@@ -3549,7 +3549,7 @@ class Catalog {
3549
3549
  * @param {import("../PlatformAPIClient").Options} - Options
3550
3550
  * @returns {Promise<CatalogPlatformModel.StoreAssignResponse>} - Success response
3551
3551
  * @name getOptimalLocations
3552
- * @summary: Get optimal locations.
3552
+ * @summary: Get optimal locations
3553
3553
  * @description: Retrieve the most suitable locations based on certain criteria. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getOptimalLocations/).
3554
3554
  */
3555
3555
  async getOptimalLocations(
@@ -3628,7 +3628,7 @@ class Catalog {
3628
3628
  * @param {import("../PlatformAPIClient").Options} - Options
3629
3629
  * @returns {Promise<CatalogPlatformModel.SingleProductResponse>} - Success response
3630
3630
  * @name getProduct
3631
- * @summary: Get product details.
3631
+ * @summary: Get product details
3632
3632
  * @description: Retrieve data associated to a particular product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProduct/).
3633
3633
  */
3634
3634
  async getProduct(
@@ -3711,7 +3711,7 @@ class Catalog {
3711
3711
  * @param {import("../PlatformAPIClient").Options} - Options
3712
3712
  * @returns {Promise<CatalogPlatformModel.BulkAssetResponse>} - Success response
3713
3713
  * @name getProductAssetsInBulk
3714
- * @summary: Retrieve product assets in bulk.
3714
+ * @summary: Retrieve product assets in bulk
3715
3715
  * @description: Helps to retrieve bulk asset jobs data associated to a particular company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductAssetsInBulk/).
3716
3716
  */
3717
3717
  async getProductAssetsInBulk(
@@ -3795,7 +3795,7 @@ class Catalog {
3795
3795
  * @param {number} [arg.pageSize] - Number of items to retrieve in each
3796
3796
  * page. Default is 12.
3797
3797
  * @returns {Paginator<CatalogPlatformModel.BulkAssetResponse>}
3798
- * @summary: Retrieve product assets in bulk.
3798
+ * @summary: Retrieve product assets in bulk
3799
3799
  * @description: Helps to retrieve bulk asset jobs data associated to a particular company.
3800
3800
  */
3801
3801
  getProductAssetsInBulkPaginator({ pageSize } = {}) {
@@ -3825,7 +3825,7 @@ class Catalog {
3825
3825
  * @returns {Promise<CatalogPlatformModel.ProductAttributesResponse>} -
3826
3826
  * Success response
3827
3827
  * @name getProductAttributes
3828
- * @summary: Get product attributes.
3828
+ * @summary: Get product attributes
3829
3829
  * @description: List all the attributes by their L3 categories. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductAttributes/).
3830
3830
  */
3831
3831
  async getProductAttributes(
@@ -3908,7 +3908,7 @@ class Catalog {
3908
3908
  * @param {import("../PlatformAPIClient").Options} - Options
3909
3909
  * @returns {Promise<CatalogPlatformModel.ProductBulkRequestList>} - Success response
3910
3910
  * @name getProductBulkUploadHistory
3911
- * @summary: Retrieve product bulk upload history.
3911
+ * @summary: Retrieve product bulk upload history
3912
3912
  * @description: Helps to get bulk product upload jobs data. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBulkUploadHistory/).
3913
3913
  */
3914
3914
  async getProductBulkUploadHistory(
@@ -3996,7 +3996,7 @@ class Catalog {
3996
3996
  * @param {number} [arg.pageSize] - Number of items to retrieve in each
3997
3997
  * page. Default is 12.
3998
3998
  * @returns {Paginator<CatalogPlatformModel.ProductBulkRequestList>}
3999
- * @summary: Retrieve product bulk upload history.
3999
+ * @summary: Retrieve product bulk upload history
4000
4000
  * @description: Helps to get bulk product upload jobs data.
4001
4001
  */
4002
4002
  getProductBulkUploadHistoryPaginator({ search, pageSize } = {}) {
@@ -4028,7 +4028,7 @@ class Catalog {
4028
4028
  * - Success response
4029
4029
  *
4030
4030
  * @name getProductBundle
4031
- * @summary: Retrieve product bundles.
4031
+ * @summary: Retrieve product bundles
4032
4032
  * @description: Retrieve a list of product bundles available in the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBundle/).
4033
4033
  */
4034
4034
  async getProductBundle(
@@ -4112,7 +4112,7 @@ class Catalog {
4112
4112
  * @returns {Promise<CatalogPlatformModel.GetProductBundleResponse>} -
4113
4113
  * Success response
4114
4114
  * @name getProductBundleDetail
4115
- * @summary: Get product bundle details.
4115
+ * @summary: Get product bundle details
4116
4116
  * @description: Retrieve detailed information about a specific product bundle. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBundleDetail/).
4117
4117
  */
4118
4118
  async getProductBundleDetail(
@@ -4194,7 +4194,7 @@ class Catalog {
4194
4194
  * @returns {Promise<CatalogPlatformModel.ProductDownloadsResponse>} -
4195
4195
  * Success response
4196
4196
  * @name getProductExportJobs
4197
- * @summary: Retrieve product export jobs.
4197
+ * @summary: Retrieve product export jobs
4198
4198
  * @description: View details including trigger data, task id , etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductExportJobs/).
4199
4199
  */
4200
4200
  async getProductExportJobs(
@@ -4283,7 +4283,7 @@ class Catalog {
4283
4283
  * @param {import("../PlatformAPIClient").Options} - Options
4284
4284
  * @returns {Promise<CatalogPlatformModel.ProductListingResponse>} - Success response
4285
4285
  * @name getProductSize
4286
- * @summary: Get product size details.
4286
+ * @summary: Get product size details
4287
4287
  * @description: Retrieve data associated to a particular product size. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductSize/).
4288
4288
  */
4289
4289
  async getProductSize(
@@ -4373,7 +4373,7 @@ class Catalog {
4373
4373
  * @param {import("../PlatformAPIClient").Options} - Options
4374
4374
  * @returns {Promise<CatalogPlatformModel.ProductTagsViewResponse>} - Success response
4375
4375
  * @name getProductTags
4376
- * @summary: Get product tags.
4376
+ * @summary: Get product tags
4377
4377
  * @description: Retrieve tags data associated to a particular company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductTags/).
4378
4378
  */
4379
4379
  async getProductTags(
@@ -4448,7 +4448,7 @@ class Catalog {
4448
4448
  * @param {import("../PlatformAPIClient").Options} - Options
4449
4449
  * @returns {Promise<CatalogPlatformModel.ValidateProduct>} - Success response
4450
4450
  * @name getProductValidation
4451
- * @summary: Get product validation.
4451
+ * @summary: Get product validation
4452
4452
  * @description: Retrieve validation data for a specific product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductValidation/).
4453
4453
  */
4454
4454
  async getProductValidation(
@@ -4524,7 +4524,7 @@ class Catalog {
4524
4524
  * @returns {Promise<CatalogPlatformModel.ProductListingResponseV2>} -
4525
4525
  * Success response
4526
4526
  * @name getProducts
4527
- * @summary: Retrieve products.
4527
+ * @summary: Retrieve products
4528
4528
  * @description: Retrieve a list of products available - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProducts/).
4529
4529
  */
4530
4530
  async getProducts(
@@ -4645,7 +4645,7 @@ class Catalog {
4645
4645
  * @param {number} [arg.pageSize] - Number of items to retrieve in each
4646
4646
  * page. Default is 10.
4647
4647
  * @returns {Paginator<CatalogPlatformModel.ProductListingResponseV2>}
4648
- * @summary: Retrieve products.
4648
+ * @summary: Retrieve products
4649
4649
  * @description: Retrieve a list of products available
4650
4650
  */
4651
4651
  getProductsPaginator({
@@ -4690,7 +4690,7 @@ class Catalog {
4690
4690
  * @param {import("../PlatformAPIClient").Options} - Options
4691
4691
  * @returns {Promise<CatalogPlatformModel.CrossSellingResponse>} - Success response
4692
4692
  * @name getSellerInsights
4693
- * @summary: Get seller insights.
4693
+ * @summary: Get seller insights
4694
4694
  * @description: Retrieve insights and analytics related to sellers within the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSellerInsights/).
4695
4695
  */
4696
4696
  async getSellerInsights(
@@ -4769,7 +4769,7 @@ class Catalog {
4769
4769
  * @param {import("../PlatformAPIClient").Options} - Options
4770
4770
  * @returns {Promise<CatalogPlatformModel.HSNDataInsertV2>} - Success response
4771
4771
  * @name getSingleProductHSNCode
4772
- * @summary: Get single product HSN code.
4772
+ * @summary: Get single product HSN code
4773
4773
  * @description: Retrieve the HSN code for a single product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSingleProductHSNCode/).
4774
4774
  */
4775
4775
  async getSingleProductHSNCode(
@@ -4846,7 +4846,7 @@ class Catalog {
4846
4846
  * @param {import("../PlatformAPIClient").Options} - Options
4847
4847
  * @returns {Promise<CatalogPlatformModel.SizeGuideResponse>} - Success response
4848
4848
  * @name getSizeGuide
4849
- * @summary: Get size guide details.
4849
+ * @summary: Get size guide details
4850
4850
  * @description: Retrieve data associated about a specific size guide. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSizeGuide/).
4851
4851
  */
4852
4852
  async getSizeGuide(
@@ -4925,7 +4925,7 @@ class Catalog {
4925
4925
  * @param {import("../PlatformAPIClient").Options} - Options
4926
4926
  * @returns {Promise<CatalogPlatformModel.ListSizeGuide>} - Success response
4927
4927
  * @name getSizeGuides
4928
- * @summary: Retrieve size guides.
4928
+ * @summary: Retrieve size guides
4929
4929
  * @description: Allows to view all the size guides associated to the seller. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSizeGuides/).
4930
4930
  */
4931
4931
  async getSizeGuides(
@@ -5022,7 +5022,7 @@ class Catalog {
5022
5022
  * @param {import("../PlatformAPIClient").Options} - Options
5023
5023
  * @returns {Promise<CatalogPlatformModel.OptinStoreDetails>} - Success response
5024
5024
  * @name getStoreDetail
5025
- * @summary: Get store details.
5025
+ * @summary: Get store details
5026
5026
  * @description: Retrieve the details of the store associated with the company ID passed. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getStoreDetail/).
5027
5027
  */
5028
5028
  async getStoreDetail(
@@ -5108,7 +5108,7 @@ class Catalog {
5108
5108
  * @param {number} [arg.pageSize] - Number of records that can be seen on
5109
5109
  * the page for the company id.
5110
5110
  * @returns {Paginator<CatalogPlatformModel.OptinStoreDetails>}
5111
- * @summary: Get store details.
5111
+ * @summary: Get store details
5112
5112
  * @description: Retrieve the details of the store associated with the company ID passed.
5113
5113
  */
5114
5114
  getStoreDetailPaginator({ q, pageSize } = {}) {
@@ -5138,7 +5138,7 @@ class Catalog {
5138
5138
  * @param {import("../PlatformAPIClient").Options} - Options
5139
5139
  * @returns {Promise<CatalogPlatformModel.ProductVariantsResponse>} - Success response
5140
5140
  * @name getVariantsOfProducts
5141
- * @summary: Get variants of products.
5141
+ * @summary: Get variants of products
5142
5142
  * @description: Retrieve variants of a specific product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getVariantsOfProducts/).
5143
5143
  */
5144
5144
  async getVariantsOfProducts(
@@ -5228,7 +5228,7 @@ class Catalog {
5228
5228
  * @param {number} [arg.pageSize] - Number of items to retrieve in each
5229
5229
  * page. Default is 10.
5230
5230
  * @returns {Paginator<CatalogPlatformModel.ProductVariantsResponse>}
5231
- * @summary: Get variants of products.
5231
+ * @summary: Get variants of products
5232
5232
  * @description: Retrieve variants of a specific product.
5233
5233
  */
5234
5234
  getVariantsOfProductsPaginator({ itemId, variantType, pageSize } = {}) {
@@ -5259,7 +5259,7 @@ class Catalog {
5259
5259
  * @param {import("../PlatformAPIClient").Options} - Options
5260
5260
  * @returns {Promise<CatalogPlatformModel.CategoryResponse>} - Success response
5261
5261
  * @name listCategories
5262
- * @summary: List categories.
5262
+ * @summary: List categories
5263
5263
  * @description: Retrieve a list of meta associated available product categories in the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listCategories/).
5264
5264
  */
5265
5265
  async listCategories(
@@ -5363,7 +5363,7 @@ class Catalog {
5363
5363
  * @param {number[]} [arg.uids] - Get multiple categories filtered by category uids.
5364
5364
  * @param {string} [arg.slug] - Get category by slug
5365
5365
  * @returns {Paginator<CatalogPlatformModel.CategoryResponse>}
5366
- * @summary: List categories.
5366
+ * @summary: List categories
5367
5367
  * @description: Retrieve a list of meta associated available product categories in the catalog.
5368
5368
  */
5369
5369
  listCategoriesPaginator({ level, department, q, pageSize, uids, slug } = {}) {
@@ -5397,7 +5397,7 @@ class Catalog {
5397
5397
  * @param {import("../PlatformAPIClient").Options} - Options
5398
5398
  * @returns {Promise<CatalogPlatformModel.DepartmentsResponse>} - Success response
5399
5399
  * @name listDepartmentsData
5400
- * @summary: List department data.
5400
+ * @summary: List department data
5401
5401
  * @description: Allows you to list all departments, also can search using name and filter active and incative departments, and item type. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listDepartmentsData/).
5402
5402
  */
5403
5403
  async listDepartmentsData(
@@ -5511,7 +5511,7 @@ class Catalog {
5511
5511
  * whether they are active or inactive.
5512
5512
  * @param {string} [arg.slug] - Can filter by slug
5513
5513
  * @returns {Paginator<CatalogPlatformModel.DepartmentsResponse>}
5514
- * @summary: List department data.
5514
+ * @summary: List department data
5515
5515
  * @description: Allows you to list all departments, also can search using name and filter active and incative departments, and item type.
5516
5516
  */
5517
5517
  listDepartmentsDataPaginator({
@@ -5552,7 +5552,7 @@ class Catalog {
5552
5552
  * @param {import("../PlatformAPIClient").Options} - Options
5553
5553
  * @returns {Promise<CatalogPlatformModel.HSNCodesResponse>} - Success response
5554
5554
  * @name listHSNCodes
5555
- * @summary: List HSN codes.
5555
+ * @summary: List HSN codes
5556
5556
  * @description: Retrieve a list of Harmonized System Nomenclature (HSN) codes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listHSNCodes/).
5557
5557
  */
5558
5558
  async listHSNCodes(
@@ -5629,7 +5629,7 @@ class Catalog {
5629
5629
  * - Success response
5630
5630
  *
5631
5631
  * @name listInventoryExport
5632
- * @summary: List inventory exports.
5632
+ * @summary: List inventory exports
5633
5633
  * @description: Helps you the retrieve the history of inventory jobs depending on the filtered criteria. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listInventoryExport/).
5634
5634
  */
5635
5635
  async listInventoryExport(
@@ -5718,7 +5718,7 @@ class Catalog {
5718
5718
  * @param {import("../PlatformAPIClient").Options} - Options
5719
5719
  * @returns {Promise<CatalogPlatformModel.TemplatesResponse>} - Success response
5720
5720
  * @name listProductTemplate
5721
- * @summary: List product templates.
5721
+ * @summary: List product templates
5722
5722
  * @description: Allows you to list all product templates, also can filter by department. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplate/).
5723
5723
  */
5724
5724
  async listProductTemplate(
@@ -5802,7 +5802,7 @@ class Catalog {
5802
5802
  * - Success response
5803
5803
  *
5804
5804
  * @name listProductTemplateCategories
5805
- * @summary: List product template categories.
5805
+ * @summary: List product template categories
5806
5806
  * @description: Allows you to list all product categories values for the departments specified. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplateCategories/).
5807
5807
  */
5808
5808
  async listProductTemplateCategories(
@@ -5890,7 +5890,7 @@ class Catalog {
5890
5890
  * @returns {Promise<CatalogPlatformModel.ProductDownloadsResponse>} -
5891
5891
  * Success response
5892
5892
  * @name listProductTemplateExportDetails
5893
- * @summary: List product template export details.
5893
+ * @summary: List product template export details
5894
5894
  * @description: Retrieve export details related to product templates. Can view details including trigger data, task id , etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplateExportDetails/).
5895
5895
  */
5896
5896
  async listProductTemplateExportDetails(
@@ -5968,7 +5968,7 @@ class Catalog {
5968
5968
  * @returns {Promise<CatalogPlatformModel.ProductConfigurationDownloads>} -
5969
5969
  * Success response
5970
5970
  * @name listTemplateBrandTypeValues
5971
- * @summary: List template brand type values.
5971
+ * @summary: List template brand type values
5972
5972
  * @description: Retrieve values related to template brand types. The filter type query parameter defines what type of data to return. The type of query returns the valid values for the same - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listTemplateBrandTypeValues/).
5973
5973
  */
5974
5974
  async listTemplateBrandTypeValues(
@@ -6056,7 +6056,7 @@ class Catalog {
6056
6056
  * @param {import("../PlatformAPIClient").Options} - Options
6057
6057
  * @returns {Promise<CatalogPlatformModel.CategoryUpdateResponse>} - Success response
6058
6058
  * @name updateCategory
6059
- * @summary: Update category data.
6059
+ * @summary: Update category data
6060
6060
  * @description: Modify data for an existing category in the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateCategory/).
6061
6061
  */
6062
6062
  async updateCategory(
@@ -6137,7 +6137,7 @@ class Catalog {
6137
6137
  * @param {import("../PlatformAPIClient").Options} - Options
6138
6138
  * @returns {Promise<CatalogPlatformModel.DepartmentModel>} - Success response
6139
6139
  * @name updateDepartment
6140
- * @summary: Update department data.
6140
+ * @summary: Update department data
6141
6141
  * @description: Modify the department by their uid using this API. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateDepartment/).
6142
6142
  */
6143
6143
  async updateDepartment(
@@ -6218,7 +6218,7 @@ class Catalog {
6218
6218
  * @param {import("../PlatformAPIClient").Options} - Options
6219
6219
  * @returns {Promise<CatalogPlatformModel.HsnCode>} - Success response
6220
6220
  * @name updateHsnCode
6221
- * @summary: Update HSN code.
6221
+ * @summary: Update HSN code
6222
6222
  * @description: Modify the HSN code associated with a product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateHsnCode/).
6223
6223
  */
6224
6224
  async updateHsnCode(
@@ -6299,7 +6299,7 @@ class Catalog {
6299
6299
  * @param {import("../PlatformAPIClient").Options} - Options
6300
6300
  * @returns {Promise<CatalogPlatformModel.InventoryUpdateResponse>} - Success response
6301
6301
  * @name updateInventories
6302
- * @summary: Update inventories.
6302
+ * @summary: Update inventories
6303
6303
  * @description: Allows to add Inventory for particular size and store. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateInventories/).
6304
6304
  */
6305
6305
  async updateInventories(
@@ -6465,7 +6465,7 @@ class Catalog {
6465
6465
  * - Success response
6466
6466
  *
6467
6467
  * @name updateProductBundle
6468
- * @summary: Update a product bundle.
6468
+ * @summary: Update a product bundle
6469
6469
  * @description: Modify the details of an existing product bundle. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateProductBundle/).
6470
6470
  */
6471
6471
  async updateProductBundle(
@@ -6546,7 +6546,7 @@ class Catalog {
6546
6546
  * @param {import("../PlatformAPIClient").Options} - Options
6547
6547
  * @returns {Promise<CatalogPlatformModel.InventoryUpdateResponse>} - Success response
6548
6548
  * @name updateRealtimeInventory
6549
- * @summary: Update realtime inventory.
6549
+ * @summary: Update realtime inventory
6550
6550
  * @description: Allows to add Inventory for particular size and store. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateRealtimeInventory/).
6551
6551
  */
6552
6552
  async updateRealtimeInventory(
@@ -6631,7 +6631,7 @@ class Catalog {
6631
6631
  * @param {import("../PlatformAPIClient").Options} - Options
6632
6632
  * @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
6633
6633
  * @name updateSizeGuide
6634
- * @summary: Update a size guide.
6634
+ * @summary: Update a size guide
6635
6635
  * @description: Allows to edit a size guide. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateSizeGuide/).
6636
6636
  */
6637
6637
  async updateSizeGuide(
@@ -6712,7 +6712,7 @@ class Catalog {
6712
6712
  * @param {import("../PlatformAPIClient").Options} - Options
6713
6713
  * @returns {Promise<CatalogPlatformModel.BulkResponse>} - Success response
6714
6714
  * @name uploadBulkProducts
6715
- * @summary: Upload bulk products.
6715
+ * @summary: Upload bulk products
6716
6716
  * @description: Helps to create a bulk products upload job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/uploadBulkProducts/).
6717
6717
  */
6718
6718
  async uploadBulkProducts(
@@ -6798,7 +6798,7 @@ class Catalog {
6798
6798
  * @returns {Promise<CatalogPlatformModel.TemplatesValidationResponse>} -
6799
6799
  * Success response
6800
6800
  * @name validateProductTemplate
6801
- * @summary: Validate product template.
6801
+ * @summary: Validate product template
6802
6802
  * @description: Allows you to list all product templates validation values for all the fields present in the database. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/validateProductTemplate/).
6803
6803
  */
6804
6804
  async validateProductTemplate(
@@ -6888,7 +6888,7 @@ class Catalog {
6888
6888
  * @returns {Promise<CatalogPlatformModel.InventoryValidationResponse>} -
6889
6889
  * Success response
6890
6890
  * @name validateProductTemplateSchema
6891
- * @summary: Validate product template schema.
6891
+ * @summary: Validate product template schema
6892
6892
  * @description: Allows you to list all product templates validation values for all the fields present in the database. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/validateProductTemplateSchema/).
6893
6893
  */
6894
6894
  async validateProductTemplateSchema(