@gofynd/fdk-client-javascript 1.4.3 → 1.4.5

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 (125) hide show
  1. package/README.md +1 -10
  2. package/package.json +1 -1
  3. package/sdk/application/Cart/CartApplicationClient.d.ts +48 -48
  4. package/sdk/application/Cart/CartApplicationClient.js +48 -48
  5. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +69 -69
  6. package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
  7. package/sdk/application/Common/CommonApplicationClient.d.ts +4 -4
  8. package/sdk/application/Common/CommonApplicationClient.js +4 -4
  9. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +6 -6
  10. package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
  11. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +32 -32
  12. package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
  13. package/sdk/application/Content/ContentApplicationClient.d.ts +45 -45
  14. package/sdk/application/Content/ContentApplicationClient.js +45 -45
  15. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +5 -5
  16. package/sdk/application/FileStorage/FileStorageApplicationClient.js +5 -5
  17. package/sdk/application/Lead/LeadApplicationClient.d.ts +9 -9
  18. package/sdk/application/Lead/LeadApplicationClient.js +9 -9
  19. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +22 -22
  20. package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
  21. package/sdk/application/Order/OrderApplicationClient.d.ts +14 -25
  22. package/sdk/application/Order/OrderApplicationClient.js +14 -94
  23. package/sdk/application/Order/OrderApplicationValidator.d.ts +1 -15
  24. package/sdk/application/Order/OrderApplicationValidator.js +0 -13
  25. package/sdk/application/Payment/PaymentApplicationClient.d.ts +71 -71
  26. package/sdk/application/Payment/PaymentApplicationClient.js +71 -71
  27. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +1 -1
  28. package/sdk/application/Rewards/RewardsApplicationClient.js +1 -1
  29. package/sdk/application/Share/ShareApplicationClient.d.ts +1 -1
  30. package/sdk/application/Share/ShareApplicationClient.js +1 -1
  31. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  32. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  33. package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -8
  34. package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
  35. package/sdk/application/User/UserApplicationClient.d.ts +74 -74
  36. package/sdk/application/User/UserApplicationClient.js +74 -74
  37. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +5 -5
  38. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +5 -5
  39. package/sdk/platform/Billing/BillingPlatformClient.d.ts +13 -13
  40. package/sdk/platform/Billing/BillingPlatformClient.js +13 -13
  41. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +102 -102
  42. package/sdk/platform/Cart/CartPlatformApplicationClient.js +102 -102
  43. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +132 -131
  44. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +132 -131
  45. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +130 -130
  46. package/sdk/platform/Catalog/CatalogPlatformClient.js +130 -130
  47. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
  48. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  49. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +118 -118
  50. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +118 -118
  51. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
  52. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  53. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +22 -22
  54. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +22 -22
  55. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +34 -7
  56. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +35 -5
  57. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +4 -4
  58. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +4 -4
  59. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +41 -41
  60. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +41 -41
  61. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +26 -26
  62. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +26 -26
  63. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +93 -93
  64. package/sdk/platform/Content/ContentPlatformApplicationClient.js +93 -93
  65. package/sdk/platform/Content/ContentPlatformClient.d.ts +29 -29
  66. package/sdk/platform/Content/ContentPlatformClient.js +29 -29
  67. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +18 -18
  68. package/sdk/platform/Discount/DiscountPlatformClient.js +18 -18
  69. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +18 -17
  70. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +18 -17
  71. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
  72. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
  73. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +2 -2
  74. package/sdk/platform/Finance/FinancePlatformClient.d.ts +4 -4
  75. package/sdk/platform/Finance/FinancePlatformClient.js +4 -4
  76. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +12 -12
  77. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +12 -12
  78. package/sdk/platform/Lead/LeadPlatformClient.d.ts +15 -15
  79. package/sdk/platform/Lead/LeadPlatformClient.js +15 -15
  80. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +10 -10
  81. package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
  82. package/sdk/platform/Order/OrderPlatformClient.d.ts +95 -106
  83. package/sdk/platform/Order/OrderPlatformClient.js +95 -190
  84. package/sdk/platform/Order/OrderPlatformModel.d.ts +10 -0
  85. package/sdk/platform/Order/OrderPlatformModel.js +4 -0
  86. package/sdk/platform/Order/OrderPlatformValidator.d.ts +1 -33
  87. package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
  88. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -4
  89. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
  90. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +77 -77
  91. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +77 -77
  92. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +2 -2
  93. package/sdk/platform/Payment/PaymentPlatformClient.js +2 -2
  94. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
  95. package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
  96. package/sdk/platform/PlatformClient.d.ts +0 -2
  97. package/sdk/platform/PlatformClient.js +0 -4
  98. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +7 -7
  99. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +7 -7
  100. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +40 -40
  101. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
  102. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +51 -50
  103. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +51 -50
  104. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +1 -1
  105. package/sdk/platform/Share/SharePlatformApplicationClient.js +1 -1
  106. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
  107. package/sdk/platform/Share/SharePlatformModel.js +2 -0
  108. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +34 -104
  109. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +34 -591
  110. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +1 -100
  111. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
  112. package/sdk/platform/Theme/ThemePlatformClient.d.ts +6 -6
  113. package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
  114. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +35 -35
  115. package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
  116. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +7 -6
  117. package/sdk/platform/Webhook/WebhookPlatformClient.js +7 -6
  118. package/sdk/platform/index.d.ts +0 -1
  119. package/sdk/platform/index.js +0 -2
  120. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
  121. package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
  122. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
  123. package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
  124. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
  125. package/sdk/platform/Inventory/InventoryPlatformValidator.js +0 -159
@@ -8,8 +8,8 @@ declare class Order {
8
8
  * @param {import("../PlatformAPIClient").Options} - Options
9
9
  * @returns {Promise<OrderPlatformModel.AttachOrderUserResponse>} - Success response
10
10
  * @name attachOrderUser
11
- * @summary: Attach order user
12
- * @description: Attach order User - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/attachOrderUser/).
11
+ * @summary: Attach order to a user
12
+ * @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/).
13
13
  */
14
14
  attachOrderUser({ body, requestHeaders }?: OrderPlatformValidator.AttachOrderUserParam, { responseHeaders }?: object): Promise<OrderPlatformModel.AttachOrderUserResponse>;
15
15
  /**
@@ -18,9 +18,8 @@ declare class Order {
18
18
  * @param {import("../PlatformAPIClient").Options} - Options
19
19
  * @returns {Promise<OrderPlatformModel.BulkListingResponse>} - Success response
20
20
  * @name bulkListing
21
- * @summary:
22
- * @description: Fetches of previous or running bulk jobs.
23
- * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/bulkListing/).
21
+ * @summary: Lists bulk operations
22
+ * @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/).
24
23
  */
25
24
  bulkListing({ pageSize, pageNo, startDate, endDate, status, bulkActionType, searchKey, requestHeaders, }?: OrderPlatformValidator.BulkListingParam, { responseHeaders }?: object): Promise<OrderPlatformModel.BulkListingResponse>;
26
25
  /**
@@ -30,8 +29,8 @@ declare class Order {
30
29
  * @returns {Promise<OrderPlatformModel.BulkStateTransistionResponse>} -
31
30
  * Success response
32
31
  * @name bulkStateTransistion
33
- * @summary:
34
- * @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/).
32
+ * @summary: Upload bulk state transitions file
33
+ * @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/).
35
34
  */
36
35
  bulkStateTransistion({ body, requestHeaders }?: OrderPlatformValidator.BulkStateTransistionParam, { responseHeaders }?: object): Promise<OrderPlatformModel.BulkStateTransistionResponse>;
37
36
  /**
@@ -40,20 +39,10 @@ declare class Order {
40
39
  * @param {import("../PlatformAPIClient").Options} - Options
41
40
  * @returns {Promise<OrderPlatformModel.OrderStatusResult>} - Success response
42
41
  * @name checkOrderStatus
43
- * @summary: Check order status
44
- * @description: Verify the current status of an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/checkOrderStatus/).
42
+ * @summary: Debug order
43
+ * @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/).
45
44
  */
46
45
  checkOrderStatus({ body, requestHeaders }?: OrderPlatformValidator.CheckOrderStatusParam, { responseHeaders }?: object): Promise<OrderPlatformModel.OrderStatusResult>;
47
- /**
48
- * @param {OrderPlatformValidator.Click2CallParam} arg - Arg object
49
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
50
- * @param {import("../PlatformAPIClient").Options} - Options
51
- * @returns {Promise<OrderPlatformModel.Click2CallResponse>} - Success response
52
- * @name click2Call
53
- * @summary: Click to call
54
- * @description: Click to call. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/click2Call/).
55
- */
56
- click2Call({ caller, receiver, bagId, callerId, method, requestHeaders }?: OrderPlatformValidator.Click2CallParam, { responseHeaders }?: object): Promise<OrderPlatformModel.Click2CallResponse>;
57
46
  /**
58
47
  * @param {OrderPlatformValidator.CreateChannelConfigParam} arg - Arg object
59
48
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -62,7 +51,7 @@ declare class Order {
62
51
  * Success response
63
52
  * @name createChannelConfig
64
53
  * @summary: Create channel configuration
65
- * @description: Set up configuration for a channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/createChannelConfig/).
54
+ * @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/).
66
55
  */
67
56
  createChannelConfig({ body, requestHeaders }?: OrderPlatformValidator.CreateChannelConfigParam, { responseHeaders }?: object): Promise<OrderPlatformModel.CreateChannelConfigResponse>;
68
57
  /**
@@ -72,7 +61,7 @@ declare class Order {
72
61
  * @returns {Promise<OrderPlatformModel.CreateOrderResponse>} - Success response
73
62
  * @name createOrder
74
63
  * @summary: Create order
75
- * @description: Create order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/createOrder/).
64
+ * @description: Creates an order - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/createOrder/).
76
65
  */
77
66
  createOrder({ body, requestHeaders }?: OrderPlatformValidator.CreateOrderParam, { responseHeaders }?: object): Promise<OrderPlatformModel.CreateOrderResponse>;
78
67
  /**
@@ -81,8 +70,8 @@ declare class Order {
81
70
  * @param {import("../PlatformAPIClient").Options} - Options
82
71
  * @returns {Promise<OrderPlatformModel.SuccessResponse>} - Success response
83
72
  * @name dispatchManifests
84
- * @summary:
85
- * @description: Dispatch Manifest - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/dispatchManifests/).
73
+ * @summary: Dispatch manifest
74
+ * @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/).
86
75
  */
87
76
  dispatchManifests({ manifestId, body, requestHeaders }?: OrderPlatformValidator.DispatchManifestsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.SuccessResponse>;
88
77
  /**
@@ -91,8 +80,8 @@ declare class Order {
91
80
  * @param {import("../PlatformAPIClient").Options} - Options
92
81
  * @returns {Promise<OrderPlatformModel.FileResponse>} - Success response
93
82
  * @name downloadBulkActionTemplate
94
- * @summary: Download bulk action template
95
- * @description: Download bulk actions seller templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/downloadBulkActionTemplate/).
83
+ * @summary: Download bulk template
84
+ * @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/).
96
85
  */
97
86
  downloadBulkActionTemplate({ templateSlug, requestHeaders }?: OrderPlatformValidator.DownloadBulkActionTemplateParam, { responseHeaders }?: object): Promise<OrderPlatformModel.FileResponse>;
98
87
  /**
@@ -102,8 +91,8 @@ declare class Order {
102
91
  * @returns {Promise<OrderPlatformModel.BulkReportsDownloadResponse>} -
103
92
  * Success response
104
93
  * @name downloadLanesReport
105
- * @summary: Download lanes report
106
- * @description: Downloads lanes shipment/orders. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/downloadLanesReport/).
94
+ * @summary: Download Lane report
95
+ * @description: Downloads shipments/orders present in the provided lane - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/downloadLanesReport/).
107
96
  */
108
97
  downloadLanesReport({ body, requestHeaders }?: OrderPlatformValidator.DownloadLanesReportParam, { responseHeaders }?: object): Promise<OrderPlatformModel.BulkReportsDownloadResponse>;
109
98
  /**
@@ -112,8 +101,8 @@ declare class Order {
112
101
  * @param {import("../PlatformAPIClient").Options} - Options
113
102
  * @returns {Promise<OrderPlatformModel.EInvoiceRetryResponse>} - Success response
114
103
  * @name eInvoiceRetry
115
- * @summary: E-invoice retry
116
- * @description: Retry e-invoice after failure - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/eInvoiceRetry/).
104
+ * @summary: Retry E-invoice
105
+ * @description: Reattempt the generation of an E-invoice - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/eInvoiceRetry/).
117
106
  */
118
107
  eInvoiceRetry({ body, requestHeaders }?: OrderPlatformValidator.EInvoiceRetryParam, { responseHeaders }?: object): Promise<OrderPlatformModel.EInvoiceRetryResponse>;
119
108
  /**
@@ -122,8 +111,8 @@ declare class Order {
122
111
  * @param {import("../PlatformAPIClient").Options} - Options
123
112
  * @returns {Promise<OrderPlatformModel.FailedOrderLogDetails>} - Success response
124
113
  * @name failedOrderLogDetails
125
- * @summary: Get failed order logs according to the filter provided
126
- * @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/).
114
+ * @summary: Get failed order log
115
+ * @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/).
127
116
  */
128
117
  failedOrderLogDetails({ logId, requestHeaders }?: OrderPlatformValidator.FailedOrderLogDetailsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.FailedOrderLogDetails>;
129
118
  /**
@@ -134,8 +123,8 @@ declare class Order {
134
123
  * - Success response
135
124
  *
136
125
  * @name fetchCreditBalanceDetail
137
- * @summary: Fetch credit balance detail
138
- * @description: Retrieve details about credit balance. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/fetchCreditBalanceDetail/).
126
+ * @summary: Get credit balance detail
127
+ * @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/).
139
128
  */
140
129
  fetchCreditBalanceDetail({ body, requestHeaders }?: OrderPlatformValidator.FetchCreditBalanceDetailParam, { responseHeaders }?: object): Promise<OrderPlatformModel.FetchCreditBalanceResponsePayload>;
141
130
  /**
@@ -145,8 +134,8 @@ declare class Order {
145
134
  * @returns {Promise<OrderPlatformModel.RefundModeConfigResponsePayload>} -
146
135
  * Success response
147
136
  * @name fetchRefundModeConfig
148
- * @summary: Fetch refund mode config
149
- * @description: Retrieve configuration for refund modes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/fetchRefundModeConfig/).
137
+ * @summary: List refund modes
138
+ * @description: Get list of refund modes to trigger refunds - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/fetchRefundModeConfig/).
150
139
  */
151
140
  fetchRefundModeConfig({ body, requestHeaders }?: OrderPlatformValidator.FetchRefundModeConfigParam, { responseHeaders }?: object): Promise<OrderPlatformModel.RefundModeConfigResponsePayload>;
152
141
  /**
@@ -155,8 +144,8 @@ declare class Order {
155
144
  * @param {import("../PlatformAPIClient").Options} - Options
156
145
  * @returns {Promise<OrderPlatformModel.GenerateInvoiceIDResponse>} - Success response
157
146
  * @name generateInvoiceID
158
- * @summary:
159
- * @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/).
147
+ * @summary: Generate and attach invoice Id
148
+ * @description: Generate and attach Invoice Ids against shipments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/generateInvoiceID/).
160
149
  */
161
150
  generateInvoiceID({ invoiceType, body, requestHeaders }?: OrderPlatformValidator.GenerateInvoiceIDParam, { responseHeaders }?: object): Promise<OrderPlatformModel.GenerateInvoiceIDResponse>;
162
151
  /**
@@ -166,8 +155,8 @@ declare class Order {
166
155
  * @returns {Promise<OrderPlatformModel.GeneratePosOrderReceiptResponse>} -
167
156
  * Success response
168
157
  * @name generatePOSReceiptByOrderId
169
- * @summary: Generate POS receipt by order ID
170
- * @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/).
158
+ * @summary: Generate POS receipt by order Id
159
+ * @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/).
171
160
  */
172
161
  generatePOSReceiptByOrderId({ orderId, shipmentId, documentType, requestHeaders }?: OrderPlatformValidator.GeneratePOSReceiptByOrderIdParam, { responseHeaders }?: object): Promise<OrderPlatformModel.GeneratePosOrderReceiptResponse>;
173
162
  /**
@@ -178,7 +167,7 @@ declare class Order {
178
167
  * Success response
179
168
  * @name getAllowedStateTransition
180
169
  * @summary: Get allowed state transition
181
- * @description: Retrieve next possible states based on logged in user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getAllowedStateTransition/).
170
+ * @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/).
182
171
  */
183
172
  getAllowedStateTransition({ orderingChannel, status, requestHeaders }?: OrderPlatformValidator.GetAllowedStateTransitionParam, { responseHeaders }?: object): Promise<OrderPlatformModel.RoleBaseStateTransitionMapping>;
184
173
  /**
@@ -187,8 +176,8 @@ declare class Order {
187
176
  * @param {import("../PlatformAPIClient").Options} - Options
188
177
  * @returns {Promise<OrderPlatformModel.AllowedTemplatesResponse>} - Success response
189
178
  * @name getAllowedTemplatesForBulk
190
- * @summary:
191
- * @description: Gets All the allowed Templates to perform Bulk Operations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getAllowedTemplatesForBulk/).
179
+ * @summary: List bulk operation templates
180
+ * @description: Gets all the allowed templates to perform bulk operations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getAllowedTemplatesForBulk/).
192
181
  */
193
182
  getAllowedTemplatesForBulk({ requestHeaders }?: any, { responseHeaders }?: object): Promise<OrderPlatformModel.AllowedTemplatesResponse>;
194
183
  /**
@@ -197,8 +186,8 @@ declare class Order {
197
186
  * @param {import("../PlatformAPIClient").Options} - Options
198
187
  * @returns {Promise<OrderPlatformModel.AnnouncementsResponse>} - Success response
199
188
  * @name getAnnouncements
200
- * @summary: Get announcements
201
- * @description: Retrieve announcements related to orders or shipments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getAnnouncements/).
189
+ * @summary: List announcements
190
+ * @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/).
202
191
  */
203
192
  getAnnouncements({ date, requestHeaders }?: OrderPlatformValidator.GetAnnouncementsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.AnnouncementsResponse>;
204
193
  /**
@@ -208,8 +197,8 @@ declare class Order {
208
197
  * @returns {Promise<OrderPlatformModel.BagDetailsPlatformResponse>} -
209
198
  * Success response
210
199
  * @name getBagById
211
- * @summary: Get bag by ID
212
- * @description: Retrieve detailed information about a specific bag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBagById/).
200
+ * @summary: Get bag
201
+ * @description: Retrieve detailed information about a specific bag - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBagById/).
213
202
  */
214
203
  getBagById({ bagId, channelBagId, channelId, requestHeaders }?: OrderPlatformValidator.GetBagByIdParam, { responseHeaders }?: object): Promise<OrderPlatformModel.BagDetailsPlatformResponse>;
215
204
  /**
@@ -218,8 +207,8 @@ declare class Order {
218
207
  * @param {import("../PlatformAPIClient").Options} - Options
219
208
  * @returns {Promise<OrderPlatformModel.GetBagsPlatformResponse>} - Success response
220
209
  * @name getBags
221
- * @summary: Get bags
222
- * @description: Retrieve Bags for the order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBags/).
210
+ * @summary: List bags
211
+ * @description: Get paginated list of bags based on provided filters - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBags/).
223
212
  */
224
213
  getBags({ bagIds, shipmentIds, orderIds, channelBagIds, channelShipmentIds, channelOrderIds, channelId, pageNo, pageSize, requestHeaders, }?: OrderPlatformValidator.GetBagsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.GetBagsPlatformResponse>;
225
214
  /**
@@ -229,8 +218,8 @@ declare class Order {
229
218
  * @returns {Promise<OrderPlatformModel.BulkActionTemplateResponse>} -
230
219
  * Success response
231
220
  * @name getBulkActionTemplate
232
- * @summary: Get bulk action template
233
- * @description: Retrieve bulk action seller templates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBulkActionTemplate/).
221
+ * @summary: List supported templates
222
+ * @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/).
234
223
  */
235
224
  getBulkActionTemplate({ requestHeaders }?: any, { responseHeaders }?: object): Promise<OrderPlatformModel.BulkActionTemplateResponse>;
236
225
  /**
@@ -239,8 +228,8 @@ declare class Order {
239
228
  * @param {import("../PlatformAPIClient").Options} - Options
240
229
  * @returns {Promise<OrderPlatformModel.FileResponse>} - Success response
241
230
  * @name getBulkShipmentExcelFile
242
- * @summary: Get bulk shipment Excel file
243
- * @description: Retrieve a bulk shipment Excel report. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getBulkShipmentExcelFile/).
231
+ * @summary: Generate the report
232
+ * @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/).
244
233
  */
245
234
  getBulkShipmentExcelFile({ salesChannels, dpIds, startDate, endDate, stores, tags, bagStatus, paymentMethods, fileType, timeToDispatch, pageNo, pageSize, requestHeaders, }?: OrderPlatformValidator.GetBulkShipmentExcelFileParam, { responseHeaders }?: object): Promise<OrderPlatformModel.FileResponse>;
246
235
  /**
@@ -250,7 +239,7 @@ declare class Order {
250
239
  * @returns {Promise<OrderPlatformModel.CreateChannelConfigData>} - Success response
251
240
  * @name getChannelConfig
252
241
  * @summary: Get channel configuration
253
- * @description: Retrieve configuration settings for a channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getChannelConfig/).
242
+ * @description: Retrieve configuration settings specific to orders for a channel - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getChannelConfig/).
254
243
  */
255
244
  getChannelConfig({ requestHeaders }?: any, { responseHeaders }?: object): Promise<OrderPlatformModel.CreateChannelConfigData>;
256
245
  /**
@@ -259,8 +248,8 @@ declare class Order {
259
248
  * @param {import("../PlatformAPIClient").Options} - Options
260
249
  * @returns {Promise<OrderPlatformModel.JobFailedResponse>} - Success response
261
250
  * @name getFileByStatus
262
- * @summary:
263
- * @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/).
251
+ * @summary: Download file used for Bulk operation
252
+ * @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/).
264
253
  */
265
254
  getFileByStatus({ batchId, status, fileType, reportType, requestHeaders }?: OrderPlatformValidator.GetFileByStatusParam, { responseHeaders }?: object): Promise<OrderPlatformModel.JobFailedResponse>;
266
255
  /**
@@ -270,7 +259,7 @@ declare class Order {
270
259
  * @returns {Promise<OrderPlatformModel.LaneConfigResponse>} - Success response
271
260
  * @name getLaneConfig
272
261
  * @summary: Get lane configuration
273
- * @description: Retrieve configuration settings for lanes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getLaneConfig/).
262
+ * @description: Get configuration settings for lanes - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getLaneConfig/).
274
263
  */
275
264
  getLaneConfig({ superLane, groupEntity, fromDate, toDate, startDate, endDate, dpIds, stores, salesChannels, paymentMode, bagStatus, searchType, searchValue, tags, timeToDispatch, paymentMethods, myOrders, showCrossCompanyData, orderType, requestHeaders, }?: OrderPlatformValidator.GetLaneConfigParam, { responseHeaders }?: object): Promise<OrderPlatformModel.LaneConfigResponse>;
276
265
  /**
@@ -279,8 +268,8 @@ declare class Order {
279
268
  * @param {import("../PlatformAPIClient").Options} - Options
280
269
  * @returns {Promise<OrderPlatformModel.ManifestDetails>} - Success response
281
270
  * @name getManifestDetails
282
- * @summary:
283
- * @description: get Manifest Details. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifestDetails/).
271
+ * @summary: Get a manifest
272
+ * @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/).
284
273
  */
285
274
  getManifestDetails({ manifestId, requestHeaders }?: OrderPlatformValidator.GetManifestDetailsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.ManifestDetails>;
286
275
  /**
@@ -289,8 +278,8 @@ declare class Order {
289
278
  * @param {import("../PlatformAPIClient").Options} - Options
290
279
  * @returns {Promise<OrderPlatformModel.ManifestShipmentListing>} - Success response
291
280
  * @name getManifestShipments
292
- * @summary:
293
- * @description: get Manifest Shipments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifestShipments/).
281
+ * @summary: List manifest shipments
282
+ * @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/).
294
283
  */
295
284
  getManifestShipments({ dpIds, stores, toDate, fromDate, dpName, salesChannels, searchType, searchValue, pageNo, pageSize, requestHeaders, }?: OrderPlatformValidator.GetManifestShipmentsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.ManifestShipmentListing>;
296
285
  /**
@@ -299,8 +288,8 @@ declare class Order {
299
288
  * @param {import("../PlatformAPIClient").Options} - Options
300
289
  * @returns {Promise<OrderPlatformModel.ManifestFiltersResponse>} - Success response
301
290
  * @name getManifestfilters
302
- * @summary:
303
- * @description: get Manifest Filters. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifestfilters/).
291
+ * @summary: List filters
292
+ * @description: Get supported filter for listing manifests - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifestfilters/).
304
293
  */
305
294
  getManifestfilters({ view, requestHeaders }?: OrderPlatformValidator.GetManifestfiltersParam, { responseHeaders }?: object): Promise<OrderPlatformModel.ManifestFiltersResponse>;
306
295
  /**
@@ -309,8 +298,8 @@ declare class Order {
309
298
  * @param {import("../PlatformAPIClient").Options} - Options
310
299
  * @returns {Promise<OrderPlatformModel.ManifestList>} - Success response
311
300
  * @name getManifests
312
- * @summary:
313
- * @description: Fetch Manifests - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getManifests/).
301
+ * @summary: List manifests
302
+ * @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/).
314
303
  */
315
304
  getManifests({ status, startDate, endDate, searchType, storeId, searchValue, dpIds, pageNo, pageSize, requestHeaders, }?: OrderPlatformValidator.GetManifestsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.ManifestList>;
316
305
  /**
@@ -319,8 +308,8 @@ declare class Order {
319
308
  * @param {import("../PlatformAPIClient").Options} - Options
320
309
  * @returns {Promise<OrderPlatformModel.OrderDetailsResponse>} - Success response
321
310
  * @name getOrderById
322
- * @summary: Get order by ID
323
- * @description: Retrieve detailed information about a specific order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getOrderById/).
311
+ * @summary: Get order
312
+ * @description: Get detailed information about a specific order - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getOrderById/).
324
313
  */
325
314
  getOrderById({ orderId, myOrders, allowInactive, requestHeaders }?: OrderPlatformValidator.GetOrderByIdParam, { responseHeaders }?: object): Promise<OrderPlatformModel.OrderDetailsResponse>;
326
315
  /**
@@ -329,8 +318,8 @@ declare class Order {
329
318
  * @param {import("../PlatformAPIClient").Options} - Options
330
319
  * @returns {Promise<OrderPlatformModel.OrderListingResponse>} - Success response
331
320
  * @name getOrders
332
- * @summary: Get orders
333
- * @description: Retrieve a list of available orders. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getOrders/).
321
+ * @summary: List orders
322
+ * @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/).
334
323
  */
335
324
  getOrders({ lane, searchType, bagStatus, timeToDispatch, paymentMethods, tags, searchValue, fromDate, toDate, startDate, endDate, dpIds, stores, salesChannels, pageNo, pageSize, isPrioritySort, customMeta, myOrders, showCrossCompanyData, customerId, orderType, allowInactive, requestHeaders, }?: OrderPlatformValidator.GetOrdersParam, { responseHeaders }?: object): Promise<OrderPlatformModel.OrderListingResponse>;
336
325
  /**
@@ -340,7 +329,7 @@ declare class Order {
340
329
  * @returns {Promise<OrderPlatformModel.GetActionsResponse>} - Success response
341
330
  * @name getRoleBasedActions
342
331
  * @summary: Get role-based actions
343
- * @description: Retrieve role based actions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getRoleBasedActions/).
332
+ * @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/).
344
333
  */
345
334
  getRoleBasedActions({ requestHeaders }?: any, { responseHeaders }?: object): Promise<OrderPlatformModel.GetActionsResponse>;
346
335
  /**
@@ -349,8 +338,8 @@ declare class Order {
349
338
  * @param {import("../PlatformAPIClient").Options} - Options
350
339
  * @returns {Promise<OrderPlatformModel.ShipmentInfoResponse>} - Success response
351
340
  * @name getShipmentById
352
- * @summary: Get shipment by ID
353
- * @description: Retrieve detailed information about a specific shipment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipmentById/).
341
+ * @summary: Get shipment
342
+ * @description: Get detailed information about a specific shipment - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipmentById/).
354
343
  */
355
344
  getShipmentById({ channelShipmentId, shipmentId, fetchActiveShipment, allowInactive, requestHeaders, }?: OrderPlatformValidator.GetShipmentByIdParam, { responseHeaders }?: object): Promise<OrderPlatformModel.ShipmentInfoResponse>;
356
345
  /**
@@ -359,8 +348,8 @@ declare class Order {
359
348
  * @param {import("../PlatformAPIClient").Options} - Options
360
349
  * @returns {Promise<OrderPlatformModel.ShipmentHistoryResponse>} - Success response
361
350
  * @name getShipmentHistory
362
- * @summary: Get shipment history
363
- * @description: Retrieve the shipment history. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipmentHistory/).
351
+ * @summary: Get a shipment's history
352
+ * @description: Get the history of the shipment - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipmentHistory/).
364
353
  */
365
354
  getShipmentHistory({ shipmentId, bagId, requestHeaders }?: OrderPlatformValidator.GetShipmentHistoryParam, { responseHeaders }?: object): Promise<OrderPlatformModel.ShipmentHistoryResponse>;
366
355
  /**
@@ -370,8 +359,8 @@ declare class Order {
370
359
  * @returns {Promise<OrderPlatformModel.PlatformShipmentReasonsResponse>} -
371
360
  * Success response
372
361
  * @name getShipmentReasons
373
- * @summary: Get shipment reasons
374
- * @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/).
362
+ * @summary: List bag cancellation reasons
363
+ * @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/).
375
364
  */
376
365
  getShipmentReasons({ shipmentId, bagId, state, requestHeaders }?: OrderPlatformValidator.GetShipmentReasonsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.PlatformShipmentReasonsResponse>;
377
366
  /**
@@ -382,8 +371,8 @@ declare class Order {
382
371
  * - Success response
383
372
  *
384
373
  * @name getShipments
385
- * @summary: Get shipments
386
- * @description: Retrieve a list of available shipments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getShipments/).
374
+ * @summary: List shipments
375
+ * @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/).
387
376
  */
388
377
  getShipments({ lane, bagStatus, statusOverrideLane, timeToDispatch, searchType, searchValue, fromDate, toDate, startDate, endDate, dpIds, stores, salesChannels, pageNo, pageSize, fetchActiveShipment, allowInactive, excludeLockedShipments, paymentMethods, channelShipmentId, channelOrderId, customMeta, orderingChannel, companyAffiliateTag, myOrders, platformUserId, sortType, showCrossCompanyData, tags, customerId, orderType, requestHeaders, }?: OrderPlatformValidator.GetShipmentsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.ShipmentInternalPlatformViewResponse>;
389
378
  /**
@@ -393,7 +382,7 @@ declare class Order {
393
382
  * @returns {Promise<OrderPlatformModel.BagStateTransitionMap>} - Success response
394
383
  * @name getStateTransitionMap
395
384
  * @summary: Get state transition map
396
- * @description: Retrieve a map of state transitions for orders. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getStateTransitionMap/).
385
+ * @description: Retrieve a map of state transitions for orders - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getStateTransitionMap/).
397
386
  */
398
387
  getStateTransitionMap({ requestHeaders }?: any, { responseHeaders }?: object): Promise<OrderPlatformModel.BagStateTransitionMap>;
399
388
  /**
@@ -402,8 +391,8 @@ declare class Order {
402
391
  * @param {import("../PlatformAPIClient").Options} - Options
403
392
  * @returns {Promise<OrderPlatformModel.TemplateDownloadResponse>} - Success response
404
393
  * @name getTemplate
405
- * @summary:
406
- * @description: Get the Excel file URL for the Template. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getTemplate/).
394
+ * @summary: Download bulk operation templates
395
+ * @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/).
407
396
  */
408
397
  getTemplate({ templateName, requestHeaders }?: OrderPlatformValidator.GetTemplateParam, { responseHeaders }?: object): Promise<OrderPlatformModel.TemplateDownloadResponse>;
409
398
  /**
@@ -412,8 +401,8 @@ declare class Order {
412
401
  * @param {import("../PlatformAPIClient").Options} - Options
413
402
  * @returns {Promise<OrderPlatformModel.FiltersResponse>} - Success response
414
403
  * @name getfilters
415
- * @summary: Get filters
416
- * @description: Retrieve listing filters. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getfilters/).
404
+ * @summary: List filters
405
+ * @description: Get supported filters for various listing operations - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/getfilters/).
417
406
  */
418
407
  getfilters({ view, groupEntity, requestHeaders }?: OrderPlatformValidator.GetfiltersParam, { responseHeaders }?: object): Promise<OrderPlatformModel.FiltersResponse>;
419
408
  /**
@@ -424,7 +413,7 @@ declare class Order {
424
413
  * Success response
425
414
  * @name invalidateShipmentCache
426
415
  * @summary: Invalidate shipment cache
427
- * @description: Invalidate shipment Cache. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/invalidateShipmentCache/).
416
+ * @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/).
428
417
  */
429
418
  invalidateShipmentCache({ body, requestHeaders }?: OrderPlatformValidator.InvalidateShipmentCacheParam, { responseHeaders }?: object): Promise<OrderPlatformModel.InvalidateShipmentCacheResponse>;
430
419
  /**
@@ -433,8 +422,8 @@ declare class Order {
433
422
  * @param {import("../PlatformAPIClient").Options} - Options
434
423
  * @returns {Promise<OrderPlatformModel.JobDetailsResponse>} - Success response
435
424
  * @name jobDetails
436
- * @summary:
437
- * @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/).
425
+ * @summary: Get bulk operation details
426
+ * @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/).
438
427
  */
439
428
  jobDetails({ batchId, requestHeaders }?: OrderPlatformValidator.JobDetailsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.JobDetailsResponse>;
440
429
  /**
@@ -443,8 +432,8 @@ declare class Order {
443
432
  * @param {import("../PlatformAPIClient").Options} - Options
444
433
  * @returns {Promise<OrderPlatformModel.ResponseDetail>} - Success response
445
434
  * @name orderUpdate
446
- * @summary: Order update
447
- * @description: Modify the details and status of an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/orderUpdate/).
435
+ * @summary: Update an order
436
+ * @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/).
448
437
  */
449
438
  orderUpdate({ body, requestHeaders }?: OrderPlatformValidator.OrderUpdateParam, { responseHeaders }?: object): Promise<OrderPlatformModel.ResponseDetail>;
450
439
  /**
@@ -453,8 +442,8 @@ declare class Order {
453
442
  * @param {import("../PlatformAPIClient").Options} - Options
454
443
  * @returns {Promise<OrderPlatformModel.ShipmentHistoryResponse>} - Success response
455
444
  * @name postShipmentHistory
456
- * @summary: Post shipment history
457
- * @description: Add history records for a shipment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/postShipmentHistory/).
445
+ * @summary: Create shipment history
446
+ * @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/).
458
447
  */
459
448
  postShipmentHistory({ body, requestHeaders }?: OrderPlatformValidator.PostShipmentHistoryParam, { responseHeaders }?: object): Promise<OrderPlatformModel.ShipmentHistoryResponse>;
460
449
  /**
@@ -464,8 +453,8 @@ declare class Order {
464
453
  * @returns {Promise<OrderPlatformModel.ProcessManifestItemResponse>} -
465
454
  * Success response
466
455
  * @name processManifests
467
- * @summary:
468
- * @description: Process Manifest. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/processManifests/).
456
+ * @summary: Generate manifest
457
+ * @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/).
469
458
  */
470
459
  processManifests({ body, requestHeaders }?: OrderPlatformValidator.ProcessManifestsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.ProcessManifestItemResponse>;
471
460
  /**
@@ -475,7 +464,7 @@ declare class Order {
475
464
  * @returns {Promise<OrderPlatformModel.StoreReassignResponse>} - Success response
476
465
  * @name reassignLocation
477
466
  * @summary: Reassign location
478
- * @description: Change the assigned location for an order or shipment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/reassignLocation/).
467
+ * @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/).
479
468
  */
480
469
  reassignLocation({ body, requestHeaders }?: OrderPlatformValidator.ReassignLocationParam, { responseHeaders }?: object): Promise<OrderPlatformModel.StoreReassignResponse>;
481
470
  /**
@@ -484,8 +473,8 @@ declare class Order {
484
473
  * @param {import("../PlatformAPIClient").Options} - Options
485
474
  * @returns {Promise<OrderPlatformModel.OrderStatusResult>} - Success response
486
475
  * @name sendSmsNinja
487
- * @summary: Send SMS via Ninja
488
- * @description: Send SMS Ninja Panel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/sendSmsNinja/).
476
+ * @summary: Send SMS
477
+ * @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/).
489
478
  */
490
479
  sendSmsNinja({ body, requestHeaders }?: OrderPlatformValidator.SendSmsNinjaParam, { responseHeaders }?: object): Promise<OrderPlatformModel.OrderStatusResult>;
491
480
  /**
@@ -495,7 +484,7 @@ declare class Order {
495
484
  * @returns {Promise<OrderPlatformModel.SendUserMobileOtpResponse>} - Success response
496
485
  * @name sendUserMobileOTP
497
486
  * @summary: Send user mobile OTP
498
- * @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/).
487
+ * @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/).
499
488
  */
500
489
  sendUserMobileOTP({ body, requestHeaders }?: OrderPlatformValidator.SendUserMobileOTPParam, { responseHeaders }?: object): Promise<OrderPlatformModel.SendUserMobileOtpResponse>;
501
490
  /**
@@ -506,7 +495,7 @@ declare class Order {
506
495
  * Success response
507
496
  * @name trackShipment
508
497
  * @summary: Track shipment
509
- * @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/).
498
+ * @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/).
510
499
  */
511
500
  trackShipment({ shipmentId, awb, pageNo, pageSize, requestHeaders }?: OrderPlatformValidator.TrackShipmentParam, { responseHeaders }?: object): Promise<OrderPlatformModel.CourierPartnerTrackingResponse>;
512
501
  /**
@@ -515,8 +504,8 @@ declare class Order {
515
504
  * @param {import("../PlatformAPIClient").Options} - Options
516
505
  * @returns {Promise<OrderPlatformModel.BaseResponse>} - Success response
517
506
  * @name updateAddress
518
- * @summary: Update address
519
- * @description: Modify the shipping address for an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateAddress/).
507
+ * @summary: Update shipment address
508
+ * @description: Modify the address details of an existing shipment - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateAddress/).
520
509
  */
521
510
  updateAddress({ shipmentId, addressCategory, name, address, addressType, pincode, phone, email, landmark, city, state, country, requestHeaders, }?: OrderPlatformValidator.UpdateAddressParam, { responseHeaders }?: object): Promise<OrderPlatformModel.BaseResponse>;
522
511
  /**
@@ -528,7 +517,7 @@ declare class Order {
528
517
  *
529
518
  * @name updatePackagingDimensions
530
519
  * @summary: Update packaging dimensions
531
- * @description: Modify the dimensions of packaging. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updatePackagingDimensions/).
520
+ * @description: Used to modify the packaging dimension of a shipment - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updatePackagingDimensions/).
532
521
  */
533
522
  updatePackagingDimensions({ body, requestHeaders }?: OrderPlatformValidator.UpdatePackagingDimensionsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.UpdatePackagingDimensionsResponse>;
534
523
  /**
@@ -538,7 +527,7 @@ declare class Order {
538
527
  * @returns {Promise<OrderPlatformModel.UpdateShipmentLockResponse>} -
539
528
  * Success response
540
529
  * @name updateShipmentLock
541
- * @summary: Update shipment lock
530
+ * @summary: Update a shipment lock
542
531
  * @description: Modify shipment/bag lock and check status. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateShipmentLock/).
543
532
  */
544
533
  updateShipmentLock({ body, requestHeaders }?: OrderPlatformValidator.UpdateShipmentLockParam, { responseHeaders }?: object): Promise<OrderPlatformModel.UpdateShipmentLockResponse>;
@@ -550,8 +539,8 @@ declare class Order {
550
539
  * - Success response
551
540
  *
552
541
  * @name updateShipmentStatus
553
- * @summary: Update shipment status
554
- * @description: Shipment state transition or Shipment data update or both. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/updateShipmentStatus/).
542
+ * @summary: Update a shipment's status
543
+ * @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/).
555
544
  */
556
545
  updateShipmentStatus({ body, requestHeaders }?: OrderPlatformValidator.UpdateShipmentStatusParam, { responseHeaders }?: object): Promise<OrderPlatformModel.UpdateShipmentStatusResponseBody>;
557
546
  /**
@@ -562,7 +551,7 @@ declare class Order {
562
551
  * Success response
563
552
  * @name updateShipmentTracking
564
553
  * @summary: Update shipment tracking
565
- * @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/).
554
+ * @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/).
566
555
  */
567
556
  updateShipmentTracking({ body, requestHeaders }?: OrderPlatformValidator.UpdateShipmentTrackingParam, { responseHeaders }?: object): Promise<OrderPlatformModel.CourierPartnerTrackingDetails>;
568
557
  /**
@@ -571,8 +560,8 @@ declare class Order {
571
560
  * @param {import("../PlatformAPIClient").Options} - Options
572
561
  * @returns {Promise<OrderPlatformModel.SuccessResponse>} - Success response
573
562
  * @name uploadConsents
574
- * @summary:
575
- * @description: Upload Consent - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/uploadConsents/).
563
+ * @summary: Upload consent
564
+ * @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/).
576
565
  */
577
566
  uploadConsents({ manifestId, body, requestHeaders }?: OrderPlatformValidator.UploadConsentsParam, { responseHeaders }?: object): Promise<OrderPlatformModel.SuccessResponse>;
578
567
  /**
@@ -582,7 +571,7 @@ declare class Order {
582
571
  * @returns {Promise<OrderPlatformModel.VerifyOtpResponse>} - Success response
583
572
  * @name verifyMobileOTP
584
573
  * @summary: Verify mobile OTP
585
- * @description: Verify Mobile OTP - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/order/verifyMobileOTP/).
574
+ * @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/).
586
575
  */
587
576
  verifyMobileOTP({ body, requestHeaders }?: OrderPlatformValidator.VerifyMobileOTPParam, { responseHeaders }?: object): Promise<OrderPlatformModel.VerifyOtpResponse>;
588
577
  }