@gofynd/fdk-client-javascript 3.3.5 → 3.4.0

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 (166) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/Cart/CartApplicationClient.d.ts +30 -30
  4. package/sdk/application/Cart/CartApplicationClient.js +30 -30
  5. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +36 -33
  6. package/sdk/application/Catalog/CatalogApplicationClient.js +54 -35
  7. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  8. package/sdk/application/Common/CommonApplicationClient.js +2 -2
  9. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
  10. package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
  11. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
  12. package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
  13. package/sdk/application/Content/ContentApplicationClient.d.ts +24 -24
  14. package/sdk/application/Content/ContentApplicationClient.js +24 -24
  15. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
  16. package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
  17. package/sdk/application/Finance/FinanceApplicationClient.d.ts +2 -2
  18. package/sdk/application/Finance/FinanceApplicationClient.js +2 -2
  19. package/sdk/application/Lead/LeadApplicationClient.d.ts +5 -5
  20. package/sdk/application/Lead/LeadApplicationClient.js +5 -5
  21. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +19 -9
  22. package/sdk/application/Logistic/LogisticApplicationClient.js +53 -9
  23. package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
  24. package/sdk/application/Order/OrderApplicationClient.js +12 -12
  25. package/sdk/application/Payment/PaymentApplicationClient.d.ts +46 -46
  26. package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
  27. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +7 -7
  28. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  29. package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
  30. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  31. package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
  32. package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
  33. package/sdk/application/User/UserApplicationClient.d.ts +47 -47
  34. package/sdk/application/User/UserApplicationClient.js +47 -47
  35. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
  36. package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
  37. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +6 -6
  38. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +6 -6
  39. package/sdk/partner/Lead/LeadPartnerClient.d.ts +7 -7
  40. package/sdk/partner/Lead/LeadPartnerClient.js +7 -7
  41. package/sdk/partner/Lead/LeadPartnerModel.d.ts +2 -2
  42. package/sdk/partner/Lead/LeadPartnerModel.js +1 -1
  43. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +25 -25
  44. package/sdk/partner/Logistics/LogisticsPartnerClient.js +25 -25
  45. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +6 -6
  46. package/sdk/partner/Logistics/LogisticsPartnerModel.js +3 -3
  47. package/sdk/partner/Theme/ThemePartnerClient.d.ts +24 -24
  48. package/sdk/partner/Theme/ThemePartnerClient.js +24 -24
  49. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +10 -10
  50. package/sdk/partner/Webhook/WebhookPartnerClient.js +10 -10
  51. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +7 -2
  52. package/sdk/partner/Webhook/WebhookPartnerModel.js +3 -1
  53. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +3 -3
  54. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +3 -3
  55. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +2 -2
  56. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +1 -1
  57. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +1 -1
  58. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +1 -1
  59. package/sdk/platform/Billing/BillingPlatformClient.d.ts +5 -5
  60. package/sdk/platform/Billing/BillingPlatformClient.js +5 -5
  61. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +62 -62
  62. package/sdk/platform/Cart/CartPlatformApplicationClient.js +62 -62
  63. package/sdk/platform/Cart/CartPlatformModel.d.ts +233 -3
  64. package/sdk/platform/Cart/CartPlatformModel.js +147 -1
  65. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +66 -66
  66. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +66 -66
  67. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +81 -79
  68. package/sdk/platform/Catalog/CatalogPlatformClient.js +93 -80
  69. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +89 -5
  70. package/sdk/platform/Catalog/CatalogPlatformModel.js +57 -3
  71. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +7 -2
  72. package/sdk/platform/Catalog/CatalogPlatformValidator.js +4 -2
  73. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
  74. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  75. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
  76. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
  77. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
  78. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  79. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
  80. package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
  81. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
  82. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
  83. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
  84. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
  85. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
  86. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
  87. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
  88. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
  89. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +19 -3
  90. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +16 -1
  91. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +107 -107
  92. package/sdk/platform/Content/ContentPlatformApplicationClient.js +107 -107
  93. package/sdk/platform/Content/ContentPlatformClient.d.ts +40 -40
  94. package/sdk/platform/Content/ContentPlatformClient.js +40 -40
  95. package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -2
  96. package/sdk/platform/Content/ContentPlatformModel.js +1 -1
  97. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
  98. package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
  99. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +2 -2
  100. package/sdk/platform/Discount/DiscountPlatformModel.js +1 -1
  101. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -4
  102. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -4
  103. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
  104. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
  105. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +10 -10
  106. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +10 -10
  107. package/sdk/platform/Lead/LeadPlatformClient.d.ts +9 -9
  108. package/sdk/platform/Lead/LeadPlatformClient.js +9 -9
  109. package/sdk/platform/Lead/LeadPlatformModel.d.ts +2 -2
  110. package/sdk/platform/Lead/LeadPlatformModel.js +1 -1
  111. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +5 -5
  112. package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -5
  113. package/sdk/platform/Order/OrderPlatformClient.d.ts +58 -58
  114. package/sdk/platform/Order/OrderPlatformClient.js +58 -58
  115. package/sdk/platform/Order/OrderPlatformModel.d.ts +29 -10
  116. package/sdk/platform/Order/OrderPlatformModel.js +28 -6
  117. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
  118. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
  119. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
  120. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
  121. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
  122. package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
  123. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2 -2
  124. package/sdk/platform/Payment/PaymentPlatformModel.js +1 -1
  125. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
  126. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  127. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
  128. package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
  129. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +162 -39
  130. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +840 -73
  131. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +139 -1
  132. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +125 -0
  133. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +30 -30
  134. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +36 -30
  135. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +936 -62
  136. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +591 -33
  137. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +12 -0
  138. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +5 -0
  139. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  140. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  141. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -2
  142. package/sdk/platform/Share/SharePlatformModel.js +1 -1
  143. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +22 -22
  144. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +22 -22
  145. package/sdk/platform/Theme/ThemePlatformClient.d.ts +4 -4
  146. package/sdk/platform/Theme/ThemePlatformClient.js +4 -4
  147. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +70 -34
  148. package/sdk/platform/User/UserPlatformApplicationClient.js +285 -34
  149. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +38 -1
  150. package/sdk/platform/User/UserPlatformApplicationValidator.js +42 -0
  151. package/sdk/platform/User/UserPlatformModel.d.ts +430 -10
  152. package/sdk/platform/User/UserPlatformModel.js +276 -7
  153. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
  154. package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
  155. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +12 -2
  156. package/sdk/platform/Webhook/WebhookPlatformModel.js +5 -1
  157. package/sdk/public/Catalog/CatalogPublicClient.d.ts +1 -1
  158. package/sdk/public/Catalog/CatalogPublicClient.js +1 -1
  159. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
  160. package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
  161. package/sdk/public/Content/ContentPublicClient.d.ts +14 -14
  162. package/sdk/public/Content/ContentPublicClient.js +14 -14
  163. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  164. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  165. package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -5
  166. package/sdk/public/Webhook/WebhookPublicClient.js +5 -5
@@ -21,7 +21,7 @@ class Catalog {
21
21
  * @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
22
22
  * @name addInventory
23
23
  * @summary: Create Inventory
24
- * @description: Allows add Inventory for particular size and selling location. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/addInventory/).
24
+ * @description: Allows add Inventory for particular size and selling location. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/addInventory/).
25
25
  */
26
26
  async addInventory(
27
27
  { itemId, size, body, requestHeaders } = { requestHeaders: {} },
@@ -104,7 +104,7 @@ class Catalog {
104
104
  * @returns {Promise<CatalogPlatformModel.GetAllSizes>} - Success response
105
105
  * @name allSizes
106
106
  * @summary: Get product sizes
107
- * @description: Retrieve all available sizes for a product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/allSizes/).
107
+ * @description: Retrieve all available sizes for a product. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/allSizes/).
108
108
  */
109
109
  async allSizes(
110
110
  { itemId, requestHeaders } = { requestHeaders: {} },
@@ -181,7 +181,7 @@ class Catalog {
181
181
  * @returns {Promise<CatalogPlatformModel.BulkHsnResponseSchema>} - Success response
182
182
  * @name bulkHsnCode
183
183
  * @summary: Create Bulk update HSN
184
- * @description: Execute bulk updates for HSN codes across multiple products. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/bulkHsnCode/).
184
+ * @description: Execute bulk updates for HSN codes across multiple products. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/bulkHsnCode/).
185
185
  */
186
186
  async bulkHsnCode(
187
187
  { body, requestHeaders } = { requestHeaders: {} },
@@ -258,7 +258,7 @@ class Catalog {
258
258
  * @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
259
259
  * @name createBulkInventory
260
260
  * @summary: Create bulk inventory
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/).
261
+ * @description: Helps to create products in bulk push to kafka for approval/creation. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createBulkInventory/).
262
262
  */
263
263
  async createBulkInventory(
264
264
  { batchId, body, requestHeaders } = { requestHeaders: {} },
@@ -339,7 +339,7 @@ class Catalog {
339
339
  * @returns {Promise<CatalogPlatformModel.BulkResponseSchema>} - Success response
340
340
  * @name createBulkInventoryJob
341
341
  * @summary: Create bulk inventory upload job
342
- * @description: Helps to create a bulk Inventory upload job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createBulkInventoryJob/).
342
+ * @description: Helps to create a bulk Inventory upload job. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createBulkInventoryJob/).
343
343
  */
344
344
  async createBulkInventoryJob(
345
345
  { body, requestHeaders } = { requestHeaders: {} },
@@ -420,7 +420,7 @@ class Catalog {
420
420
  * @returns {Promise<CatalogPlatformModel.BulkResponseSchema>} - Success response
421
421
  * @name createBulkProductUploadJob
422
422
  * @summary: Create products bulk upload
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/).
423
+ * @description: This API helps to create a bulk products upload job. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createBulkProductUploadJob/).
424
424
  */
425
425
  async createBulkProductUploadJob(
426
426
  { body, requestHeaders } = { requestHeaders: {} },
@@ -502,7 +502,7 @@ class Catalog {
502
502
  * Success response
503
503
  * @name createInventoryExport
504
504
  * @summary: Create inventory export
505
- * @description: creates export job for inventory data associated with a company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createInventoryExport/).
505
+ * @description: creates export job for inventory data associated with a company - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createInventoryExport/).
506
506
  */
507
507
  async createInventoryExport(
508
508
  { body, requestHeaders } = { requestHeaders: {} },
@@ -582,7 +582,7 @@ class Catalog {
582
582
  * Success response
583
583
  * @name createInventoryExportJob
584
584
  * @summary: Create inventory export job
585
- * @description: Helps to create a Inventory export job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createInventoryExportJob/).
585
+ * @description: Helps to create a Inventory export job. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createInventoryExportJob/).
586
586
  */
587
587
  async createInventoryExportJob(
588
588
  { body, requestHeaders } = { requestHeaders: {} },
@@ -665,7 +665,7 @@ class Catalog {
665
665
  *
666
666
  * @name createMarketplaceOptin
667
667
  * @summary: Create or Update opt-in infomation
668
- * @description: Allows to create opt-in information for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createMarketplaceOptin/).
668
+ * @description: Allows to create opt-in information for a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createMarketplaceOptin/).
669
669
  */
670
670
  async createMarketplaceOptin(
671
671
  { marketplaceSlug, body, requestHeaders } = { requestHeaders: {} },
@@ -748,7 +748,7 @@ class Catalog {
748
748
  * @returns {Promise<CatalogPlatformModel.SuccessResponseObject>} - Success response
749
749
  * @name createProduct
750
750
  * @summary: Create product
751
- * @description: Users can create a product using this API, associating it with the provided company ID - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProduct/).
751
+ * @description: Users can create a product using this API, associating it with the provided company ID - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createProduct/).
752
752
  */
753
753
  async createProduct(
754
754
  { body, requestHeaders } = { requestHeaders: {} },
@@ -827,7 +827,7 @@ class Catalog {
827
827
  * @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
828
828
  * @name createProductAssetsInBulk
829
829
  * @summary: Create product assets in bulk
830
- * @description: Helps to create a bulk asset upload job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProductAssetsInBulk/).
830
+ * @description: Helps to create a bulk asset upload job. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createProductAssetsInBulk/).
831
831
  */
832
832
  async createProductAssetsInBulk(
833
833
  { body, requestHeaders } = { requestHeaders: {} },
@@ -910,7 +910,7 @@ class Catalog {
910
910
  *
911
911
  * @name createProductBundle
912
912
  * @summary: Create product bundle
913
- * @description: Create product bundle in the catalog associated to a specific company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProductBundle/).
913
+ * @description: Create product bundle in the catalog associated to a specific company - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createProductBundle/).
914
914
  */
915
915
  async createProductBundle(
916
916
  { body, requestHeaders } = { requestHeaders: {} },
@@ -991,7 +991,7 @@ class Catalog {
991
991
  *
992
992
  * @name createProductExportJob
993
993
  * @summary: Create product export job
994
- * @description: Allows to create a product export job for a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProductExportJob/).
994
+ * @description: Allows to create a product export job for a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createProductExportJob/).
995
995
  */
996
996
  async createProductExportJob(
997
997
  { body, requestHeaders } = { requestHeaders: {} },
@@ -1072,7 +1072,7 @@ class Catalog {
1072
1072
  * @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
1073
1073
  * @name createProductsInBulk
1074
1074
  * @summary: Create products in bulk
1075
- * @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/).
1075
+ * @description: Helps to create products in bulk push to kafka for approval/creation. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createProductsInBulk/).
1076
1076
  */
1077
1077
  async createProductsInBulk(
1078
1078
  { batchId, body, requestHeaders } = { requestHeaders: {} },
@@ -1153,7 +1153,7 @@ class Catalog {
1153
1153
  * @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
1154
1154
  * @name createSizeGuide
1155
1155
  * @summary: Create size guide
1156
- * @description: Allows to create a size guide associated to a seller - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createSizeGuide/).
1156
+ * @description: Allows to create a size guide associated to a seller - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/createSizeGuide/).
1157
1157
  */
1158
1158
  async createSizeGuide(
1159
1159
  { body, requestHeaders } = { requestHeaders: {} },
@@ -1232,7 +1232,7 @@ class Catalog {
1232
1232
  * @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
1233
1233
  * @name deleteBulkInventoryJob
1234
1234
  * @summary: Delete inventory bulk upload job
1235
- * @description: Allows to delete bulk Inventory job associated with company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteBulkInventoryJob/).
1235
+ * @description: Allows to delete bulk Inventory job associated with company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteBulkInventoryJob/).
1236
1236
  */
1237
1237
  async deleteBulkInventoryJob(
1238
1238
  { batchId, requestHeaders } = { requestHeaders: {} },
@@ -1313,7 +1313,7 @@ class Catalog {
1313
1313
  * @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
1314
1314
  * @name deleteProduct
1315
1315
  * @summary: Delete product
1316
- * @description: Users can delete a product by providing the item_id and company_id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteProduct/).
1316
+ * @description: Users can delete a product by providing the item_id and company_id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteProduct/).
1317
1317
  */
1318
1318
  async deleteProduct(
1319
1319
  { itemId, requestHeaders } = { requestHeaders: {} },
@@ -1392,7 +1392,7 @@ class Catalog {
1392
1392
  * @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
1393
1393
  * @name deleteProductBulkJob
1394
1394
  * @summary: Delete product bulk-upload job
1395
- * @description: Allows to delete bulk product job associated with company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteProductBulkJob/).
1395
+ * @description: Allows to delete bulk product job associated with company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteProductBulkJob/).
1396
1396
  */
1397
1397
  async deleteProductBulkJob(
1398
1398
  { batchId, requestHeaders } = { requestHeaders: {} },
@@ -1472,7 +1472,7 @@ class Catalog {
1472
1472
  * Success response
1473
1473
  * @name deleteRealtimeInventory
1474
1474
  * @summary: Delete an inventory
1475
- * @description: You can use this API to delete inventory linked to a particular product size. When you make the API call, the inventory associated with that size will be removed as part of api process. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteRealtimeInventory/).
1475
+ * @description: You can use this API to delete inventory linked to a particular product size. When you make the API call, the inventory associated with that size will be removed as part of api process. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteRealtimeInventory/).
1476
1476
  */
1477
1477
  async deleteRealtimeInventory(
1478
1478
  { itemId, sellerIdentifier, body, requestHeaders } = { requestHeaders: {} },
@@ -1559,7 +1559,7 @@ class Catalog {
1559
1559
  *
1560
1560
  * @name deleteSize
1561
1561
  * @summary: Delete product size
1562
- * @description: Allows to delete size associated with product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteSize/).
1562
+ * @description: Allows to delete size associated with product. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/deleteSize/).
1563
1563
  */
1564
1564
  async deleteSize(
1565
1565
  { itemId, size, requestHeaders } = { requestHeaders: {} },
@@ -1640,7 +1640,7 @@ class Catalog {
1640
1640
  * @returns {Promise<string>} - Success response
1641
1641
  * @name downloadInventoryTemplateView
1642
1642
  * @summary: Download inventory template data
1643
- * @description: Allows you to download inventory product template data for a specific company in formats like csv and excel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/downloadInventoryTemplateView/).
1643
+ * @description: Allows you to download inventory product template data for a specific company in formats like csv and excel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/downloadInventoryTemplateView/).
1644
1644
  */
1645
1645
  async downloadInventoryTemplateView(
1646
1646
  { schemaType, type, requestHeaders } = { requestHeaders: {} },
@@ -1724,7 +1724,7 @@ class Catalog {
1724
1724
  * @returns {Promise<string>} - Success response
1725
1725
  * @name downloadProductTemplateViews
1726
1726
  * @summary: Download product template view
1727
- * @description: Allows you to download product template data by its slug for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/downloadProductTemplateViews/).
1727
+ * @description: Allows you to download product template data by its slug for a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/downloadProductTemplateViews/).
1728
1728
  */
1729
1729
  async downloadProductTemplateViews(
1730
1730
  { slug, itemType, type, requestHeaders } = { requestHeaders: {} },
@@ -1808,7 +1808,7 @@ class Catalog {
1808
1808
  * @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
1809
1809
  * @name editProduct
1810
1810
  * @summary: Update a product
1811
- * @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/).
1811
+ * @description: Modify the details and settings of an existing product in the catalog. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/editProduct/).
1812
1812
  */
1813
1813
  async editProduct(
1814
1814
  { itemId, body, requestHeaders } = { requestHeaders: {} },
@@ -1887,7 +1887,7 @@ class Catalog {
1887
1887
  * @returns {Promise<CatalogPlatformModel.InventoryConfig>} - Success response
1888
1888
  * @name exportInventoryConfig
1889
1889
  * @summary: Get export inventory configuration
1890
- * @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/).
1890
+ * @description: Retrieve List of different filters like brand, store, and type for inventory export. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/exportInventoryConfig/).
1891
1891
  */
1892
1892
  async exportInventoryConfig(
1893
1893
  { filterType, requestHeaders } = { requestHeaders: {} },
@@ -1969,7 +1969,7 @@ class Catalog {
1969
1969
  *
1970
1970
  * @name getAllProductHsnCodes
1971
1971
  * @summary: List product HSN codes
1972
- * @description: Retrieve all HSN codes associated with company products and provide search capabilities based on HSN code, reporting HSN, etc - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAllProductHsnCodes/).
1972
+ * @description: Retrieve all HSN codes associated with company products and provide search capabilities based on HSN code, reporting HSN, etc - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAllProductHsnCodes/).
1973
1973
  */
1974
1974
  async getAllProductHsnCodes(
1975
1975
  { pageNo, pageSize, q, type, requestHeaders } = { requestHeaders: {} },
@@ -2058,7 +2058,7 @@ class Catalog {
2058
2058
  * @returns {Promise<CatalogPlatformModel.AttributeDetail>} - Success response
2059
2059
  * @name getAttribute
2060
2060
  * @summary: Get attribute detail by slug
2061
- * @description: Retrieve the attribute detail for catalog listings by attribute slug passed for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAttribute/).
2061
+ * @description: Retrieve the attribute detail for catalog listings by attribute slug passed for a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getAttribute/).
2062
2062
  */
2063
2063
  async getAttribute(
2064
2064
  { attributeSlug, requestHeaders } = { requestHeaders: {} },
@@ -2138,7 +2138,7 @@ class Catalog {
2138
2138
  * Success response
2139
2139
  * @name getCategoryData
2140
2140
  * @summary: Get category by uid
2141
- * @description: Retrieve detailed information about a specific category by its uid for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCategoryData/).
2141
+ * @description: Retrieve detailed information about a specific category by its uid for a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCategoryData/).
2142
2142
  */
2143
2143
  async getCategoryData(
2144
2144
  { uid, requestHeaders } = { requestHeaders: {} },
@@ -2218,7 +2218,7 @@ class Catalog {
2218
2218
  * Success response
2219
2219
  * @name getCompanyBrandDetail
2220
2220
  * @summary: list Company Brand of Optin
2221
- * @description: Get the details of the Brands associated with the given company_id passed which has opt-in. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyBrandDetail/).
2221
+ * @description: Get the details of the Brands associated with the given company_id passed which has opt-in. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCompanyBrandDetail/).
2222
2222
  */
2223
2223
  async getCompanyBrandDetail(
2224
2224
  { isActive, q, pageNo, pageSize, marketplace, requestHeaders } = {
@@ -2312,7 +2312,7 @@ class Catalog {
2312
2312
  * @returns {Promise<CatalogPlatformModel.OptinCompanyDetail>} - Success response
2313
2313
  * @name getCompanyDetail
2314
2314
  * @summary: Get Company
2315
- * @description: Get the details of the company associated with the given company_id passed which has opt-in. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyDetail/).
2315
+ * @description: Get the details of the company associated with the given company_id passed which has opt-in. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCompanyDetail/).
2316
2316
  */
2317
2317
  async getCompanyDetail(
2318
2318
  { requestHeaders } = { requestHeaders: {} },
@@ -2387,7 +2387,7 @@ class Catalog {
2387
2387
  * @returns {Promise<CatalogPlatformModel.OptinCompanyMetrics>} - Success response
2388
2388
  * @name getCompanyMetrics
2389
2389
  * @summary: Get company metrics
2390
- * @description: Allows viewing company metrics, including brand and store status, as well as the number of verified and unverified products, company documents, and store documents. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyMetrics/).
2390
+ * @description: Allows viewing company metrics, including brand and store status, as well as the number of verified and unverified products, company documents, and store documents. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getCompanyMetrics/).
2391
2391
  */
2392
2392
  async getCompanyMetrics(
2393
2393
  { requestHeaders } = { requestHeaders: {} },
@@ -2463,7 +2463,7 @@ class Catalog {
2463
2463
  * Success response
2464
2464
  * @name getDepartmentData
2465
2465
  * @summary: Get department by uid
2466
- * @description: Retrieve detailed information about a specific department for a specific company by uid. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getDepartmentData/).
2466
+ * @description: Retrieve detailed information about a specific department for a specific company by uid. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getDepartmentData/).
2467
2467
  */
2468
2468
  async getDepartmentData(
2469
2469
  { uid, requestHeaders } = { requestHeaders: {} },
@@ -2542,7 +2542,7 @@ class Catalog {
2542
2542
  * @returns {Promise<CatalogPlatformModel.HsnCode>} - Success response
2543
2543
  * @name getHsnCode
2544
2544
  * @summary: List HSN code
2545
- * @description: Retrieve the HSN code for a product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getHsnCode/).
2545
+ * @description: Retrieve the HSN code for a product. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getHsnCode/).
2546
2546
  */
2547
2547
  async getHsnCode(
2548
2548
  { id, requestHeaders } = { requestHeaders: {} },
@@ -2620,7 +2620,7 @@ class Catalog {
2620
2620
  * Success response
2621
2621
  * @name getInventories
2622
2622
  * @summary: List Inventory
2623
- * @description: Allows to get Inventories data for particular company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventories/).
2623
+ * @description: Allows to get Inventories data for particular company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getInventories/).
2624
2624
  */
2625
2625
  async getInventories(
2626
2626
  {
@@ -2850,12 +2850,19 @@ class Catalog {
2850
2850
  * @returns {Promise<CatalogPlatformModel.BulkInventoryGet>} - Success response
2851
2851
  * @name getInventoryBulkUploadHistory
2852
2852
  * @summary: List bulk inventory upload history
2853
- * @description: Helps to get bulk Inventory upload jobs status. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryBulkUploadHistory/).
2853
+ * @description: Helps to get bulk Inventory upload jobs status. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getInventoryBulkUploadHistory/).
2854
2854
  */
2855
2855
  async getInventoryBulkUploadHistory(
2856
- { pageNo, pageSize, search, startDate, endDate, stage, requestHeaders } = {
2857
- requestHeaders: {},
2858
- },
2856
+ {
2857
+ pageNo,
2858
+ pageSize,
2859
+ search,
2860
+ startDate,
2861
+ endDate,
2862
+ stage,
2863
+ tags,
2864
+ requestHeaders,
2865
+ } = { requestHeaders: {} },
2859
2866
  { responseHeaders } = { responseHeaders: false }
2860
2867
  ) {
2861
2868
  const {
@@ -2868,6 +2875,7 @@ class Catalog {
2868
2875
  startDate,
2869
2876
  endDate,
2870
2877
  stage,
2878
+ tags,
2871
2879
  },
2872
2880
  { abortEarly: false, allowUnknown: true }
2873
2881
  );
@@ -2886,6 +2894,7 @@ class Catalog {
2886
2894
  startDate,
2887
2895
  endDate,
2888
2896
  stage,
2897
+ tags,
2889
2898
  },
2890
2899
  { abortEarly: false, allowUnknown: false }
2891
2900
  );
@@ -2903,6 +2912,7 @@ class Catalog {
2903
2912
  query_params["start_date"] = startDate;
2904
2913
  query_params["end_date"] = endDate;
2905
2914
  query_params["stage"] = stage;
2915
+ query_params["tags"] = tags;
2906
2916
 
2907
2917
  const xHeaders = {};
2908
2918
 
@@ -2951,6 +2961,7 @@ class Catalog {
2951
2961
  * @param {string} [arg.endDate] - Filter results by the job's end date.
2952
2962
  * @param {string} [arg.stage] - Filter results by the current stage of the
2953
2963
  * import job.
2964
+ * @param {string} [arg.tags] - Filter results by the tags of the import job.
2954
2965
  * @returns {Paginator<CatalogPlatformModel.BulkInventoryGet>}
2955
2966
  * @summary: List bulk inventory upload history
2956
2967
  * @description: Helps to get bulk Inventory upload jobs status.
@@ -2961,6 +2972,7 @@ class Catalog {
2961
2972
  startDate,
2962
2973
  endDate,
2963
2974
  stage,
2975
+ tags,
2964
2976
  } = {}) {
2965
2977
  const paginator = new Paginator();
2966
2978
  const callback = async () => {
@@ -2974,6 +2986,7 @@ class Catalog {
2974
2986
  startDate: startDate,
2975
2987
  endDate: endDate,
2976
2988
  stage: stage,
2989
+ tags: tags,
2977
2990
  });
2978
2991
  paginator.setPaginator({
2979
2992
  hasNext: data.page.has_next ? true : false,
@@ -2993,7 +3006,7 @@ class Catalog {
2993
3006
  * Success response
2994
3007
  * @name getInventoryBySize
2995
3008
  * @summary: List inventory by size
2996
- * @description: Retrieve inventory data for a specific company, item ID, and size. The API supports search capabilities based on selling location (store) code and product availability (in stock or not)." - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryBySize/).
3009
+ * @description: Retrieve inventory data for a specific company, item ID, and size. The API supports search capabilities based on selling location (store) code and product availability (in stock or not)." - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getInventoryBySize/).
2997
3010
  */
2998
3011
  async getInventoryBySize(
2999
3012
  { itemId, size, pageNo, pageSize, q, sellable, requestHeaders } = {
@@ -3128,7 +3141,7 @@ class Catalog {
3128
3141
  *
3129
3142
  * @name getInventoryBySizeIdentifier
3130
3143
  * @summary: List inventory by size
3131
- * @description: Retrieve inventory data for a specific company, item ID, and seller identifier. The API supports search capabilities using store codes and location IDs. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryBySizeIdentifier/).
3144
+ * @description: Retrieve inventory data for a specific company, item ID, and seller identifier. The API supports search capabilities using store codes and location IDs. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getInventoryBySizeIdentifier/).
3132
3145
  */
3133
3146
  async getInventoryBySizeIdentifier(
3134
3147
  {
@@ -3274,7 +3287,7 @@ class Catalog {
3274
3287
  * @returns {Promise<CatalogPlatformModel.InventoryExportJob>} - Success response
3275
3288
  * @name getInventoryExport
3276
3289
  * @summary: list product inventory
3277
- * @description: Retrieves inventory for all products for that particular company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryExport/).
3290
+ * @description: Retrieves inventory for all products for that particular company - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getInventoryExport/).
3278
3291
  */
3279
3292
  async getInventoryExport(
3280
3293
  { requestHeaders } = { requestHeaders: {} },
@@ -3349,7 +3362,7 @@ class Catalog {
3349
3362
  * @returns {Promise<CatalogPlatformModel.GetOptInPlatform>} - Success response
3350
3363
  * @name getMarketplaceOptinDetail
3351
3364
  * @summary: Get opt-in
3352
- * @description: Allows to fetch opt-in information for a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getMarketplaceOptinDetail/).
3365
+ * @description: Allows to fetch opt-in information for a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getMarketplaceOptinDetail/).
3353
3366
  */
3354
3367
  async getMarketplaceOptinDetail(
3355
3368
  { requestHeaders } = { requestHeaders: {} },
@@ -3426,7 +3439,7 @@ class Catalog {
3426
3439
  * @returns {Promise<CatalogPlatformModel.GetAllMarketplaces>} - Success response
3427
3440
  * @name getMarketplaces
3428
3441
  * @summary: List marketplaces
3429
- * @description: Allows to get all marketplaces information for a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getMarketplaces/).
3442
+ * @description: Allows to get all marketplaces information for a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getMarketplaces/).
3430
3443
  */
3431
3444
  async getMarketplaces(
3432
3445
  { requestHeaders } = { requestHeaders: {} },
@@ -3502,7 +3515,7 @@ class Catalog {
3502
3515
  * Success response
3503
3516
  * @name getOptimalLocations
3504
3517
  * @summary: Get optimal locations
3505
- * @description: This API returns the optimal locations where inventory is available for the given articles. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getOptimalLocations/).
3518
+ * @description: This API returns the optimal locations where inventory is available for the given articles. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getOptimalLocations/).
3506
3519
  */
3507
3520
  async getOptimalLocations(
3508
3521
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3582,7 +3595,7 @@ class Catalog {
3582
3595
  * Success response
3583
3596
  * @name getProduct
3584
3597
  * @summary: Get a product
3585
- * @description: Retrieve data associated to a particular product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProduct/).
3598
+ * @description: Retrieve data associated to a particular product. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProduct/).
3586
3599
  */
3587
3600
  async getProduct(
3588
3601
  { itemId, brandUid, itemCode, requestHeaders } = { requestHeaders: {} },
@@ -3665,7 +3678,7 @@ class Catalog {
3665
3678
  * @returns {Promise<CatalogPlatformModel.BulkAssetResponseSchema>} - Success response
3666
3679
  * @name getProductAssetsInBulk
3667
3680
  * @summary: Get product assets
3668
- * @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/).
3681
+ * @description: Helps to retrieve bulk asset jobs data associated to a particular company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductAssetsInBulk/).
3669
3682
  */
3670
3683
  async getProductAssetsInBulk(
3671
3684
  { pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
@@ -3780,7 +3793,7 @@ class Catalog {
3780
3793
  *
3781
3794
  * @name getProductAttributes
3782
3795
  * @summary: List product attributes
3783
- * @description: Retrieve attributes attached to products based on their L3 category. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductAttributes/).
3796
+ * @description: Retrieve attributes attached to products based on their L3 category. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductAttributes/).
3784
3797
  */
3785
3798
  async getProductAttributes(
3786
3799
  { category, filter, requestHeaders } = { requestHeaders: {} },
@@ -3863,7 +3876,7 @@ class Catalog {
3863
3876
  * @returns {Promise<CatalogPlatformModel.ProductBulkRequestList>} - Success response
3864
3877
  * @name getProductBulkUploadHistory
3865
3878
  * @summary: List product bulk upload history
3866
- * @description: Helps to get bulk product upload jobs data. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBulkUploadHistory/).
3879
+ * @description: Helps to get bulk product upload jobs data. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductBulkUploadHistory/).
3867
3880
  */
3868
3881
  async getProductBulkUploadHistory(
3869
3882
  { search, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
@@ -3983,7 +3996,7 @@ class Catalog {
3983
3996
  *
3984
3997
  * @name getProductBundle
3985
3998
  * @summary: List product bundles
3986
- * @description: Retrieve a list of product bundles available in the catalog associated to a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBundle/).
3999
+ * @description: Retrieve a list of product bundles available in the catalog associated to a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductBundle/).
3987
4000
  */
3988
4001
  async getProductBundle(
3989
4002
  { q, slug, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
@@ -4074,7 +4087,7 @@ class Catalog {
4074
4087
  *
4075
4088
  * @name getProductBundleDetail
4076
4089
  * @summary: Get product bundle
4077
- * @description: Retrieve detailed information about a specific product bundle associated to a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBundleDetail/).
4090
+ * @description: Retrieve detailed information about a specific product bundle associated to a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductBundleDetail/).
4078
4091
  */
4079
4092
  async getProductBundleDetail(
4080
4093
  { id, requestHeaders } = { requestHeaders: {} },
@@ -4157,7 +4170,7 @@ class Catalog {
4157
4170
  *
4158
4171
  * @name getProductExportJobs
4159
4172
  * @summary: Get product export jobs
4160
- * @description: Get product export jobs specific to a company based on queries like query param, date range and status. View details including trigger data, task id , etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductExportJobs/).
4173
+ * @description: Get product export jobs specific to a company based on queries like query param, date range and status. View details including trigger data, task id , etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductExportJobs/).
4161
4174
  */
4162
4175
  async getProductExportJobs(
4163
4176
  { status, fromDate, toDate, q, pageNo, pageSize, requestHeaders } = {
@@ -4255,7 +4268,7 @@ class Catalog {
4255
4268
  * Success response
4256
4269
  * @name getProductSize
4257
4270
  * @summary: List product size
4258
- * @description: Retrieve data associated to a particular product size. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductSize/).
4271
+ * @description: Retrieve data associated to a particular product size. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductSize/).
4259
4272
  */
4260
4273
  async getProductSize(
4261
4274
  { itemId, itemCode, brandUid, uid, requestHeaders } = {
@@ -4346,7 +4359,7 @@ class Catalog {
4346
4359
  * Success response
4347
4360
  * @name getProductTags
4348
4361
  * @summary: List product tags
4349
- * @description: Retrieve tags data associated to a particular company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductTags/).
4362
+ * @description: Retrieve tags data associated to a particular company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductTags/).
4350
4363
  */
4351
4364
  async getProductTags(
4352
4365
  { requestHeaders } = { requestHeaders: {} },
@@ -4421,7 +4434,7 @@ class Catalog {
4421
4434
  * @returns {Promise<CatalogPlatformModel.ValidateProduct>} - Success response
4422
4435
  * @name getProductValidation
4423
4436
  * @summary: Get valid products
4424
- * @description: Retrieve validation data for products at company level. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductValidation/).
4437
+ * @description: Retrieve validation data for products at company level. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProductValidation/).
4425
4438
  */
4426
4439
  async getProductValidation(
4427
4440
  { requestHeaders } = { requestHeaders: {} },
@@ -4497,7 +4510,7 @@ class Catalog {
4497
4510
  * Success response
4498
4511
  * @name getProducts
4499
4512
  * @summary: List products
4500
- * @description: Retrieve a list of available products - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProducts/).
4513
+ * @description: Retrieve a list of available products - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getProducts/).
4501
4514
  */
4502
4515
  async getProducts(
4503
4516
  {
@@ -4704,7 +4717,7 @@ class Catalog {
4704
4717
  * Success response
4705
4718
  * @name getSellerInsights
4706
4719
  * @summary: Get seller catalog counts
4707
- * @description: Retrieve the count of catalog related data for sellers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSellerInsights/).
4720
+ * @description: Retrieve the count of catalog related data for sellers. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getSellerInsights/).
4708
4721
  */
4709
4722
  async getSellerInsights(
4710
4723
  { sellerAppId, requestHeaders } = { requestHeaders: {} },
@@ -4783,7 +4796,7 @@ class Catalog {
4783
4796
  * @returns {Promise<CatalogPlatformModel.HSNDataInsertV2>} - Success response
4784
4797
  * @name getSingleProductHSNCode
4785
4798
  * @summary: Get product HSN code
4786
- * @description: Retrieve HSN details associated with company ID and reporting HSN - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSingleProductHSNCode/).
4799
+ * @description: Retrieve HSN details associated with company ID and reporting HSN - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getSingleProductHSNCode/).
4787
4800
  */
4788
4801
  async getSingleProductHSNCode(
4789
4802
  { reportingHsn, requestHeaders } = { requestHeaders: {} },
@@ -4860,7 +4873,7 @@ class Catalog {
4860
4873
  * @returns {Promise<CatalogPlatformModel.SizeGuideResponseSchema>} - Success response
4861
4874
  * @name getSizeGuide
4862
4875
  * @summary: Get size guide
4863
- * @description: Retrieve data associated about a specific size guide. It contains meta deta like header values like for shoulder, head, etc. and measurement unit like cm and values contains sizes for the same. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSizeGuide/).
4876
+ * @description: Retrieve data associated about a specific size guide. It contains meta deta like header values like for shoulder, head, etc. and measurement unit like cm and values contains sizes for the same. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getSizeGuide/).
4864
4877
  */
4865
4878
  async getSizeGuide(
4866
4879
  { id, requestHeaders } = { requestHeaders: {} },
@@ -4939,7 +4952,7 @@ class Catalog {
4939
4952
  * @returns {Promise<CatalogPlatformModel.ListSizeGuide>} - Success response
4940
4953
  * @name getSizeGuides
4941
4954
  * @summary: List size guides
4942
- * @description: Allows to view all the size guides associated to the seller. Each size guide contains meta deta like header values like for shoulder, head, etc. and measurement unit like cm and values contains sizes for the same. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSizeGuides/).
4955
+ * @description: Allows to view all the size guides associated to the seller. Each size guide contains meta deta like header values like for shoulder, head, etc. and measurement unit like cm and values contains sizes for the same. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getSizeGuides/).
4943
4956
  */
4944
4957
  async getSizeGuides(
4945
4958
  { active, q, tag, pageNo, pageSize, brandId, requestHeaders } = {
@@ -5036,7 +5049,7 @@ class Catalog {
5036
5049
  * @returns {Promise<CatalogPlatformModel.OptinStoreDetails>} - Success response
5037
5050
  * @name getStoreDetail
5038
5051
  * @summary: Get selling location
5039
- * @description: Retrieve the details of the selling location (store) associated with a specific company passed. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getStoreDetail/).
5052
+ * @description: Retrieve the details of the selling location (store) associated with a specific company passed. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getStoreDetail/).
5040
5053
  */
5041
5054
  async getStoreDetail(
5042
5055
  { q, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
@@ -5153,7 +5166,7 @@ class Catalog {
5153
5166
  * Success response
5154
5167
  * @name getVariantsOfProducts
5155
5168
  * @summary: Get variants
5156
- * @description: Retrieve variants of a specific product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getVariantsOfProducts/).
5169
+ * @description: Retrieve variants of a specific product. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/getVariantsOfProducts/).
5157
5170
  */
5158
5171
  async getVariantsOfProducts(
5159
5172
  { itemId, variantType, pageNo, pageSize, requestHeaders } = {
@@ -5274,7 +5287,7 @@ class Catalog {
5274
5287
  * @returns {Promise<CatalogPlatformModel.CategoryResponseSchema>} - Success response
5275
5288
  * @name listCategories
5276
5289
  * @summary: List categories
5277
- * @description: Retrieve a list of categories data associated to a specific company and queries passed in the request. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listCategories/).
5290
+ * @description: Retrieve a list of categories data associated to a specific company and queries passed in the request. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/listCategories/).
5278
5291
  */
5279
5292
  async listCategories(
5280
5293
  { level, department, q, pageNo, pageSize, uids, slug, requestHeaders } = {
@@ -5413,7 +5426,7 @@ class Catalog {
5413
5426
  * Success response
5414
5427
  * @name listDepartmentsData
5415
5428
  * @summary: List company department
5416
- * @description: Allows you to list all departments data for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listDepartmentsData/).
5429
+ * @description: Allows you to list all departments data for a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/listDepartmentsData/).
5417
5430
  */
5418
5431
  async listDepartmentsData(
5419
5432
  {
@@ -5568,7 +5581,7 @@ class Catalog {
5568
5581
  * @returns {Promise<CatalogPlatformModel.HSNCodesResponseSchema>} - Success response
5569
5582
  * @name listHSNCodes
5570
5583
  * @summary: List HSN codes
5571
- * @description: Retrieve a list of Harmonized System Nomenclature (HSN) codes for a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listHSNCodes/).
5584
+ * @description: Retrieve a list of Harmonized System Nomenclature (HSN) codes for a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/listHSNCodes/).
5572
5585
  */
5573
5586
  async listHSNCodes(
5574
5587
  { requestHeaders } = { requestHeaders: {} },
@@ -5645,7 +5658,7 @@ class Catalog {
5645
5658
  *
5646
5659
  * @name listInventoryExport
5647
5660
  * @summary: List inventory export jobs
5648
- * @description: Retrieve the history of inventory export jobs associated with the company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listInventoryExport/).
5661
+ * @description: Retrieve the history of inventory export jobs associated with the company - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/listInventoryExport/).
5649
5662
  */
5650
5663
  async listInventoryExport(
5651
5664
  { status, fromDate, toDate, q, pageNo, pageSize, requestHeaders } = {
@@ -5742,7 +5755,7 @@ class Catalog {
5742
5755
  * @returns {Promise<CatalogPlatformModel.TemplatesResponseSchema>} - Success response
5743
5756
  * @name listProductTemplate
5744
5757
  * @summary: List product templates
5745
- * @description: Allows you to list all product templates for a specific company. also can filter by department. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplate/).
5758
+ * @description: Allows you to list all product templates for a specific company. also can filter by department. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/listProductTemplate/).
5746
5759
  */
5747
5760
  async listProductTemplate(
5748
5761
  { department, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
@@ -5832,7 +5845,7 @@ class Catalog {
5832
5845
  *
5833
5846
  * @name listProductTemplateCategories
5834
5847
  * @summary: List product template categories
5835
- * @description: Allows you to list all product template categories values for the departments specified for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplateCategories/).
5848
+ * @description: Allows you to list all product template categories values for the departments specified for a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/listProductTemplateCategories/).
5836
5849
  */
5837
5850
  async listProductTemplateCategories(
5838
5851
  { departments, itemType, requestHeaders } = { requestHeaders: {} },
@@ -5921,7 +5934,7 @@ class Catalog {
5921
5934
  *
5922
5935
  * @name listProductTemplateExportDetails
5923
5936
  * @summary: List export product templates
5924
- * @description: Retrieve export details related to product templates for a specific company. Can view details including trigger data, task id , etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplateExportDetails/).
5937
+ * @description: Retrieve export details related to product templates for a specific company. Can view details including trigger data, task id , etc. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/listProductTemplateExportDetails/).
5925
5938
  */
5926
5939
  async listProductTemplateExportDetails(
5927
5940
  { requestHeaders } = { requestHeaders: {} },
@@ -5999,7 +6012,7 @@ class Catalog {
5999
6012
  * Success response
6000
6013
  * @name listTemplateBrandTypeValues
6001
6014
  * @summary: List template brand
6002
- * @description: Retrieve values related to template brand types for a specific company. The filter type query parameter defines what type of data to return. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listTemplateBrandTypeValues/).
6015
+ * @description: Retrieve values related to template brand types for a specific company. The filter type query parameter defines what type of data to return. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/listTemplateBrandTypeValues/).
6003
6016
  */
6004
6017
  async listTemplateBrandTypeValues(
6005
6018
  { filter, templateTag, itemType, requestHeaders } = { requestHeaders: {} },
@@ -6087,7 +6100,7 @@ class Catalog {
6087
6100
  * @returns {Promise<CatalogPlatformModel.HsnCode>} - Success response
6088
6101
  * @name updateHsnCode
6089
6102
  * @summary: Update HSN code
6090
- * @description: Modify the HSN code associated with a product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateHsnCode/).
6103
+ * @description: Modify the HSN code associated with a product. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateHsnCode/).
6091
6104
  */
6092
6105
  async updateHsnCode(
6093
6106
  { id, body, requestHeaders } = { requestHeaders: {} },
@@ -6169,7 +6182,7 @@ class Catalog {
6169
6182
  * Success response
6170
6183
  * @name updateInventories
6171
6184
  * @summary: Update inventories
6172
- * @description: Allows to add Inventory for particular size and selling location. for associated companies - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateInventories/).
6185
+ * @description: Allows to add Inventory for particular size and selling location. for associated companies - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateInventories/).
6173
6186
  */
6174
6187
  async updateInventories(
6175
6188
  { body, requestHeaders } = { requestHeaders: {} },
@@ -6250,7 +6263,7 @@ class Catalog {
6250
6263
  *
6251
6264
  * @name updateLocationPrice
6252
6265
  * @summary: Update an Article Price
6253
- * @description: enables you to update article price for a specific size and selling location (store). The price updates will be reflected instantly after the API call. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateLocationPrice/).
6266
+ * @description: enables you to update article price for a specific size and selling location (store). The price updates will be reflected instantly after the API call. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateLocationPrice/).
6254
6267
  */
6255
6268
  async updateLocationPrice(
6256
6269
  { storeId, sellerIdentifier, body, requestHeaders } = {
@@ -6337,7 +6350,7 @@ class Catalog {
6337
6350
  *
6338
6351
  * @name updateLocationQuantity
6339
6352
  * @summary: Update an Article Quantity
6340
- * @description: enables you to update article quantity for a specific size and selling location (store). The quantity updates will be reflected instantly after the API call. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateLocationQuantity/).
6353
+ * @description: enables you to update article quantity for a specific size and selling location (store). The quantity updates will be reflected instantly after the API call. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateLocationQuantity/).
6341
6354
  */
6342
6355
  async updateLocationQuantity(
6343
6356
  { storeId, sellerIdentifier, body, requestHeaders } = {
@@ -6426,7 +6439,7 @@ class Catalog {
6426
6439
  *
6427
6440
  * @name updateMarketplaceOptin
6428
6441
  * @summary: Update marketplace optin
6429
- * @description: Allows to update marketplace optin for a company by marketplace_slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateMarketplaceOptin/).
6442
+ * @description: Allows to update marketplace optin for a company by marketplace_slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateMarketplaceOptin/).
6430
6443
  */
6431
6444
  async updateMarketplaceOptin(
6432
6445
  { marketplaceSlug, body, requestHeaders } = { requestHeaders: {} },
@@ -6511,7 +6524,7 @@ class Catalog {
6511
6524
  *
6512
6525
  * @name updateProductBundle
6513
6526
  * @summary: Update product bundle
6514
- * @description: Modify the details of an existing product bundle in the catalog associated to a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateProductBundle/).
6527
+ * @description: Modify the details of an existing product bundle in the catalog associated to a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateProductBundle/).
6515
6528
  */
6516
6529
  async updateProductBundle(
6517
6530
  { id, body, requestHeaders } = { requestHeaders: {} },
@@ -6593,7 +6606,7 @@ class Catalog {
6593
6606
  * Success response
6594
6607
  * @name updateRealtimeInventory
6595
6608
  * @summary: Update an inventory
6596
- * @description: enables you to add inventory for a specific size and selling location (store). The inventory updates will be reflected instantly after the API call. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateRealtimeInventory/).
6609
+ * @description: enables you to add inventory for a specific size and selling location (store). The inventory updates will be reflected instantly after the API call. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateRealtimeInventory/).
6597
6610
  */
6598
6611
  async updateRealtimeInventory(
6599
6612
  { itemId, sellerIdentifier, body, requestHeaders } = { requestHeaders: {} },
@@ -6678,7 +6691,7 @@ class Catalog {
6678
6691
  * @returns {Promise<CatalogPlatformModel.SuccessResponseSchema>} - Success response
6679
6692
  * @name updateSizeGuide
6680
6693
  * @summary: Update size guide
6681
- * @description: Allows to edit a specific size guide. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateSizeGuide/).
6694
+ * @description: Allows to edit a specific size guide. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/updateSizeGuide/).
6682
6695
  */
6683
6696
  async updateSizeGuide(
6684
6697
  { id, body, requestHeaders } = { requestHeaders: {} },
@@ -6759,7 +6772,7 @@ class Catalog {
6759
6772
  * @returns {Promise<CatalogPlatformModel.BulkResponseSchema>} - Success response
6760
6773
  * @name uploadBulkProducts
6761
6774
  * @summary: Upload bulk products
6762
- * @description: Users can create multiple products by providing the required information needed for product creation in a CSV or Excel file format. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/uploadBulkProducts/).
6775
+ * @description: Users can create multiple products by providing the required information needed for product creation in a CSV or Excel file format. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/uploadBulkProducts/).
6763
6776
  */
6764
6777
  async uploadBulkProducts(
6765
6778
  { department, productType, body, requestHeaders } = { requestHeaders: {} },
@@ -6848,7 +6861,7 @@ class Catalog {
6848
6861
  *
6849
6862
  * @name validateProductGlobalTemplate
6850
6863
  * @summary: Validate product template
6851
- * @description: Allows you to list all product templates global validation values for all the fields present in the database for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/validateProductGlobalTemplate/).
6864
+ * @description: Allows you to list all product templates global validation values for all the fields present in the database for a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/validateProductGlobalTemplate/).
6852
6865
  */
6853
6866
  async validateProductGlobalTemplate(
6854
6867
  { itemType, bulk, requestHeaders } = { requestHeaders: {} },
@@ -6935,7 +6948,7 @@ class Catalog {
6935
6948
  *
6936
6949
  * @name validateProductTemplate
6937
6950
  * @summary: Validate product template
6938
- * @description: Allows you to list all product templates validation values by its slug for all the fields present in the database for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/validateProductTemplate/).
6951
+ * @description: Allows you to list all product templates validation values by its slug for all the fields present in the database for a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/validateProductTemplate/).
6939
6952
  */
6940
6953
  async validateProductTemplate(
6941
6954
  { slug, itemType, bulk, requestHeaders } = { requestHeaders: {} },
@@ -7026,7 +7039,7 @@ class Catalog {
7026
7039
  *
7027
7040
  * @name validateProductTemplateSchema
7028
7041
  * @summary: Validate product template schema
7029
- * @description: Allows you to list all product templates validation values for all the fields present in the database for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/validateProductTemplateSchema/).
7042
+ * @description: Allows you to list all product templates validation values for all the fields present in the database for a specific company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/catalog/validateProductTemplateSchema/).
7030
7043
  */
7031
7044
  async validateProductTemplateSchema(
7032
7045
  { itemType, schemaType, requestHeaders } = { requestHeaders: {} },