@gofynd/fdk-client-javascript 3.3.5 → 3.3.6
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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +30 -30
- package/sdk/application/Cart/CartApplicationClient.js +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.js +30 -30
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +2 -2
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
- package/sdk/application/Content/ContentApplicationClient.d.ts +24 -24
- package/sdk/application/Content/ContentApplicationClient.js +24 -24
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +2 -2
- package/sdk/application/Finance/FinanceApplicationClient.js +2 -2
- package/sdk/application/Lead/LeadApplicationClient.d.ts +5 -5
- package/sdk/application/Lead/LeadApplicationClient.js +5 -5
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
- package/sdk/application/Order/OrderApplicationClient.js +12 -12
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +46 -46
- package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +7 -7
- package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/User/UserApplicationClient.d.ts +47 -47
- package/sdk/application/User/UserApplicationClient.js +47 -47
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
- package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +6 -6
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +6 -6
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +7 -7
- package/sdk/partner/Lead/LeadPartnerClient.js +7 -7
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +2 -2
- package/sdk/partner/Lead/LeadPartnerModel.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +2 -2
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +1 -1
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +24 -24
- package/sdk/partner/Theme/ThemePartnerClient.js +24 -24
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +10 -10
- package/sdk/partner/Webhook/WebhookPartnerClient.js +10 -10
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.js +1 -1
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +2 -2
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +1 -1
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +5 -5
- package/sdk/platform/Billing/BillingPlatformClient.js +5 -5
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +62 -62
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +62 -62
- package/sdk/platform/Cart/CartPlatformModel.d.ts +41 -3
- package/sdk/platform/Cart/CartPlatformModel.js +24 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +66 -66
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +66 -66
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +77 -77
- package/sdk/platform/Catalog/CatalogPlatformClient.js +77 -77
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +56 -3
- package/sdk/platform/Catalog/CatalogPlatformModel.js +40 -1
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +2 -2
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +2 -2
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
- package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +2 -2
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +1 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +107 -107
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +107 -107
- package/sdk/platform/Content/ContentPlatformClient.d.ts +40 -40
- package/sdk/platform/Content/ContentPlatformClient.js +40 -40
- package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -2
- package/sdk/platform/Content/ContentPlatformModel.js +1 -1
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformModel.js +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +10 -10
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +10 -10
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +9 -9
- package/sdk/platform/Lead/LeadPlatformClient.js +9 -9
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformModel.js +1 -1
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -5
- package/sdk/platform/Order/OrderPlatformClient.d.ts +58 -58
- package/sdk/platform/Order/OrderPlatformClient.js +58 -58
- package/sdk/platform/Order/OrderPlatformModel.d.ts +9 -9
- package/sdk/platform/Order/OrderPlatformModel.js +6 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2 -2
- package/sdk/platform/Payment/PaymentPlatformModel.js +1 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +38 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -38
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +28 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +28 -28
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +1 -1
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformModel.js +1 -1
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +22 -22
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +22 -22
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +4 -4
- package/sdk/platform/Theme/ThemePlatformClient.js +4 -4
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +34 -34
- package/sdk/platform/User/UserPlatformApplicationClient.js +34 -34
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
- package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
- package/sdk/public/Catalog/CatalogPublicClient.d.ts +1 -1
- package/sdk/public/Catalog/CatalogPublicClient.js +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
- package/sdk/public/Content/ContentPublicClient.d.ts +14 -14
- package/sdk/public/Content/ContentPublicClient.js +14 -14
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -5
- package/sdk/public/Webhook/WebhookPublicClient.js +5 -5
|
@@ -24,7 +24,7 @@ declare class Order {
|
|
|
24
24
|
* @returns {Promise<CustomerDetailsResponseSchema>} - Success response
|
|
25
25
|
* @name getCustomerDetailsByShipmentId
|
|
26
26
|
* @summary: Get shipment's customer
|
|
27
|
-
* @description: Get customer details such as mobile number using Shipment ID. - Check out [method documentation](https://
|
|
27
|
+
* @description: Get customer details such as mobile number using Shipment ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getCustomerDetailsByShipmentId/).
|
|
28
28
|
*/
|
|
29
29
|
getCustomerDetailsByShipmentId({ orderId, shipmentId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<CustomerDetailsResponseSchema>;
|
|
30
30
|
/**
|
|
@@ -33,7 +33,7 @@ declare class Order {
|
|
|
33
33
|
* @returns {Promise<ResponseGetInvoiceShipment>} - Success response
|
|
34
34
|
* @name getInvoiceByShipmentId
|
|
35
35
|
* @summary: Retrieves invoice for shipment
|
|
36
|
-
* @description: Get invoice corresponding to a specific shipment ID. - Check out [method documentation](https://
|
|
36
|
+
* @description: Get invoice corresponding to a specific shipment ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getInvoiceByShipmentId/).
|
|
37
37
|
*/
|
|
38
38
|
getInvoiceByShipmentId({ shipmentId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ResponseGetInvoiceShipment>;
|
|
39
39
|
/**
|
|
@@ -42,7 +42,7 @@ declare class Order {
|
|
|
42
42
|
* @returns {Promise<OrderById>} - Success response
|
|
43
43
|
* @name getOrderById
|
|
44
44
|
* @summary: Get an order
|
|
45
|
-
* @description: Get order details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://
|
|
45
|
+
* @description: Get order details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getOrderById/).
|
|
46
46
|
*/
|
|
47
47
|
getOrderById({ orderId, allowInactive, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<OrderById>;
|
|
48
48
|
/**
|
|
@@ -51,7 +51,7 @@ declare class Order {
|
|
|
51
51
|
* @returns {Promise<OrderList>} - Success response
|
|
52
52
|
* @name getOrders
|
|
53
53
|
* @summary: List customer orders
|
|
54
|
-
* @description: Get all orders associated with a customer account. - Check out [method documentation](https://
|
|
54
|
+
* @description: Get all orders associated with a customer account. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getOrders/).
|
|
55
55
|
*/
|
|
56
56
|
getOrders({ status, pageNo, pageSize, fromDate, toDate, startDate, endDate, customMeta, allowInactive, requestHeaders, }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<OrderList>;
|
|
57
57
|
/**
|
|
@@ -60,7 +60,7 @@ declare class Order {
|
|
|
60
60
|
* @returns {Promise<OrderById>} - Success response
|
|
61
61
|
* @name getPosOrderById
|
|
62
62
|
* @summary: Retrieves POS order details
|
|
63
|
-
* @description: Retrieve a POS order and all its details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://
|
|
63
|
+
* @description: Retrieve a POS order and all its details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getPosOrderById/).
|
|
64
64
|
*/
|
|
65
65
|
getPosOrderById({ orderId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<OrderById>;
|
|
66
66
|
/**
|
|
@@ -69,7 +69,7 @@ declare class Order {
|
|
|
69
69
|
* @returns {Promise<ShipmentBagReasons>} - Success response
|
|
70
70
|
* @name getShipmentBagReasons
|
|
71
71
|
* @summary: Retrieve Reasons for Cancellation and Return journey
|
|
72
|
-
* @description: Allows users to retrieve a comprehensive list of reasons for cancellation or returning a shipment. It provides both cancellation and return reasons, with an emphasis on Quality Control (QC) evaluations. - Check out [method documentation](https://
|
|
72
|
+
* @description: Allows users to retrieve a comprehensive list of reasons for cancellation or returning a shipment. It provides both cancellation and return reasons, with an emphasis on Quality Control (QC) evaluations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getShipmentBagReasons/).
|
|
73
73
|
*/
|
|
74
74
|
getShipmentBagReasons({ shipmentId, bagId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ShipmentBagReasons>;
|
|
75
75
|
/**
|
|
@@ -78,7 +78,7 @@ declare class Order {
|
|
|
78
78
|
* @returns {Promise<ShipmentById>} - Success response
|
|
79
79
|
* @name getShipmentById
|
|
80
80
|
* @summary: Get a Shipment
|
|
81
|
-
* @description: Get shipment details such as price breakup, tracking details, store information, etc. using Shipment ID. - Check out [method documentation](https://
|
|
81
|
+
* @description: Get shipment details such as price breakup, tracking details, store information, etc. using Shipment ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getShipmentById/).
|
|
82
82
|
*/
|
|
83
83
|
getShipmentById({ shipmentId, allowInactive, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ShipmentById>;
|
|
84
84
|
/**
|
|
@@ -87,7 +87,7 @@ declare class Order {
|
|
|
87
87
|
* @returns {Promise<ShipmentReasons>} - Success response
|
|
88
88
|
* @name getShipmentReasons
|
|
89
89
|
* @summary: List shipment cancellation reasons
|
|
90
|
-
* @description: Get reasons to perform full or partial cancellation of a shipment. - Check out [method documentation](https://
|
|
90
|
+
* @description: Get reasons to perform full or partial cancellation of a shipment. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getShipmentReasons/).
|
|
91
91
|
*/
|
|
92
92
|
getShipmentReasons({ shipmentId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ShipmentReasons>;
|
|
93
93
|
/**
|
|
@@ -96,7 +96,7 @@ declare class Order {
|
|
|
96
96
|
* @returns {Promise<SendOtpToCustomerResponseSchema>} - Success response
|
|
97
97
|
* @name sendOtpToShipmentCustomer
|
|
98
98
|
* @summary: Send OTP to customer
|
|
99
|
-
* @description: Send OTP to the customer for shipment verification. - Check out [method documentation](https://
|
|
99
|
+
* @description: Send OTP to the customer for shipment verification. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/sendOtpToShipmentCustomer/).
|
|
100
100
|
*/
|
|
101
101
|
sendOtpToShipmentCustomer({ orderId, shipmentId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<SendOtpToCustomerResponseSchema>;
|
|
102
102
|
/**
|
|
@@ -105,7 +105,7 @@ declare class Order {
|
|
|
105
105
|
* @returns {Promise<ShipmentTrack>} - Success response
|
|
106
106
|
* @name trackShipment
|
|
107
107
|
* @summary: Track shipment status
|
|
108
|
-
* @description: Track Shipment by shipment id, for application based on application Id. - Check out [method documentation](https://
|
|
108
|
+
* @description: Track Shipment by shipment id, for application based on application Id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/trackShipment/).
|
|
109
109
|
*/
|
|
110
110
|
trackShipment({ shipmentId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ShipmentTrack>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ declare class Order {
|
|
|
114
114
|
* @returns {Promise<ShipmentApplicationStatusResponseSchema>} - Success response
|
|
115
115
|
* @name updateShipmentStatus
|
|
116
116
|
* @summary: Updates shipment status
|
|
117
|
-
* @description: This operation allows for updating the status and properties of a shipment. For example, it allows users to initiate a return by providing reasons and uploading quality check images. - Check out [method documentation](https://
|
|
117
|
+
* @description: This operation allows for updating the status and properties of a shipment. For example, it allows users to initiate a return by providing reasons and uploading quality check images. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/updateShipmentStatus/).
|
|
118
118
|
*/
|
|
119
119
|
updateShipmentStatus({ shipmentId, body, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ShipmentApplicationStatusResponseSchema>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ declare class Order {
|
|
|
123
123
|
* @returns {Promise<VerifyOtpResponseSchema>} - Success response
|
|
124
124
|
* @name verifyOtpShipmentCustomer
|
|
125
125
|
* @summary: Verifies OTP
|
|
126
|
-
* @description: Verify OTP for getting shipment details - Check out [method documentation](https://
|
|
126
|
+
* @description: Verify OTP for getting shipment details - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/verifyOtpShipmentCustomer/).
|
|
127
127
|
*/
|
|
128
128
|
verifyOtpShipmentCustomer({ orderId, shipmentId, body, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<VerifyOtpResponseSchema>;
|
|
129
129
|
}
|
|
@@ -57,7 +57,7 @@ class Order {
|
|
|
57
57
|
* @returns {Promise<CustomerDetailsResponseSchema>} - Success response
|
|
58
58
|
* @name getCustomerDetailsByShipmentId
|
|
59
59
|
* @summary: Get shipment's customer
|
|
60
|
-
* @description: Get customer details such as mobile number using Shipment ID. - Check out [method documentation](https://
|
|
60
|
+
* @description: Get customer details such as mobile number using Shipment ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getCustomerDetailsByShipmentId/).
|
|
61
61
|
*/
|
|
62
62
|
async getCustomerDetailsByShipmentId(
|
|
63
63
|
{ orderId, shipmentId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -106,7 +106,7 @@ class Order {
|
|
|
106
106
|
* @returns {Promise<ResponseGetInvoiceShipment>} - Success response
|
|
107
107
|
* @name getInvoiceByShipmentId
|
|
108
108
|
* @summary: Retrieves invoice for shipment
|
|
109
|
-
* @description: Get invoice corresponding to a specific shipment ID. - Check out [method documentation](https://
|
|
109
|
+
* @description: Get invoice corresponding to a specific shipment ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getInvoiceByShipmentId/).
|
|
110
110
|
*/
|
|
111
111
|
async getInvoiceByShipmentId(
|
|
112
112
|
{ shipmentId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -152,7 +152,7 @@ class Order {
|
|
|
152
152
|
* @returns {Promise<OrderById>} - Success response
|
|
153
153
|
* @name getOrderById
|
|
154
154
|
* @summary: Get an order
|
|
155
|
-
* @description: Get order details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://
|
|
155
|
+
* @description: Get order details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getOrderById/).
|
|
156
156
|
*/
|
|
157
157
|
async getOrderById(
|
|
158
158
|
{ orderId, allowInactive, requestHeaders } = { requestHeaders: {} },
|
|
@@ -199,7 +199,7 @@ class Order {
|
|
|
199
199
|
* @returns {Promise<OrderList>} - Success response
|
|
200
200
|
* @name getOrders
|
|
201
201
|
* @summary: List customer orders
|
|
202
|
-
* @description: Get all orders associated with a customer account. - Check out [method documentation](https://
|
|
202
|
+
* @description: Get all orders associated with a customer account. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getOrders/).
|
|
203
203
|
*/
|
|
204
204
|
async getOrders(
|
|
205
205
|
{
|
|
@@ -256,7 +256,7 @@ class Order {
|
|
|
256
256
|
* @returns {Promise<OrderById>} - Success response
|
|
257
257
|
* @name getPosOrderById
|
|
258
258
|
* @summary: Retrieves POS order details
|
|
259
|
-
* @description: Retrieve a POS order and all its details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://
|
|
259
|
+
* @description: Retrieve a POS order and all its details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getPosOrderById/).
|
|
260
260
|
*/
|
|
261
261
|
async getPosOrderById(
|
|
262
262
|
{ orderId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -302,7 +302,7 @@ class Order {
|
|
|
302
302
|
* @returns {Promise<ShipmentBagReasons>} - Success response
|
|
303
303
|
* @name getShipmentBagReasons
|
|
304
304
|
* @summary: Retrieve Reasons for Cancellation and Return journey
|
|
305
|
-
* @description: Allows users to retrieve a comprehensive list of reasons for cancellation or returning a shipment. It provides both cancellation and return reasons, with an emphasis on Quality Control (QC) evaluations. - Check out [method documentation](https://
|
|
305
|
+
* @description: Allows users to retrieve a comprehensive list of reasons for cancellation or returning a shipment. It provides both cancellation and return reasons, with an emphasis on Quality Control (QC) evaluations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getShipmentBagReasons/).
|
|
306
306
|
*/
|
|
307
307
|
async getShipmentBagReasons(
|
|
308
308
|
{ shipmentId, bagId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -351,7 +351,7 @@ class Order {
|
|
|
351
351
|
* @returns {Promise<ShipmentById>} - Success response
|
|
352
352
|
* @name getShipmentById
|
|
353
353
|
* @summary: Get a Shipment
|
|
354
|
-
* @description: Get shipment details such as price breakup, tracking details, store information, etc. using Shipment ID. - Check out [method documentation](https://
|
|
354
|
+
* @description: Get shipment details such as price breakup, tracking details, store information, etc. using Shipment ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getShipmentById/).
|
|
355
355
|
*/
|
|
356
356
|
async getShipmentById(
|
|
357
357
|
{ shipmentId, allowInactive, requestHeaders } = { requestHeaders: {} },
|
|
@@ -398,7 +398,7 @@ class Order {
|
|
|
398
398
|
* @returns {Promise<ShipmentReasons>} - Success response
|
|
399
399
|
* @name getShipmentReasons
|
|
400
400
|
* @summary: List shipment cancellation reasons
|
|
401
|
-
* @description: Get reasons to perform full or partial cancellation of a shipment. - Check out [method documentation](https://
|
|
401
|
+
* @description: Get reasons to perform full or partial cancellation of a shipment. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/getShipmentReasons/).
|
|
402
402
|
*/
|
|
403
403
|
async getShipmentReasons(
|
|
404
404
|
{ shipmentId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -444,7 +444,7 @@ class Order {
|
|
|
444
444
|
* @returns {Promise<SendOtpToCustomerResponseSchema>} - Success response
|
|
445
445
|
* @name sendOtpToShipmentCustomer
|
|
446
446
|
* @summary: Send OTP to customer
|
|
447
|
-
* @description: Send OTP to the customer for shipment verification. - Check out [method documentation](https://
|
|
447
|
+
* @description: Send OTP to the customer for shipment verification. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/sendOtpToShipmentCustomer/).
|
|
448
448
|
*/
|
|
449
449
|
async sendOtpToShipmentCustomer(
|
|
450
450
|
{ orderId, shipmentId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -493,7 +493,7 @@ class Order {
|
|
|
493
493
|
* @returns {Promise<ShipmentTrack>} - Success response
|
|
494
494
|
* @name trackShipment
|
|
495
495
|
* @summary: Track shipment status
|
|
496
|
-
* @description: Track Shipment by shipment id, for application based on application Id. - Check out [method documentation](https://
|
|
496
|
+
* @description: Track Shipment by shipment id, for application based on application Id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/trackShipment/).
|
|
497
497
|
*/
|
|
498
498
|
async trackShipment(
|
|
499
499
|
{ shipmentId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -539,7 +539,7 @@ class Order {
|
|
|
539
539
|
* @returns {Promise<ShipmentApplicationStatusResponseSchema>} - Success response
|
|
540
540
|
* @name updateShipmentStatus
|
|
541
541
|
* @summary: Updates shipment status
|
|
542
|
-
* @description: This operation allows for updating the status and properties of a shipment. For example, it allows users to initiate a return by providing reasons and uploading quality check images. - Check out [method documentation](https://
|
|
542
|
+
* @description: This operation allows for updating the status and properties of a shipment. For example, it allows users to initiate a return by providing reasons and uploading quality check images. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/updateShipmentStatus/).
|
|
543
543
|
*/
|
|
544
544
|
async updateShipmentStatus(
|
|
545
545
|
{ shipmentId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -585,7 +585,7 @@ class Order {
|
|
|
585
585
|
* @returns {Promise<VerifyOtpResponseSchema>} - Success response
|
|
586
586
|
* @name verifyOtpShipmentCustomer
|
|
587
587
|
* @summary: Verifies OTP
|
|
588
|
-
* @description: Verify OTP for getting shipment details - Check out [method documentation](https://
|
|
588
|
+
* @description: Verify OTP for getting shipment details - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/application/order/verifyOtpShipmentCustomer/).
|
|
589
589
|
*/
|
|
590
590
|
async verifyOtpShipmentCustomer(
|
|
591
591
|
{ orderId, shipmentId, body, requestHeaders } = { requestHeaders: {} },
|