@gofynd/fdk-client-javascript 1.4.2-beta.7 → 1.4.4

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 (254) hide show
  1. package/README.md +1 -10
  2. package/application.d.ts +3 -3
  3. package/common.d.ts +3 -3
  4. package/index.d.ts +15 -15
  5. package/package.json +5 -3
  6. package/partner.d.ts +3 -3
  7. package/platform.d.ts +3 -3
  8. package/public.d.ts +2 -2
  9. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  10. package/sdk/application/ApplicationAPIClient.js +0 -1
  11. package/sdk/application/ApplicationClient.d.ts +17 -17
  12. package/sdk/application/ApplicationConfig.d.ts +3 -3
  13. package/sdk/application/Cart/CartApplicationClient.d.ts +58 -58
  14. package/sdk/application/Cart/CartApplicationClient.js +56 -56
  15. package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
  16. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
  17. package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
  18. package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
  19. package/sdk/application/Common/CommonApplicationClient.js +4 -4
  20. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
  21. package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
  22. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  23. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
  24. package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
  25. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
  26. package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
  27. package/sdk/application/Content/ContentApplicationClient.js +45 -45
  28. package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
  29. package/sdk/application/Content/ContentApplicationModel.js +26 -26
  30. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
  31. package/sdk/application/FileStorage/FileStorageApplicationClient.js +15 -9
  32. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  33. package/sdk/application/Lead/LeadApplicationClient.d.ts +12 -12
  34. package/sdk/application/Lead/LeadApplicationClient.js +10 -10
  35. package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
  36. package/sdk/application/Lead/LeadApplicationModel.js +42 -52
  37. package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
  38. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
  39. package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
  40. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
  41. package/sdk/application/Order/OrderApplicationClient.d.ts +19 -30
  42. package/sdk/application/Order/OrderApplicationClient.js +17 -97
  43. package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
  44. package/sdk/application/Order/OrderApplicationValidator.js +0 -13
  45. package/sdk/application/Payment/PaymentApplicationClient.d.ts +91 -91
  46. package/sdk/application/Payment/PaymentApplicationClient.js +94 -94
  47. package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
  48. package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
  49. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +6 -6
  50. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  51. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +29 -29
  52. package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
  53. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
  54. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +9 -9
  55. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  56. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
  57. package/sdk/application/Share/ShareApplicationClient.d.ts +9 -9
  58. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  59. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  60. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  61. package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
  62. package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
  63. package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
  64. package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
  65. package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
  66. package/sdk/application/User/UserApplicationClient.d.ts +76 -76
  67. package/sdk/application/User/UserApplicationClient.js +74 -74
  68. package/sdk/application/User/UserApplicationModel.d.ts +44 -13
  69. package/sdk/application/User/UserApplicationModel.js +17 -13
  70. package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
  71. package/sdk/application/index.d.ts +18 -18
  72. package/sdk/common/AxiosHelper.d.ts +1 -1
  73. package/sdk/common/AxiosHelper.js +38 -17
  74. package/sdk/common/Clickstream.js +22 -16
  75. package/sdk/common/curlHelper.js +1 -3
  76. package/sdk/common/utils.d.ts +15 -0
  77. package/sdk/common/utils.js +30 -0
  78. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +3 -3
  79. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
  80. package/sdk/partner/Lead/LeadPartnerClient.d.ts +3 -3
  81. package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
  82. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +5 -5
  83. package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
  84. package/sdk/partner/OAuthClient.d.ts +4 -4
  85. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  86. package/sdk/partner/PartnerAPIClient.js +0 -1
  87. package/sdk/partner/PartnerClient.d.ts +6 -6
  88. package/sdk/partner/PartnerConfig.d.ts +4 -4
  89. package/sdk/partner/Theme/ThemePartnerClient.d.ts +20 -20
  90. package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
  91. package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
  92. package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
  93. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +3 -3
  94. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  95. package/sdk/partner/index.d.ts +7 -7
  96. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +8 -8
  97. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +6 -6
  98. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  99. package/sdk/platform/Billing/BillingPlatformClient.d.ts +25 -25
  100. package/sdk/platform/Billing/BillingPlatformClient.js +23 -23
  101. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
  102. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +115 -115
  103. package/sdk/platform/Cart/CartPlatformApplicationClient.js +113 -113
  104. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
  105. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +147 -146
  106. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +146 -145
  107. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
  108. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +156 -156
  109. package/sdk/platform/Catalog/CatalogPlatformClient.js +153 -153
  110. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
  111. package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
  112. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
  113. package/sdk/platform/Common/CommonPlatformClient.d.ts +5 -5
  114. package/sdk/platform/Common/CommonPlatformClient.js +3 -3
  115. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +133 -133
  116. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +131 -131
  117. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
  118. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +4 -4
  119. package/sdk/platform/Communication/CommunicationPlatformClient.js +2 -2
  120. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
  121. package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
  122. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +28 -28
  123. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +25 -25
  124. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
  125. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
  126. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
  127. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +52 -52
  128. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +50 -50
  129. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
  130. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +31 -31
  131. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +29 -29
  132. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
  133. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +128 -128
  134. package/sdk/platform/Content/ContentPlatformApplicationClient.js +131 -131
  135. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +5 -5
  136. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
  137. package/sdk/platform/Content/ContentPlatformClient.d.ts +33 -33
  138. package/sdk/platform/Content/ContentPlatformClient.js +37 -37
  139. package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
  140. package/sdk/platform/Content/ContentPlatformModel.js +26 -26
  141. package/sdk/platform/Content/ContentPlatformValidator.d.ts +5 -5
  142. package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
  143. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +24 -24
  144. package/sdk/platform/Discount/DiscountPlatformClient.js +22 -22
  145. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
  146. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +24 -23
  147. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +32 -25
  148. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  149. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +15 -15
  150. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +28 -19
  151. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
  152. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +16 -2
  153. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
  154. package/sdk/platform/Finance/FinancePlatformClient.d.ts +30 -30
  155. package/sdk/platform/Finance/FinancePlatformClient.js +28 -28
  156. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
  157. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +19 -19
  158. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +17 -17
  159. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
  160. package/sdk/platform/Lead/LeadPlatformClient.d.ts +20 -20
  161. package/sdk/platform/Lead/LeadPlatformClient.js +18 -18
  162. package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
  163. package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
  164. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
  165. package/sdk/platform/OAuthClient.d.ts +3 -3
  166. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
  167. package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
  168. package/sdk/platform/Order/OrderPlatformClient.d.ts +111 -122
  169. package/sdk/platform/Order/OrderPlatformClient.js +109 -204
  170. package/sdk/platform/Order/OrderPlatformModel.d.ts +18 -2
  171. package/sdk/platform/Order/OrderPlatformModel.js +12 -2
  172. package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
  173. package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
  174. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
  175. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
  176. package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
  177. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +97 -97
  178. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +95 -95
  179. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
  180. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +13 -13
  181. package/sdk/platform/Payment/PaymentPlatformClient.js +11 -11
  182. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
  183. package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
  184. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
  185. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  186. package/sdk/platform/PlatformAPIClient.js +0 -1
  187. package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
  188. package/sdk/platform/PlatformClient.d.ts +19 -21
  189. package/sdk/platform/PlatformClient.js +0 -4
  190. package/sdk/platform/PlatformConfig.d.ts +4 -4
  191. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +14 -14
  192. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  193. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
  194. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
  195. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
  196. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
  197. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +55 -54
  198. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +53 -52
  199. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
  200. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
  201. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
  202. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +7 -7
  203. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  204. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  205. package/sdk/platform/Share/SharePlatformModel.d.ts +4 -0
  206. package/sdk/platform/Share/SharePlatformModel.js +4 -0
  207. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +42 -112
  208. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +40 -597
  209. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
  210. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
  211. package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
  212. package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
  213. package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
  214. package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
  215. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
  216. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
  217. package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
  218. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
  219. package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
  220. package/sdk/platform/User/UserPlatformModel.js +21 -13
  221. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +20 -19
  222. package/sdk/platform/Webhook/WebhookPlatformClient.js +18 -17
  223. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
  224. package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
  225. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
  226. package/sdk/platform/index.d.ts +24 -25
  227. package/sdk/platform/index.js +0 -2
  228. package/sdk/public/Billing/BillingPublicClient.d.ts +3 -3
  229. package/sdk/public/Billing/BillingPublicClient.js +4 -4
  230. package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
  231. package/sdk/public/Billing/BillingPublicValidator.js +2 -2
  232. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +3 -3
  233. package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
  234. package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
  235. package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
  236. package/sdk/public/Content/ContentPublicValidator.js +3 -3
  237. package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
  238. package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
  239. package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
  240. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
  241. package/sdk/public/Partner/PartnerPublicClient.d.ts +3 -3
  242. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  243. package/sdk/public/PublicAPIClient.d.ts +1 -1
  244. package/sdk/public/PublicClient.d.ts +7 -7
  245. package/sdk/public/Webhook/WebhookPublicClient.d.ts +4 -4
  246. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
  247. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
  248. package/sdk/public/index.d.ts +8 -8
  249. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
  250. package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
  251. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
  252. package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
  253. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
  254. package/sdk/platform/Inventory/InventoryPlatformValidator.js +0 -159
@@ -20,8 +20,8 @@ class Order {
20
20
  * @param {import("../PlatformAPIClient").Options} - Options
21
21
  * @returns {Promise<OrderPlatformModel.AttachOrderUserResponse>} - Success response
22
22
  * @name attachOrderUser
23
- * @summary: Attach order user.
24
- * @description: Attach order User - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/attachOrderUser/).
23
+ * @summary: Attach order to a user
24
+ * @description: Attach an anonymous order to a customer based on OTP verification - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/attachOrderUser/).
25
25
  */
26
26
  async attachOrderUser(
27
27
  { body, requestHeaders } = { requestHeaders: {} },
@@ -99,9 +99,8 @@ class Order {
99
99
  * @param {import("../PlatformAPIClient").Options} - Options
100
100
  * @returns {Promise<OrderPlatformModel.BulkListingResponse>} - Success response
101
101
  * @name bulkListing
102
- * @summary:
103
- * @description: Fetches of previous or running bulk jobs.
104
- * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/bulkListing/).
102
+ * @summary: Lists bulk operations
103
+ * @description: Get list of bulk operation that is initiated and completed as per the filters provided - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/bulkListing/).
105
104
  */
106
105
  async bulkListing(
107
106
  {
@@ -206,8 +205,8 @@ class Order {
206
205
  * @returns {Promise<OrderPlatformModel.BulkStateTransistionResponse>} -
207
206
  * Success response
208
207
  * @name bulkStateTransistion
209
- * @summary:
210
- * @description: Performs State Transisiton in Bulk for the given shipments in the excel/csv file url. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/bulkStateTransistion/).
208
+ * @summary: Upload bulk state transitions file
209
+ * @description: Performs state transisiton in bulk using the CSV or excel file for the given shipments. The bulk transition CSV or excel template can be downloaded using the seller template download method. Current supported format is excel and CSV. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/bulkStateTransistion/).
211
210
  */
212
211
  async bulkStateTransistion(
213
212
  { body, requestHeaders } = { requestHeaders: {} },
@@ -285,8 +284,8 @@ class Order {
285
284
  * @param {import("../PlatformAPIClient").Options} - Options
286
285
  * @returns {Promise<OrderPlatformModel.OrderStatusResult>} - Success response
287
286
  * @name checkOrderStatus
288
- * @summary: Check order status.
289
- * @description: Verify the current status of an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/checkOrderStatus/).
287
+ * @summary: Debug order
288
+ * @description: Used to verify the status of order. It queries error logs, resyncs the shipments if there was an issue with sync etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/checkOrderStatus/).
290
289
  */
291
290
  async checkOrderStatus(
292
291
  { body, requestHeaders } = { requestHeaders: {} },
@@ -358,100 +357,6 @@ class Order {
358
357
  return response;
359
358
  }
360
359
 
361
- /**
362
- * @param {OrderPlatformValidator.Click2CallParam} arg - Arg object
363
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
364
- * @param {import("../PlatformAPIClient").Options} - Options
365
- * @returns {Promise<OrderPlatformModel.Click2CallResponse>} - Success response
366
- * @name click2Call
367
- * @summary: Click to call.
368
- * @description: Click to call. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/click2Call/).
369
- */
370
- async click2Call(
371
- { caller, receiver, bagId, callerId, method, requestHeaders } = {
372
- requestHeaders: {},
373
- },
374
- { responseHeaders } = { responseHeaders: false }
375
- ) {
376
- const { error } = OrderPlatformValidator.click2Call().validate(
377
- {
378
- caller,
379
- receiver,
380
- bagId,
381
-
382
- callerId,
383
- method,
384
- },
385
- { abortEarly: false, allowUnknown: true }
386
- );
387
- if (error) {
388
- return Promise.reject(new FDKClientValidationError(error));
389
- }
390
-
391
- // Showing warrnings if extra unknown parameters are found
392
- const { error: warrning } = OrderPlatformValidator.click2Call().validate(
393
- {
394
- caller,
395
- receiver,
396
- bagId,
397
-
398
- callerId,
399
- method,
400
- },
401
- { abortEarly: false, allowUnknown: false }
402
- );
403
- if (warrning) {
404
- Logger({
405
- level: "WARN",
406
- message: `Parameter Validation warrnings for platform > Order > click2Call \n ${warrning}`,
407
- });
408
- }
409
-
410
- const query_params = {};
411
- query_params["caller"] = caller;
412
- query_params["receiver"] = receiver;
413
- query_params["bag_id"] = bagId;
414
- query_params["caller_id"] = callerId;
415
- query_params["method"] = method;
416
-
417
- const xHeaders = {};
418
-
419
- const response = await PlatformAPIClient.execute(
420
- this.config,
421
- "get",
422
- `/service/platform/order-manage/v1.0/company/${this.config.companyId}/ninja/click2call`,
423
- query_params,
424
- undefined,
425
- { ...xHeaders, ...requestHeaders },
426
- { responseHeaders }
427
- );
428
-
429
- let responseData = response;
430
- if (responseHeaders) {
431
- responseData = response[0];
432
- }
433
-
434
- const {
435
- error: res_error,
436
- } = OrderPlatformModel.Click2CallResponse().validate(responseData, {
437
- abortEarly: false,
438
- allowUnknown: true,
439
- });
440
-
441
- if (res_error) {
442
- if (this.config.options.strictResponseCheck === true) {
443
- return Promise.reject(new FDKResponseValidationError(res_error));
444
- } else {
445
- Logger({
446
- level: "WARN",
447
- message: `Response Validation Warnings for platform > Order > click2Call \n ${res_error}`,
448
- });
449
- }
450
- }
451
-
452
- return response;
453
- }
454
-
455
360
  /**
456
361
  * @param {OrderPlatformValidator.CreateChannelConfigParam} arg - Arg object
457
362
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -459,8 +364,8 @@ class Order {
459
364
  * @returns {Promise<OrderPlatformModel.CreateChannelConfigResponse>} -
460
365
  * Success response
461
366
  * @name createChannelConfig
462
- * @summary: Create channel configuration.
463
- * @description: Set up configuration for a channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/createChannelConfig/).
367
+ * @summary: Create channel configuration
368
+ * @description: Set up configuration for a channel specific to orders which has implications over how the order fulfilment happens in a channel - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/createChannelConfig/).
464
369
  */
465
370
  async createChannelConfig(
466
371
  { body, requestHeaders } = { requestHeaders: {} },
@@ -538,8 +443,8 @@ class Order {
538
443
  * @param {import("../PlatformAPIClient").Options} - Options
539
444
  * @returns {Promise<OrderPlatformModel.CreateOrderResponse>} - Success response
540
445
  * @name createOrder
541
- * @summary: Create order.
542
- * @description: Create order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/createOrder/).
446
+ * @summary: Create order
447
+ * @description: Creates an order - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/createOrder/).
543
448
  */
544
449
  async createOrder(
545
450
  { body, requestHeaders } = { requestHeaders: {} },
@@ -615,8 +520,8 @@ class Order {
615
520
  * @param {import("../PlatformAPIClient").Options} - Options
616
521
  * @returns {Promise<OrderPlatformModel.SuccessResponse>} - Success response
617
522
  * @name dispatchManifests
618
- * @summary:
619
- * @description: Dispatch Manifest - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/dispatchManifests/).
523
+ * @summary: Dispatch manifest
524
+ * @description: Updates the status of the manifest to processed and change the status of the shipments in the manifest to dispatch status - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/dispatchManifests/).
620
525
  */
621
526
  async dispatchManifests(
622
527
  { manifestId, body, requestHeaders } = { requestHeaders: {} },
@@ -696,8 +601,8 @@ class Order {
696
601
  * @param {import("../PlatformAPIClient").Options} - Options
697
602
  * @returns {Promise<OrderPlatformModel.FileResponse>} - Success response
698
603
  * @name downloadBulkActionTemplate
699
- * @summary: Download bulk action template.
700
- * @description: Download bulk actions seller templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/downloadBulkActionTemplate/).
604
+ * @summary: Download bulk template
605
+ * @description: Download bulk seller templates which can be used to perform operations in bulk - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/downloadBulkActionTemplate/).
701
606
  */
702
607
  async downloadBulkActionTemplate(
703
608
  { templateSlug, requestHeaders } = { requestHeaders: {} },
@@ -779,8 +684,8 @@ class Order {
779
684
  * @returns {Promise<OrderPlatformModel.BulkReportsDownloadResponse>} -
780
685
  * Success response
781
686
  * @name downloadLanesReport
782
- * @summary: Download lanes report.
783
- * @description: Downloads lanes shipment/orders. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/downloadLanesReport/).
687
+ * @summary: Download Lane report
688
+ * @description: Downloads shipments/orders present in the provided lane - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/downloadLanesReport/).
784
689
  */
785
690
  async downloadLanesReport(
786
691
  { body, requestHeaders } = { requestHeaders: {} },
@@ -858,8 +763,8 @@ class Order {
858
763
  * @param {import("../PlatformAPIClient").Options} - Options
859
764
  * @returns {Promise<OrderPlatformModel.EInvoiceRetryResponse>} - Success response
860
765
  * @name eInvoiceRetry
861
- * @summary: E-invoice retry.
862
- * @description: Retry e-invoice after failure - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/eInvoiceRetry/).
766
+ * @summary: Retry E-invoice
767
+ * @description: Reattempt the generation of an E-invoice - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/eInvoiceRetry/).
863
768
  */
864
769
  async eInvoiceRetry(
865
770
  { body, requestHeaders } = { requestHeaders: {} },
@@ -935,8 +840,8 @@ class Order {
935
840
  * @param {import("../PlatformAPIClient").Options} - Options
936
841
  * @returns {Promise<OrderPlatformModel.FailedOrderLogDetails>} - Success response
937
842
  * @name failedOrderLogDetails
938
- * @summary: Get failed order logs according to the filter provided
939
- * @description: This endpoint allows users to get the exact error trace from the log id provided - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/failedOrderLogDetails/).
843
+ * @summary: Get failed order log
844
+ * @description: Get the exact error trace from the log Id provided in the failed order list API response - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/failedOrderLogDetails/).
940
845
  */
941
846
  async failedOrderLogDetails(
942
847
  { logId, requestHeaders } = { requestHeaders: {} },
@@ -1016,8 +921,8 @@ class Order {
1016
921
  * - Success response
1017
922
  *
1018
923
  * @name fetchCreditBalanceDetail
1019
- * @summary: Fetch credit balance detail.
1020
- * @description: Retrieve details about credit balance. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/fetchCreditBalanceDetail/).
924
+ * @summary: Get credit balance detail
925
+ * @description: Retrieve details about credit balance on the basis of customer mobile number - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/fetchCreditBalanceDetail/).
1021
926
  */
1022
927
  async fetchCreditBalanceDetail(
1023
928
  { body, requestHeaders } = { requestHeaders: {} },
@@ -1098,8 +1003,8 @@ class Order {
1098
1003
  * @returns {Promise<OrderPlatformModel.RefundModeConfigResponsePayload>} -
1099
1004
  * Success response
1100
1005
  * @name fetchRefundModeConfig
1101
- * @summary: Fetch refund mode config.
1102
- * @description: Retrieve configuration for refund modes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/fetchRefundModeConfig/).
1006
+ * @summary: List refund modes
1007
+ * @description: Get list of refund modes to trigger refunds - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/fetchRefundModeConfig/).
1103
1008
  */
1104
1009
  async fetchRefundModeConfig(
1105
1010
  { body, requestHeaders } = { requestHeaders: {} },
@@ -1177,8 +1082,8 @@ class Order {
1177
1082
  * @param {import("../PlatformAPIClient").Options} - Options
1178
1083
  * @returns {Promise<OrderPlatformModel.GenerateInvoiceIDResponse>} - Success response
1179
1084
  * @name generateInvoiceID
1180
- * @summary:
1181
- * @description: This API is used to manually generate Invoice ID against shipments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/generateInvoiceID/).
1085
+ * @summary: Generate and attach invoice Id
1086
+ * @description: Generate and attach Invoice Ids against shipments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/generateInvoiceID/).
1182
1087
  */
1183
1088
  async generateInvoiceID(
1184
1089
  { invoiceType, body, requestHeaders } = { requestHeaders: {} },
@@ -1259,8 +1164,8 @@ class Order {
1259
1164
  * @returns {Promise<OrderPlatformModel.GeneratePosOrderReceiptResponse>} -
1260
1165
  * Success response
1261
1166
  * @name generatePOSReceiptByOrderId
1262
- * @summary: Generate POS receipt by order ID.
1263
- * @description: Create a point-of-sale (POS) receipt for a specific order by order ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/generatePOSReceiptByOrderId/).
1167
+ * @summary: Generate POS receipt by order Id
1168
+ * @description: Create a point-of-sale (POS) receipt for a specific order by order Id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/generatePOSReceiptByOrderId/).
1264
1169
  */
1265
1170
  async generatePOSReceiptByOrderId(
1266
1171
  { orderId, shipmentId, documentType, requestHeaders } = {
@@ -1349,8 +1254,8 @@ class Order {
1349
1254
  * @returns {Promise<OrderPlatformModel.RoleBaseStateTransitionMapping>} -
1350
1255
  * Success response
1351
1256
  * @name getAllowedStateTransition
1352
- * @summary: Get allowed state transition.
1353
- * @description: Retrieve next possible states based on logged in user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getAllowedStateTransition/).
1257
+ * @summary: Get allowed state transition
1258
+ * @description: Retrieve next possible states based on logged in user's role - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getAllowedStateTransition/).
1354
1259
  */
1355
1260
  async getAllowedStateTransition(
1356
1261
  { orderingChannel, status, requestHeaders } = { requestHeaders: {} },
@@ -1434,8 +1339,8 @@ class Order {
1434
1339
  * @param {import("../PlatformAPIClient").Options} - Options
1435
1340
  * @returns {Promise<OrderPlatformModel.AllowedTemplatesResponse>} - Success response
1436
1341
  * @name getAllowedTemplatesForBulk
1437
- * @summary:
1438
- * @description: Gets All the allowed Templates to perform Bulk Operations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getAllowedTemplatesForBulk/).
1342
+ * @summary: List bulk operation templates
1343
+ * @description: Gets all the allowed templates to perform bulk operations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getAllowedTemplatesForBulk/).
1439
1344
  */
1440
1345
  async getAllowedTemplatesForBulk(
1441
1346
  { requestHeaders } = { requestHeaders: {} },
@@ -1511,8 +1416,8 @@ class Order {
1511
1416
  * @param {import("../PlatformAPIClient").Options} - Options
1512
1417
  * @returns {Promise<OrderPlatformModel.AnnouncementsResponse>} - Success response
1513
1418
  * @name getAnnouncements
1514
- * @summary: Get announcements.
1515
- * @description: Retrieve announcements related to orders or shipments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getAnnouncements/).
1419
+ * @summary: List announcements
1420
+ * @description: Retrieve announcements related to orders fulfilment configured by platform or company admin - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getAnnouncements/).
1516
1421
  */
1517
1422
  async getAnnouncements(
1518
1423
  { date, requestHeaders } = { requestHeaders: {} },
@@ -1592,8 +1497,8 @@ class Order {
1592
1497
  * @returns {Promise<OrderPlatformModel.BagDetailsPlatformResponse>} -
1593
1498
  * Success response
1594
1499
  * @name getBagById
1595
- * @summary: Get bag by ID.
1596
- * @description: Retrieve detailed information about a specific bag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBagById/).
1500
+ * @summary: Get bag
1501
+ * @description: Retrieve detailed information about a specific bag - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBagById/).
1597
1502
  */
1598
1503
  async getBagById(
1599
1504
  { bagId, channelBagId, channelId, requestHeaders } = { requestHeaders: {} },
@@ -1676,8 +1581,8 @@ class Order {
1676
1581
  * @param {import("../PlatformAPIClient").Options} - Options
1677
1582
  * @returns {Promise<OrderPlatformModel.GetBagsPlatformResponse>} - Success response
1678
1583
  * @name getBags
1679
- * @summary: Get bags.
1680
- * @description: Retrieve Bags for the order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBags/).
1584
+ * @summary: List bags
1585
+ * @description: Get paginated list of bags based on provided filters - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBags/).
1681
1586
  */
1682
1587
  async getBags(
1683
1588
  {
@@ -1790,8 +1695,8 @@ class Order {
1790
1695
  * @returns {Promise<OrderPlatformModel.BulkActionTemplateResponse>} -
1791
1696
  * Success response
1792
1697
  * @name getBulkActionTemplate
1793
- * @summary: Get bulk action template.
1794
- * @description: Retrieve bulk action seller templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBulkActionTemplate/).
1698
+ * @summary: List supported templates
1699
+ * @description: Get list of templates so that users can download the required template - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBulkActionTemplate/).
1795
1700
  */
1796
1701
  async getBulkActionTemplate(
1797
1702
  { requestHeaders } = { requestHeaders: {} },
@@ -1865,8 +1770,8 @@ class Order {
1865
1770
  * @param {import("../PlatformAPIClient").Options} - Options
1866
1771
  * @returns {Promise<OrderPlatformModel.FileResponse>} - Success response
1867
1772
  * @name getBulkShipmentExcelFile
1868
- * @summary: Get bulk shipment Excel file.
1869
- * @description: Retrieve a bulk shipment Excel report. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBulkShipmentExcelFile/).
1773
+ * @summary: Generate the report
1774
+ * @description: Generates the report which can be filled and uploaded to perform the bulk operation based on the filters provided - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBulkShipmentExcelFile/).
1870
1775
  */
1871
1776
  async getBulkShipmentExcelFile(
1872
1777
  {
@@ -1994,8 +1899,8 @@ class Order {
1994
1899
  * @param {import("../PlatformAPIClient").Options} - Options
1995
1900
  * @returns {Promise<OrderPlatformModel.CreateChannelConfigData>} - Success response
1996
1901
  * @name getChannelConfig
1997
- * @summary: Get channel configuration.
1998
- * @description: Retrieve configuration settings for a channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getChannelConfig/).
1902
+ * @summary: Get channel configuration
1903
+ * @description: Retrieve configuration settings specific to orders for a channel - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getChannelConfig/).
1999
1904
  */
2000
1905
  async getChannelConfig(
2001
1906
  { requestHeaders } = { requestHeaders: {} },
@@ -2069,8 +1974,8 @@ class Order {
2069
1974
  * @param {import("../PlatformAPIClient").Options} - Options
2070
1975
  * @returns {Promise<OrderPlatformModel.JobFailedResponse>} - Success response
2071
1976
  * @name getFileByStatus
2072
- * @summary:
2073
- * @description: Get the file URL consisting Records of the provided status. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getFileByStatus/).
1977
+ * @summary: Download file used for Bulk operation
1978
+ * @description: Get the file download URL used for performing bulk operation - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getFileByStatus/).
2074
1979
  */
2075
1980
  async getFileByStatus(
2076
1981
  { batchId, status, fileType, reportType, requestHeaders } = {
@@ -2159,8 +2064,8 @@ class Order {
2159
2064
  * @param {import("../PlatformAPIClient").Options} - Options
2160
2065
  * @returns {Promise<OrderPlatformModel.LaneConfigResponse>} - Success response
2161
2066
  * @name getLaneConfig
2162
- * @summary: Get lane configuration.
2163
- * @description: Retrieve configuration settings for lanes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getLaneConfig/).
2067
+ * @summary: Get lane configuration
2068
+ * @description: Get configuration settings for lanes - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getLaneConfig/).
2164
2069
  */
2165
2070
  async getLaneConfig(
2166
2071
  {
@@ -2312,8 +2217,8 @@ class Order {
2312
2217
  * @param {import("../PlatformAPIClient").Options} - Options
2313
2218
  * @returns {Promise<OrderPlatformModel.ManifestDetails>} - Success response
2314
2219
  * @name getManifestDetails
2315
- * @summary:
2316
- * @description: get Manifest Details. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifestDetails/).
2220
+ * @summary: Get a manifest
2221
+ * @description: Get details regarding a manifest which can be used to perform further actions on it - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifestDetails/).
2317
2222
  */
2318
2223
  async getManifestDetails(
2319
2224
  { manifestId, requestHeaders } = { requestHeaders: {} },
@@ -2391,8 +2296,8 @@ class Order {
2391
2296
  * @param {import("../PlatformAPIClient").Options} - Options
2392
2297
  * @returns {Promise<OrderPlatformModel.ManifestShipmentListing>} - Success response
2393
2298
  * @name getManifestShipments
2394
- * @summary:
2395
- * @description: get Manifest Shipments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifestShipments/).
2299
+ * @summary: List manifest shipments
2300
+ * @description: Get list of shipments tagged to that manifest, the user can also search the shipments on the basis of shipment Id, order Id and AWB number - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifestShipments/).
2396
2301
  */
2397
2302
  async getManifestShipments(
2398
2303
  {
@@ -2510,8 +2415,8 @@ class Order {
2510
2415
  * @param {import("../PlatformAPIClient").Options} - Options
2511
2416
  * @returns {Promise<OrderPlatformModel.ManifestFiltersResponse>} - Success response
2512
2417
  * @name getManifestfilters
2513
- * @summary:
2514
- * @description: get Manifest Filters. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifestfilters/).
2418
+ * @summary: List filters
2419
+ * @description: Get supported filter for listing manifests - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifestfilters/).
2515
2420
  */
2516
2421
  async getManifestfilters(
2517
2422
  { view, requestHeaders } = { requestHeaders: {} },
@@ -2590,8 +2495,8 @@ class Order {
2590
2495
  * @param {import("../PlatformAPIClient").Options} - Options
2591
2496
  * @returns {Promise<OrderPlatformModel.ManifestList>} - Success response
2592
2497
  * @name getManifests
2593
- * @summary:
2594
- * @description: Fetch Manifests - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifests/).
2498
+ * @summary: List manifests
2499
+ * @description: Get a list of manifest as per the filter provided - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifests/).
2595
2500
  */
2596
2501
  async getManifests(
2597
2502
  {
@@ -2703,8 +2608,8 @@ class Order {
2703
2608
  * @param {import("../PlatformAPIClient").Options} - Options
2704
2609
  * @returns {Promise<OrderPlatformModel.OrderDetailsResponse>} - Success response
2705
2610
  * @name getOrderById
2706
- * @summary: Get order by ID.
2707
- * @description: Retrieve detailed information about a specific order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getOrderById/).
2611
+ * @summary: Get order
2612
+ * @description: Get detailed information about a specific order - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getOrderById/).
2708
2613
  */
2709
2614
  async getOrderById(
2710
2615
  { orderId, myOrders, allowInactive, requestHeaders } = {
@@ -2789,8 +2694,8 @@ class Order {
2789
2694
  * @param {import("../PlatformAPIClient").Options} - Options
2790
2695
  * @returns {Promise<OrderPlatformModel.OrderListingResponse>} - Success response
2791
2696
  * @name getOrders
2792
- * @summary: Get orders.
2793
- * @description: Retrieve a list of available orders. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getOrders/).
2697
+ * @summary: List orders
2698
+ * @description: Get a list of orders based on the filters provided - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getOrders/).
2794
2699
  */
2795
2700
  async getOrders(
2796
2701
  {
@@ -2958,8 +2863,8 @@ class Order {
2958
2863
  * @param {import("../PlatformAPIClient").Options} - Options
2959
2864
  * @returns {Promise<OrderPlatformModel.GetActionsResponse>} - Success response
2960
2865
  * @name getRoleBasedActions
2961
- * @summary: Get role-based actions.
2962
- * @description: Retrieve role based actions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getRoleBasedActions/).
2866
+ * @summary: Get role-based actions
2867
+ * @description: Retrieve permissible actions based on user roles such as company_admin, company_operation, customer_care, and read_only. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getRoleBasedActions/).
2963
2868
  */
2964
2869
  async getRoleBasedActions(
2965
2870
  { requestHeaders } = { requestHeaders: {} },
@@ -3033,8 +2938,8 @@ class Order {
3033
2938
  * @param {import("../PlatformAPIClient").Options} - Options
3034
2939
  * @returns {Promise<OrderPlatformModel.ShipmentInfoResponse>} - Success response
3035
2940
  * @name getShipmentById
3036
- * @summary: Get shipment by ID.
3037
- * @description: Retrieve detailed information about a specific shipment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipmentById/).
2941
+ * @summary: Get shipment
2942
+ * @description: Get detailed information about a specific shipment - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipmentById/).
3038
2943
  */
3039
2944
  async getShipmentById(
3040
2945
  {
@@ -3128,8 +3033,8 @@ class Order {
3128
3033
  * @param {import("../PlatformAPIClient").Options} - Options
3129
3034
  * @returns {Promise<OrderPlatformModel.ShipmentHistoryResponse>} - Success response
3130
3035
  * @name getShipmentHistory
3131
- * @summary: Get shipment history.
3132
- * @description: Retrieve the shipment history. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipmentHistory/).
3036
+ * @summary: Get a shipment's history
3037
+ * @description: Get the history of the shipment - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipmentHistory/).
3133
3038
  */
3134
3039
  async getShipmentHistory(
3135
3040
  { shipmentId, bagId, requestHeaders } = { requestHeaders: {} },
@@ -3212,8 +3117,8 @@ class Order {
3212
3117
  * @returns {Promise<OrderPlatformModel.PlatformShipmentReasonsResponse>} -
3213
3118
  * Success response
3214
3119
  * @name getShipmentReasons
3215
- * @summary: Get shipment reasons.
3216
- * @description: Retrieve the issues that led to the cancellation of bags within a shipment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipmentReasons/).
3120
+ * @summary: List bag cancellation reasons
3121
+ * @description: Get reasons to perform full or partial cancellation of a bag - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipmentReasons/).
3217
3122
  */
3218
3123
  async getShipmentReasons(
3219
3124
  { shipmentId, bagId, state, requestHeaders } = { requestHeaders: {} },
@@ -3297,8 +3202,8 @@ class Order {
3297
3202
  * - Success response
3298
3203
  *
3299
3204
  * @name getShipments
3300
- * @summary: Get shipments.
3301
- * @description: Retrieve a list of available shipments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipments/).
3205
+ * @summary: List shipments
3206
+ * @description: Get a list of shipments based on the filters provided - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipments/).
3302
3207
  */
3303
3208
  async getShipments(
3304
3209
  {
@@ -3498,8 +3403,8 @@ class Order {
3498
3403
  * @param {import("../PlatformAPIClient").Options} - Options
3499
3404
  * @returns {Promise<OrderPlatformModel.BagStateTransitionMap>} - Success response
3500
3405
  * @name getStateTransitionMap
3501
- * @summary: Get state transition map.
3502
- * @description: Retrieve a map of state transitions for orders. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getStateTransitionMap/).
3406
+ * @summary: Get state transition map
3407
+ * @description: Retrieve a map of state transitions for orders - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getStateTransitionMap/).
3503
3408
  */
3504
3409
  async getStateTransitionMap(
3505
3410
  { requestHeaders } = { requestHeaders: {} },
@@ -3573,8 +3478,8 @@ class Order {
3573
3478
  * @param {import("../PlatformAPIClient").Options} - Options
3574
3479
  * @returns {Promise<OrderPlatformModel.TemplateDownloadResponse>} - Success response
3575
3480
  * @name getTemplate
3576
- * @summary:
3577
- * @description: Get the Excel file URL for the Template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getTemplate/).
3481
+ * @summary: Download bulk operation templates
3482
+ * @description: Get the excel or CSV file URL for the template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getTemplate/).
3578
3483
  */
3579
3484
  async getTemplate(
3580
3485
  { templateName, requestHeaders } = { requestHeaders: {} },
@@ -3650,8 +3555,8 @@ class Order {
3650
3555
  * @param {import("../PlatformAPIClient").Options} - Options
3651
3556
  * @returns {Promise<OrderPlatformModel.FiltersResponse>} - Success response
3652
3557
  * @name getfilters
3653
- * @summary: Get filters.
3654
- * @description: Retrieve listing filters. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getfilters/).
3558
+ * @summary: List filters
3559
+ * @description: Get supported filters for various listing operations - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getfilters/).
3655
3560
  */
3656
3561
  async getfilters(
3657
3562
  { view, groupEntity, requestHeaders } = { requestHeaders: {} },
@@ -3732,8 +3637,8 @@ class Order {
3732
3637
  * @returns {Promise<OrderPlatformModel.InvalidateShipmentCacheResponse>} -
3733
3638
  * Success response
3734
3639
  * @name invalidateShipmentCache
3735
- * @summary: Invalidate shipment cache.
3736
- * @description: Invalidate shipment Cache. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/invalidateShipmentCache/).
3640
+ * @summary: Invalidate shipment cache
3641
+ * @description: Clear the existing shipment cache data stored in Redis and serialize the updated data for subsequent use. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/invalidateShipmentCache/).
3737
3642
  */
3738
3643
  async invalidateShipmentCache(
3739
3644
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3811,8 +3716,8 @@ class Order {
3811
3716
  * @param {import("../PlatformAPIClient").Options} - Options
3812
3717
  * @returns {Promise<OrderPlatformModel.JobDetailsResponse>} - Success response
3813
3718
  * @name jobDetails
3814
- * @summary:
3815
- * @description: Fetches details for the job of the provided batch_id - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/jobDetails/).
3719
+ * @summary: Get bulk operation details
3720
+ * @description: Fetches details of the job for the provided batch Id - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/jobDetails/).
3816
3721
  */
3817
3722
  async jobDetails(
3818
3723
  { batchId, requestHeaders } = { requestHeaders: {} },
@@ -3888,8 +3793,8 @@ class Order {
3888
3793
  * @param {import("../PlatformAPIClient").Options} - Options
3889
3794
  * @returns {Promise<OrderPlatformModel.ResponseDetail>} - Success response
3890
3795
  * @name orderUpdate
3891
- * @summary: Order update.
3892
- * @description: Modify the details and status of an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/orderUpdate/).
3796
+ * @summary: Update an order
3797
+ * @description: Used to update an order's meta information. These meta information can be accessed via order or shipment details API. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/orderUpdate/).
3893
3798
  */
3894
3799
  async orderUpdate(
3895
3800
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3965,8 +3870,8 @@ class Order {
3965
3870
  * @param {import("../PlatformAPIClient").Options} - Options
3966
3871
  * @returns {Promise<OrderPlatformModel.ShipmentHistoryResponse>} - Success response
3967
3872
  * @name postShipmentHistory
3968
- * @summary: Post shipment history.
3969
- * @description: Add history records for a shipment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/postShipmentHistory/).
3873
+ * @summary: Create shipment history
3874
+ * @description: Used to add logs in history for a bag for the provided Shipment ID - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/postShipmentHistory/).
3970
3875
  */
3971
3876
  async postShipmentHistory(
3972
3877
  { body, requestHeaders } = { requestHeaders: {} },
@@ -4045,8 +3950,8 @@ class Order {
4045
3950
  * @returns {Promise<OrderPlatformModel.ProcessManifestItemResponse>} -
4046
3951
  * Success response
4047
3952
  * @name processManifests
4048
- * @summary:
4049
- * @description: Process Manifest. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/processManifests/).
3953
+ * @summary: Generate manifest
3954
+ * @description: Generate manifest Id and PDF and tags the shipments with that manifest Id - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/processManifests/).
4050
3955
  */
4051
3956
  async processManifests(
4052
3957
  { body, requestHeaders } = { requestHeaders: {} },
@@ -4124,8 +4029,8 @@ class Order {
4124
4029
  * @param {import("../PlatformAPIClient").Options} - Options
4125
4030
  * @returns {Promise<OrderPlatformModel.StoreReassignResponse>} - Success response
4126
4031
  * @name reassignLocation
4127
- * @summary: Reassign location.
4128
- * @description: Change the assigned location for an order or shipment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/reassignLocation/).
4032
+ * @summary: Reassign location
4033
+ * @description: Reassign the shipment to a another location and update its status to 'Store Reassigned.' - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/reassignLocation/).
4129
4034
  */
4130
4035
  async reassignLocation(
4131
4036
  { body, requestHeaders } = { requestHeaders: {} },
@@ -4203,8 +4108,8 @@ class Order {
4203
4108
  * @param {import("../PlatformAPIClient").Options} - Options
4204
4109
  * @returns {Promise<OrderPlatformModel.OrderStatusResult>} - Success response
4205
4110
  * @name sendSmsNinja
4206
- * @summary: Send SMS via Ninja.
4207
- * @description: Send SMS Ninja Panel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/sendSmsNinja/).
4111
+ * @summary: Send SMS
4112
+ * @description: Send SMS to customer based on the template that is selected - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/sendSmsNinja/).
4208
4113
  */
4209
4114
  async sendSmsNinja(
4210
4115
  { body, requestHeaders } = { requestHeaders: {} },
@@ -4280,8 +4185,8 @@ class Order {
4280
4185
  * @param {import("../PlatformAPIClient").Options} - Options
4281
4186
  * @returns {Promise<OrderPlatformModel.SendUserMobileOtpResponse>} - Success response
4282
4187
  * @name sendUserMobileOTP
4283
- * @summary: Send user mobile OTP.
4284
- * @description: Send a one-time OTP to a users mobile device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/sendUserMobileOTP/).
4188
+ * @summary: Send user mobile OTP
4189
+ * @description: Send a one-time OTP to a customer mobile number - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/sendUserMobileOTP/).
4285
4190
  */
4286
4191
  async sendUserMobileOTP(
4287
4192
  { body, requestHeaders } = { requestHeaders: {} },
@@ -4360,8 +4265,8 @@ class Order {
4360
4265
  * @returns {Promise<OrderPlatformModel.CourierPartnerTrackingResponse>} -
4361
4266
  * Success response
4362
4267
  * @name trackShipment
4363
- * @summary: Track shipment.
4364
- * @description: Retrieve courier partner tracking details for a given shipment id or awb no. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/trackShipment/).
4268
+ * @summary: Track shipment
4269
+ * @description: Retrieve courier partner tracking details for a given shipment Id or AWB number - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/trackShipment/).
4365
4270
  */
4366
4271
  async trackShipment(
4367
4272
  { shipmentId, awb, pageNo, pageSize, requestHeaders } = {
@@ -4449,8 +4354,8 @@ class Order {
4449
4354
  * @param {import("../PlatformAPIClient").Options} - Options
4450
4355
  * @returns {Promise<OrderPlatformModel.BaseResponse>} - Success response
4451
4356
  * @name updateAddress
4452
- * @summary: Update address.
4453
- * @description: Modify the shipping address for an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateAddress/).
4357
+ * @summary: Update shipment address
4358
+ * @description: Modify the address details of an existing shipment - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateAddress/).
4454
4359
  */
4455
4360
  async updateAddress(
4456
4361
  {
@@ -4578,8 +4483,8 @@ class Order {
4578
4483
  * - Success response
4579
4484
  *
4580
4485
  * @name updatePackagingDimensions
4581
- * @summary: Update packaging dimensions.
4582
- * @description: Modify the dimensions of packaging. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updatePackagingDimensions/).
4486
+ * @summary: Update packaging dimensions
4487
+ * @description: Used to modify the packaging dimension of a shipment - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updatePackagingDimensions/).
4583
4488
  */
4584
4489
  async updatePackagingDimensions(
4585
4490
  { body, requestHeaders } = { requestHeaders: {} },
@@ -4660,7 +4565,7 @@ class Order {
4660
4565
  * @returns {Promise<OrderPlatformModel.UpdateShipmentLockResponse>} -
4661
4566
  * Success response
4662
4567
  * @name updateShipmentLock
4663
- * @summary: Update shipment lock.
4568
+ * @summary: Update a shipment lock
4664
4569
  * @description: Modify shipment/bag lock and check status. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateShipmentLock/).
4665
4570
  */
4666
4571
  async updateShipmentLock(
@@ -4741,8 +4646,8 @@ class Order {
4741
4646
  * - Success response
4742
4647
  *
4743
4648
  * @name updateShipmentStatus
4744
- * @summary: Update shipment status.
4745
- * @description: Shipment state transition or Shipment data update or both. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateShipmentStatus/).
4649
+ * @summary: Update a shipment's status
4650
+ * @description: Used for updating a shipment and its status. Can also be used for updating bags present in that shipment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateShipmentStatus/).
4746
4651
  */
4747
4652
  async updateShipmentStatus(
4748
4653
  { body, requestHeaders } = { requestHeaders: {} },
@@ -4821,8 +4726,8 @@ class Order {
4821
4726
  * @returns {Promise<OrderPlatformModel.CourierPartnerTrackingDetails>} -
4822
4727
  * Success response
4823
4728
  * @name updateShipmentTracking
4824
- * @summary: Update shipment tracking.
4825
- * @description: Modify courier partner tracking details for a given shipment id or awb no. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateShipmentTracking/).
4729
+ * @summary: Update shipment tracking
4730
+ * @description: Modify courier partner tracking details for a given shipment Id or AWB number - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateShipmentTracking/).
4826
4731
  */
4827
4732
  async updateShipmentTracking(
4828
4733
  { body, requestHeaders } = { requestHeaders: {} },
@@ -4900,8 +4805,8 @@ class Order {
4900
4805
  * @param {import("../PlatformAPIClient").Options} - Options
4901
4806
  * @returns {Promise<OrderPlatformModel.SuccessResponse>} - Success response
4902
4807
  * @name uploadConsents
4903
- * @summary:
4904
- * @description: Upload Consent - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/uploadConsents/).
4808
+ * @summary: Upload consent
4809
+ * @description: Uploads the consent signed by courier partner and seller to keep records - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/uploadConsents/).
4905
4810
  */
4906
4811
  async uploadConsents(
4907
4812
  { manifestId, body, requestHeaders } = { requestHeaders: {} },
@@ -4981,8 +4886,8 @@ class Order {
4981
4886
  * @param {import("../PlatformAPIClient").Options} - Options
4982
4887
  * @returns {Promise<OrderPlatformModel.VerifyOtpResponse>} - Success response
4983
4888
  * @name verifyMobileOTP
4984
- * @summary: Verify mobile OTP.
4985
- * @description: Verify Mobile OTP - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/verifyMobileOTP/).
4889
+ * @summary: Verify mobile OTP
4890
+ * @description: Perform OTP verification to link a user to an anonymous order - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/verifyMobileOTP/).
4986
4891
  */
4987
4892
  async verifyMobileOTP(
4988
4893
  { body, requestHeaders } = { requestHeaders: {} },