@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
|
@@ -21,7 +21,7 @@ class Lead {
|
|
|
21
21
|
* @returns {Promise<LeadPartnerModel.TicketList>} - Success response
|
|
22
22
|
* @name getTickets
|
|
23
23
|
* @summary: Gets the list of partner level tickets and/or ticket filters depending on query params
|
|
24
|
-
* @description: Gets the list of partner level tickets and/or ticket filters - Check out [method documentation](https://
|
|
24
|
+
* @description: Gets the list of partner level tickets and/or ticket filters - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/lead/getTickets/).
|
|
25
25
|
*/
|
|
26
26
|
async getTickets(
|
|
27
27
|
{
|
|
@@ -178,7 +178,7 @@ class Lead {
|
|
|
178
178
|
* @returns {Promise<LeadPartnerModel.Ticket>} - Success response
|
|
179
179
|
* @name createTicket
|
|
180
180
|
* @summary: Creates a partner level ticket
|
|
181
|
-
* @description: Creates a partner level ticket - Check out [method documentation](https://
|
|
181
|
+
* @description: Creates a partner level ticket - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/lead/createTicket/).
|
|
182
182
|
*/
|
|
183
183
|
async createTicket(
|
|
184
184
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -253,7 +253,7 @@ class Lead {
|
|
|
253
253
|
* @returns {Promise<LeadPartnerModel.Ticket>} - Success response
|
|
254
254
|
* @name getTicket
|
|
255
255
|
* @summary: Retreives ticket details of a partner level ticket with ticket ID
|
|
256
|
-
* @description: Retreives ticket details of a partner level ticket - Check out [method documentation](https://
|
|
256
|
+
* @description: Retreives ticket details of a partner level ticket - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/lead/getTicket/).
|
|
257
257
|
*/
|
|
258
258
|
async getTicket(
|
|
259
259
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -328,7 +328,7 @@ class Lead {
|
|
|
328
328
|
* @returns {Promise<LeadPartnerModel.Ticket>} - Success response
|
|
329
329
|
* @name editTicket
|
|
330
330
|
* @summary: Edits ticket details of a partner level ticket
|
|
331
|
-
* @description: Edits ticket details of a partner level ticket such as status, priority, category, tags, attachments, assigne & ticket content changes - Check out [method documentation](https://
|
|
331
|
+
* @description: Edits ticket details of a partner level ticket such as status, priority, category, tags, attachments, assigne & ticket content changes - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/lead/editTicket/).
|
|
332
332
|
*/
|
|
333
333
|
async editTicket(
|
|
334
334
|
{ id, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -405,7 +405,7 @@ class Lead {
|
|
|
405
405
|
* @returns {Promise<LeadPartnerModel.TicketHistory>} - Success response
|
|
406
406
|
* @name createHistory
|
|
407
407
|
* @summary: Create history for specific partner level ticket
|
|
408
|
-
* @description: Create history for specific partner level ticket, this history is seen on ticket detail page, this can be comment, log or rating. - Check out [method documentation](https://
|
|
408
|
+
* @description: Create history for specific partner level ticket, this history is seen on ticket detail page, this can be comment, log or rating. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/lead/createHistory/).
|
|
409
409
|
*/
|
|
410
410
|
async createHistory(
|
|
411
411
|
{ id, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -482,7 +482,7 @@ class Lead {
|
|
|
482
482
|
* @returns {Promise<LeadPartnerModel.TicketHistoryList>} - Success response
|
|
483
483
|
* @name getTicketHistory
|
|
484
484
|
* @summary: Gets history list for specific partner level ticket
|
|
485
|
-
* @description: Gets history list for specific partner level ticket, this history is seen on ticket detail page, this can be comment, log or rating. - Check out [method documentation](https://
|
|
485
|
+
* @description: Gets history list for specific partner level ticket, this history is seen on ticket detail page, this can be comment, log or rating. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/lead/getTicketHistory/).
|
|
486
486
|
*/
|
|
487
487
|
async getTicketHistory(
|
|
488
488
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -559,7 +559,7 @@ class Lead {
|
|
|
559
559
|
* @returns {Promise<LeadPartnerModel.GeneralConfigDetails>} - Success response
|
|
560
560
|
* @name getGeneralConfig
|
|
561
561
|
* @summary: Get general support configuration
|
|
562
|
-
* @description: Get general support configuration. - Check out [method documentation](https://
|
|
562
|
+
* @description: Get general support configuration. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/lead/getGeneralConfig/).
|
|
563
563
|
*/
|
|
564
564
|
async getGeneralConfig(
|
|
565
565
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -7,7 +7,7 @@ export = LeadPartnerModel;
|
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* @typedef Page
|
|
10
|
-
* @property {number} [item_total] - The total number of items
|
|
10
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
11
11
|
* @property {string} [next_id] - The identifier for the next page.
|
|
12
12
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
13
13
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
@@ -196,7 +196,7 @@ type TicketList = {
|
|
|
196
196
|
declare function Page(): Page;
|
|
197
197
|
type Page = {
|
|
198
198
|
/**
|
|
199
|
-
* - The total number of items
|
|
199
|
+
* - The total number of all items across all pages.
|
|
200
200
|
*/
|
|
201
201
|
item_total?: number;
|
|
202
202
|
/**
|
|
@@ -9,7 +9,7 @@ const Joi = require("joi");
|
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @typedef Page
|
|
12
|
-
* @property {number} [item_total] - The total number of items
|
|
12
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
13
13
|
* @property {string} [next_id] - The identifier for the next page.
|
|
14
14
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
15
15
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
@@ -11,7 +11,7 @@ declare class Logistics {
|
|
|
11
11
|
*
|
|
12
12
|
* @name sampleFileServiceability
|
|
13
13
|
* @summary: Sample File Download
|
|
14
|
-
* @description: Sample File Download - Check out [method documentation](https://
|
|
14
|
+
* @description: Sample File Download - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/sampleFileServiceability/).
|
|
15
15
|
*/
|
|
16
16
|
sampleFileServiceability({ body, requestHeaders }?: LogisticsPartnerValidator.SampleFileServiceabilityParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.BulkRegionServiceabilityTatResultItemData>;
|
|
17
17
|
/**
|
|
@@ -25,7 +25,7 @@ declare class Logistics {
|
|
|
25
25
|
*
|
|
26
26
|
* @name getSampleFileServiceabilityStatus
|
|
27
27
|
* @summary: Get Serviceability TAT sample files generator status
|
|
28
|
-
* @description: Get Serviceability TAT sample file generator status - Check out [method documentation](https://
|
|
28
|
+
* @description: Get Serviceability TAT sample file generator status - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getSampleFileServiceabilityStatus/).
|
|
29
29
|
*/
|
|
30
30
|
getSampleFileServiceabilityStatus({ pageNo, pageSize, batchId, requestHeaders }?: LogisticsPartnerValidator.GetSampleFileServiceabilityStatusParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.BulkRegionServiceabilityTatResult>;
|
|
31
31
|
/**
|
|
@@ -36,7 +36,7 @@ declare class Logistics {
|
|
|
36
36
|
* Success response
|
|
37
37
|
* @name bulkTat
|
|
38
38
|
* @summary: Region TAT Import or Export
|
|
39
|
-
* @description: Region TAT Import or Export - Check out [method documentation](https://
|
|
39
|
+
* @description: Region TAT Import or Export - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/bulkTat/).
|
|
40
40
|
*/
|
|
41
41
|
bulkTat({ extensionId, schemeId, body, requestHeaders }?: LogisticsPartnerValidator.BulkTatParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.BulkRegionResultItemData>;
|
|
42
42
|
/**
|
|
@@ -46,7 +46,7 @@ declare class Logistics {
|
|
|
46
46
|
* @returns {Promise<LogisticsPartnerModel.BulkRegionResult>} - Success response
|
|
47
47
|
* @name getBulkTat
|
|
48
48
|
* @summary: Get region tat bulk history
|
|
49
|
-
* @description: Get region tat bulk history - Check out [method documentation](https://
|
|
49
|
+
* @description: Get region tat bulk history - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getBulkTat/).
|
|
50
50
|
*/
|
|
51
51
|
getBulkTat({ extensionId, schemeId, pageNo, pageSize, batchId, action, status, country, region, startDate, endDate, requestHeaders, }?: LogisticsPartnerValidator.GetBulkTatParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.BulkRegionResult>;
|
|
52
52
|
/**
|
|
@@ -56,7 +56,7 @@ declare class Logistics {
|
|
|
56
56
|
* @returns {Promise<LogisticsPartnerModel.RegionTatResult>} - Success response
|
|
57
57
|
* @name createDeliveryTime
|
|
58
58
|
* @summary: Region based delivery time insert
|
|
59
|
-
* @description: Insert the region based delivery time for a specific region within a courier partner scheme. - Check out [method documentation](https://
|
|
59
|
+
* @description: Insert the region based delivery time for a specific region within a courier partner scheme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/createDeliveryTime/).
|
|
60
60
|
*/
|
|
61
61
|
createDeliveryTime({ partnerOrgId, courierPartnerExtensionId, schemeId, body, requestHeaders, }?: LogisticsPartnerValidator.CreateDeliveryTimeParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RegionTatResult>;
|
|
62
62
|
/**
|
|
@@ -66,7 +66,7 @@ declare class Logistics {
|
|
|
66
66
|
* @returns {Promise<LogisticsPartnerModel.RegionTatItemResult>} - Success response
|
|
67
67
|
* @name getDeliveryTimes
|
|
68
68
|
* @summary: Get region based delivery time list
|
|
69
|
-
* @description: Retrieve a list of delivery time for specific regions within a courier partner scheme. - Check out [method documentation](https://
|
|
69
|
+
* @description: Retrieve a list of delivery time for specific regions within a courier partner scheme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getDeliveryTimes/).
|
|
70
70
|
*/
|
|
71
71
|
getDeliveryTimes({ partnerOrgId, courierPartnerExtensionId, schemeId, pageNo, pageSize, fromCountryCode, fromStateCode, fromCityCode, fromSectorCode, fromPincode, toCountryCode, toStateCode, toCityCode, toSectorCode, toPincode, requestHeaders, }?: LogisticsPartnerValidator.GetDeliveryTimesParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RegionTatItemResult>;
|
|
72
72
|
/**
|
|
@@ -76,7 +76,7 @@ declare class Logistics {
|
|
|
76
76
|
* @returns {Promise<LogisticsPartnerModel.RegionTatResult>} - Success response
|
|
77
77
|
* @name getDeliveryTime
|
|
78
78
|
* @summary: Get region based delivery time for a given identifier
|
|
79
|
-
* @description: Retrieve the delivery time details for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://
|
|
79
|
+
* @description: Retrieve the delivery time details for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getDeliveryTime/).
|
|
80
80
|
*/
|
|
81
81
|
getDeliveryTime({ partnerOrgId, courierPartnerExtensionId, schemeId, id, requestHeaders, }?: LogisticsPartnerValidator.GetDeliveryTimeParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RegionTatResult>;
|
|
82
82
|
/**
|
|
@@ -86,7 +86,7 @@ declare class Logistics {
|
|
|
86
86
|
* @returns {Promise<LogisticsPartnerModel.RegionTatResult>} - Success response
|
|
87
87
|
* @name updateDeliveryTime
|
|
88
88
|
* @summary: Region based delivery time update
|
|
89
|
-
* @description: Update the delivery time details for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://
|
|
89
|
+
* @description: Update the delivery time details for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/updateDeliveryTime/).
|
|
90
90
|
*/
|
|
91
91
|
updateDeliveryTime({ partnerOrgId, courierPartnerExtensionId, schemeId, id, body, requestHeaders, }?: LogisticsPartnerValidator.UpdateDeliveryTimeParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RegionTatResult>;
|
|
92
92
|
/**
|
|
@@ -96,7 +96,7 @@ declare class Logistics {
|
|
|
96
96
|
* @returns {Promise<LogisticsPartnerModel.RegionTatResult>} - Success response
|
|
97
97
|
* @name deleteDeliveryTime
|
|
98
98
|
* @summary: Region based delivery time delete
|
|
99
|
-
* @description: Delete the delivery time record for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://
|
|
99
|
+
* @description: Delete the delivery time record for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/deleteDeliveryTime/).
|
|
100
100
|
*/
|
|
101
101
|
deleteDeliveryTime({ partnerOrgId, courierPartnerExtensionId, schemeId, id, requestHeaders, }?: LogisticsPartnerValidator.DeleteDeliveryTimeParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RegionTatResult>;
|
|
102
102
|
/**
|
|
@@ -107,7 +107,7 @@ declare class Logistics {
|
|
|
107
107
|
* Success response
|
|
108
108
|
* @name createServiceability
|
|
109
109
|
* @summary: Serviceability insert
|
|
110
|
-
* @description: Insert the serviceability for a specific region within a courier partner scheme. - Check out [method documentation](https://
|
|
110
|
+
* @description: Insert the serviceability for a specific region within a courier partner scheme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/createServiceability/).
|
|
111
111
|
*/
|
|
112
112
|
createServiceability({ partnerOrgId, courierPartnerExtensionId, schemeId, body, requestHeaders, }?: LogisticsPartnerValidator.CreateServiceabilityParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RegionServiceabilityResult>;
|
|
113
113
|
/**
|
|
@@ -119,7 +119,7 @@ declare class Logistics {
|
|
|
119
119
|
*
|
|
120
120
|
* @name getServiceabilities
|
|
121
121
|
* @summary: Get region serviceability list
|
|
122
|
-
* @description: Retrieve a list of serviceability for specific regions within a courier partner scheme. - Check out [method documentation](https://
|
|
122
|
+
* @description: Retrieve a list of serviceability for specific regions within a courier partner scheme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getServiceabilities/).
|
|
123
123
|
*/
|
|
124
124
|
getServiceabilities({ partnerOrgId, courierPartnerExtensionId, schemeId, pageNo, pageSize, countryCode, stateCode, cityCode, sectorCode, pincode, firstMile, lastMile, doorstepReturn, doorstepQc, installation, requestHeaders, }?: LogisticsPartnerValidator.GetServiceabilitiesParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RegionServiceabilityItemResult>;
|
|
125
125
|
/**
|
|
@@ -130,7 +130,7 @@ declare class Logistics {
|
|
|
130
130
|
* Success response
|
|
131
131
|
* @name getServiceability
|
|
132
132
|
* @summary: Get region serviceability
|
|
133
|
-
* @description: Retrieve serviceability for specific region within a courier partner scheme for a given identifier. - Check out [method documentation](https://
|
|
133
|
+
* @description: Retrieve serviceability for specific region within a courier partner scheme for a given identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getServiceability/).
|
|
134
134
|
*/
|
|
135
135
|
getServiceability({ partnerOrgId, courierPartnerExtensionId, schemeId, id, requestHeaders, }?: LogisticsPartnerValidator.GetServiceabilityParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RegionServiceabilityResult>;
|
|
136
136
|
/**
|
|
@@ -141,7 +141,7 @@ declare class Logistics {
|
|
|
141
141
|
* Success response
|
|
142
142
|
* @name updateServiceability
|
|
143
143
|
* @summary: Serviceability update
|
|
144
|
-
* @description: Update the serviceability for a specific region within a courier partner scheme based on unique identifier. - Check out [method documentation](https://
|
|
144
|
+
* @description: Update the serviceability for a specific region within a courier partner scheme based on unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/updateServiceability/).
|
|
145
145
|
*/
|
|
146
146
|
updateServiceability({ partnerOrgId, courierPartnerExtensionId, schemeId, id, body, requestHeaders, }?: LogisticsPartnerValidator.UpdateServiceabilityParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.ServiceabilityDetailsResult>;
|
|
147
147
|
/**
|
|
@@ -152,7 +152,7 @@ declare class Logistics {
|
|
|
152
152
|
* Success response
|
|
153
153
|
* @name deleteServiceability
|
|
154
154
|
* @summary: Serviceability delete
|
|
155
|
-
* @description: Delete the serviceability for a specific region within a courier partner scheme based on a unique identifier. - Check out [method documentation](https://
|
|
155
|
+
* @description: Delete the serviceability for a specific region within a courier partner scheme based on a unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/deleteServiceability/).
|
|
156
156
|
*/
|
|
157
157
|
deleteServiceability({ partnerOrgId, courierPartnerExtensionId, schemeId, id, requestHeaders, }?: LogisticsPartnerValidator.DeleteServiceabilityParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.RegionServiceabilityResult>;
|
|
158
158
|
/**
|
|
@@ -163,7 +163,7 @@ declare class Logistics {
|
|
|
163
163
|
* Success response
|
|
164
164
|
* @name bulkServiceability
|
|
165
165
|
* @summary: Serviceability Import or Export
|
|
166
|
-
* @description: Serviceability Import or Export - Check out [method documentation](https://
|
|
166
|
+
* @description: Serviceability Import or Export - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/bulkServiceability/).
|
|
167
167
|
*/
|
|
168
168
|
bulkServiceability({ extensionId, schemeId, body, requestHeaders }?: LogisticsPartnerValidator.BulkServiceabilityParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.BulkRegionResultItemData>;
|
|
169
169
|
/**
|
|
@@ -173,7 +173,7 @@ declare class Logistics {
|
|
|
173
173
|
* @returns {Promise<LogisticsPartnerModel.BulkRegionResult>} - Success response
|
|
174
174
|
* @name getBulkServiceability
|
|
175
175
|
* @summary: Get Region Serviceability Bulk History
|
|
176
|
-
* @description: Get Region Serviceability Bulk History - Check out [method documentation](https://
|
|
176
|
+
* @description: Get Region Serviceability Bulk History - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getBulkServiceability/).
|
|
177
177
|
*/
|
|
178
178
|
getBulkServiceability({ extensionId, schemeId, pageNo, pageSize, batchId, action, status, country, region, startDate, endDate, requestHeaders, }?: LogisticsPartnerValidator.GetBulkServiceabilityParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.BulkRegionResult>;
|
|
179
179
|
/**
|
|
@@ -186,7 +186,7 @@ declare class Logistics {
|
|
|
186
186
|
* Success response
|
|
187
187
|
* @name createCourierPartnerAccount
|
|
188
188
|
* @summary: Create courier account
|
|
189
|
-
* @description: Retrieves a list of courier partner accounts. - Check out [method documentation](https://
|
|
189
|
+
* @description: Retrieves a list of courier partner accounts. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/createCourierPartnerAccount/).
|
|
190
190
|
*/
|
|
191
191
|
createCourierPartnerAccount({ companyId, body, requestHeaders }?: LogisticsPartnerValidator.CreateCourierPartnerAccountParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.CourierAccountDetailsBody>;
|
|
192
192
|
/**
|
|
@@ -198,7 +198,7 @@ declare class Logistics {
|
|
|
198
198
|
*
|
|
199
199
|
* @name getCourierPartnerAccounts
|
|
200
200
|
* @summary: List courier accounts
|
|
201
|
-
* @description: Retrieves a list of courier partner accounts. - Check out [method documentation](https://
|
|
201
|
+
* @description: Retrieves a list of courier partner accounts. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCourierPartnerAccounts/).
|
|
202
202
|
*/
|
|
203
203
|
getCourierPartnerAccounts({ companyId, pageNo, pageSize, stage, paymentMode, transportType, accountIds, selfShip, ownAccount, q, requestHeaders, }?: LogisticsPartnerValidator.GetCourierPartnerAccountsParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.CompanyCourierPartnerAccountListResult>;
|
|
204
204
|
/**
|
|
@@ -211,7 +211,7 @@ declare class Logistics {
|
|
|
211
211
|
* Success response
|
|
212
212
|
* @name updateCourierPartnerAccount
|
|
213
213
|
* @summary: Update courier account
|
|
214
|
-
* @description: Updates an existing courier partner account. - Check out [method documentation](https://
|
|
214
|
+
* @description: Updates an existing courier partner account. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/updateCourierPartnerAccount/).
|
|
215
215
|
*/
|
|
216
216
|
updateCourierPartnerAccount({ companyId, accountId, body, requestHeaders }?: LogisticsPartnerValidator.UpdateCourierPartnerAccountParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.CourierAccountDetailsBody>;
|
|
217
217
|
/**
|
|
@@ -221,7 +221,7 @@ declare class Logistics {
|
|
|
221
221
|
* @returns {Promise<LogisticsPartnerModel.CourierAccountResult>} - Success response
|
|
222
222
|
* @name getCourierPartnerAccount
|
|
223
223
|
* @summary: Get courier account
|
|
224
|
-
* @description: Retrieves a single courier partner account. - Check out [method documentation](https://
|
|
224
|
+
* @description: Retrieves a single courier partner account. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCourierPartnerAccount/).
|
|
225
225
|
*/
|
|
226
226
|
getCourierPartnerAccount({ companyId, accountId, requestHeaders }?: LogisticsPartnerValidator.GetCourierPartnerAccountParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.CourierAccountResult>;
|
|
227
227
|
/**
|
|
@@ -231,7 +231,7 @@ declare class Logistics {
|
|
|
231
231
|
* @returns {Promise<LogisticsPartnerModel.GetCountries>} - Success response
|
|
232
232
|
* @name getCountries
|
|
233
233
|
* @summary: Get all countries and associated data
|
|
234
|
-
* @description: Retrieve a list of countries for logistical purposes. - Check out [method documentation](https://
|
|
234
|
+
* @description: Retrieve a list of countries for logistical purposes. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCountries/).
|
|
235
235
|
*/
|
|
236
236
|
getCountries({ onboard, pageNo, pageSize, q, hierarchy, requestHeaders }?: LogisticsPartnerValidator.GetCountriesParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.GetCountries>;
|
|
237
237
|
/**
|
|
@@ -244,7 +244,7 @@ declare class Logistics {
|
|
|
244
244
|
*
|
|
245
245
|
* @name createCourierPartnerScheme
|
|
246
246
|
* @summary: Create Scheme for courier partner extension
|
|
247
|
-
* @description: Create Scheme for courier partner extension - Check out [method documentation](https://
|
|
247
|
+
* @description: Create Scheme for courier partner extension - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/createCourierPartnerScheme/).
|
|
248
248
|
*/
|
|
249
249
|
createCourierPartnerScheme({ body, requestHeaders }?: LogisticsPartnerValidator.CreateCourierPartnerSchemeParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.CourierPartnerSchemeModelSchema>;
|
|
250
250
|
/**
|
|
@@ -255,7 +255,7 @@ declare class Logistics {
|
|
|
255
255
|
* Success response
|
|
256
256
|
* @name getCourierPartnerSchemes
|
|
257
257
|
* @summary: Get created Schemes for courier partner
|
|
258
|
-
* @description: Get created Schemes for courier partner - Check out [method documentation](https://
|
|
258
|
+
* @description: Get created Schemes for courier partner - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCourierPartnerSchemes/).
|
|
259
259
|
*/
|
|
260
260
|
getCourierPartnerSchemes({ schemeType, paymentMode, capabilities, schemeIds, requestHeaders }?: LogisticsPartnerValidator.GetCourierPartnerSchemesParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.CourierPartnerSchemeList>;
|
|
261
261
|
/**
|
|
@@ -267,7 +267,7 @@ declare class Logistics {
|
|
|
267
267
|
* Success response
|
|
268
268
|
* @name updateCourierPartnerScheme
|
|
269
269
|
* @summary: Update Scheme for courier partner extension
|
|
270
|
-
* @description: Update Scheme for courier partner extension - Check out [method documentation](https://
|
|
270
|
+
* @description: Update Scheme for courier partner extension - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/updateCourierPartnerScheme/).
|
|
271
271
|
*/
|
|
272
272
|
updateCourierPartnerScheme({ schemeId, body, requestHeaders }?: LogisticsPartnerValidator.UpdateCourierPartnerSchemeParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.CourierPartnerPutSchema>;
|
|
273
273
|
/**
|
|
@@ -279,7 +279,7 @@ declare class Logistics {
|
|
|
279
279
|
*
|
|
280
280
|
* @name getCourierPartnerScheme
|
|
281
281
|
* @summary: Get Scheme for courier partner extension by Id
|
|
282
|
-
* @description: Update Scheme for courier partner extension by Id - Check out [method documentation](https://
|
|
282
|
+
* @description: Update Scheme for courier partner extension by Id - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCourierPartnerScheme/).
|
|
283
283
|
*/
|
|
284
284
|
getCourierPartnerScheme({ schemeId, requestHeaders }?: LogisticsPartnerValidator.GetCourierPartnerSchemeParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.CourierPartnerSchemeModelSchema>;
|
|
285
285
|
}
|
|
@@ -23,7 +23,7 @@ class Logistics {
|
|
|
23
23
|
*
|
|
24
24
|
* @name sampleFileServiceability
|
|
25
25
|
* @summary: Sample File Download
|
|
26
|
-
* @description: Sample File Download - Check out [method documentation](https://
|
|
26
|
+
* @description: Sample File Download - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/sampleFileServiceability/).
|
|
27
27
|
*/
|
|
28
28
|
async sampleFileServiceability(
|
|
29
29
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -106,7 +106,7 @@ class Logistics {
|
|
|
106
106
|
*
|
|
107
107
|
* @name getSampleFileServiceabilityStatus
|
|
108
108
|
* @summary: Get Serviceability TAT sample files generator status
|
|
109
|
-
* @description: Get Serviceability TAT sample file generator status - Check out [method documentation](https://
|
|
109
|
+
* @description: Get Serviceability TAT sample file generator status - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getSampleFileServiceabilityStatus/).
|
|
110
110
|
*/
|
|
111
111
|
async getSampleFileServiceabilityStatus(
|
|
112
112
|
{ pageNo, pageSize, batchId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -193,7 +193,7 @@ class Logistics {
|
|
|
193
193
|
* Success response
|
|
194
194
|
* @name bulkTat
|
|
195
195
|
* @summary: Region TAT Import or Export
|
|
196
|
-
* @description: Region TAT Import or Export - Check out [method documentation](https://
|
|
196
|
+
* @description: Region TAT Import or Export - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/bulkTat/).
|
|
197
197
|
*/
|
|
198
198
|
async bulkTat(
|
|
199
199
|
{ extensionId, schemeId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -272,7 +272,7 @@ class Logistics {
|
|
|
272
272
|
* @returns {Promise<LogisticsPartnerModel.BulkRegionResult>} - Success response
|
|
273
273
|
* @name getBulkTat
|
|
274
274
|
* @summary: Get region tat bulk history
|
|
275
|
-
* @description: Get region tat bulk history - Check out [method documentation](https://
|
|
275
|
+
* @description: Get region tat bulk history - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getBulkTat/).
|
|
276
276
|
*/
|
|
277
277
|
async getBulkTat(
|
|
278
278
|
{
|
|
@@ -389,7 +389,7 @@ class Logistics {
|
|
|
389
389
|
* @returns {Promise<LogisticsPartnerModel.RegionTatResult>} - Success response
|
|
390
390
|
* @name createDeliveryTime
|
|
391
391
|
* @summary: Region based delivery time insert
|
|
392
|
-
* @description: Insert the region based delivery time for a specific region within a courier partner scheme. - Check out [method documentation](https://
|
|
392
|
+
* @description: Insert the region based delivery time for a specific region within a courier partner scheme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/createDeliveryTime/).
|
|
393
393
|
*/
|
|
394
394
|
async createDeliveryTime(
|
|
395
395
|
{
|
|
@@ -473,7 +473,7 @@ class Logistics {
|
|
|
473
473
|
* @returns {Promise<LogisticsPartnerModel.RegionTatItemResult>} - Success response
|
|
474
474
|
* @name getDeliveryTimes
|
|
475
475
|
* @summary: Get region based delivery time list
|
|
476
|
-
* @description: Retrieve a list of delivery time for specific regions within a courier partner scheme. - Check out [method documentation](https://
|
|
476
|
+
* @description: Retrieve a list of delivery time for specific regions within a courier partner scheme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getDeliveryTimes/).
|
|
477
477
|
*/
|
|
478
478
|
async getDeliveryTimes(
|
|
479
479
|
{
|
|
@@ -607,7 +607,7 @@ class Logistics {
|
|
|
607
607
|
* @returns {Promise<LogisticsPartnerModel.RegionTatResult>} - Success response
|
|
608
608
|
* @name getDeliveryTime
|
|
609
609
|
* @summary: Get region based delivery time for a given identifier
|
|
610
|
-
* @description: Retrieve the delivery time details for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://
|
|
610
|
+
* @description: Retrieve the delivery time details for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getDeliveryTime/).
|
|
611
611
|
*/
|
|
612
612
|
async getDeliveryTime(
|
|
613
613
|
{
|
|
@@ -691,7 +691,7 @@ class Logistics {
|
|
|
691
691
|
* @returns {Promise<LogisticsPartnerModel.RegionTatResult>} - Success response
|
|
692
692
|
* @name updateDeliveryTime
|
|
693
693
|
* @summary: Region based delivery time update
|
|
694
|
-
* @description: Update the delivery time details for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://
|
|
694
|
+
* @description: Update the delivery time details for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/updateDeliveryTime/).
|
|
695
695
|
*/
|
|
696
696
|
async updateDeliveryTime(
|
|
697
697
|
{
|
|
@@ -777,7 +777,7 @@ class Logistics {
|
|
|
777
777
|
* @returns {Promise<LogisticsPartnerModel.RegionTatResult>} - Success response
|
|
778
778
|
* @name deleteDeliveryTime
|
|
779
779
|
* @summary: Region based delivery time delete
|
|
780
|
-
* @description: Delete the delivery time record for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://
|
|
780
|
+
* @description: Delete the delivery time record for a specific region within a courier partner scheme using the unique delivery time record identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/deleteDeliveryTime/).
|
|
781
781
|
*/
|
|
782
782
|
async deleteDeliveryTime(
|
|
783
783
|
{
|
|
@@ -862,7 +862,7 @@ class Logistics {
|
|
|
862
862
|
* Success response
|
|
863
863
|
* @name createServiceability
|
|
864
864
|
* @summary: Serviceability insert
|
|
865
|
-
* @description: Insert the serviceability for a specific region within a courier partner scheme. - Check out [method documentation](https://
|
|
865
|
+
* @description: Insert the serviceability for a specific region within a courier partner scheme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/createServiceability/).
|
|
866
866
|
*/
|
|
867
867
|
async createServiceability(
|
|
868
868
|
{
|
|
@@ -948,7 +948,7 @@ class Logistics {
|
|
|
948
948
|
*
|
|
949
949
|
* @name getServiceabilities
|
|
950
950
|
* @summary: Get region serviceability list
|
|
951
|
-
* @description: Retrieve a list of serviceability for specific regions within a courier partner scheme. - Check out [method documentation](https://
|
|
951
|
+
* @description: Retrieve a list of serviceability for specific regions within a courier partner scheme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getServiceabilities/).
|
|
952
952
|
*/
|
|
953
953
|
async getServiceabilities(
|
|
954
954
|
{
|
|
@@ -1083,7 +1083,7 @@ class Logistics {
|
|
|
1083
1083
|
* Success response
|
|
1084
1084
|
* @name getServiceability
|
|
1085
1085
|
* @summary: Get region serviceability
|
|
1086
|
-
* @description: Retrieve serviceability for specific region within a courier partner scheme for a given identifier. - Check out [method documentation](https://
|
|
1086
|
+
* @description: Retrieve serviceability for specific region within a courier partner scheme for a given identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getServiceability/).
|
|
1087
1087
|
*/
|
|
1088
1088
|
async getServiceability(
|
|
1089
1089
|
{
|
|
@@ -1168,7 +1168,7 @@ class Logistics {
|
|
|
1168
1168
|
* Success response
|
|
1169
1169
|
* @name updateServiceability
|
|
1170
1170
|
* @summary: Serviceability update
|
|
1171
|
-
* @description: Update the serviceability for a specific region within a courier partner scheme based on unique identifier. - Check out [method documentation](https://
|
|
1171
|
+
* @description: Update the serviceability for a specific region within a courier partner scheme based on unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/updateServiceability/).
|
|
1172
1172
|
*/
|
|
1173
1173
|
async updateServiceability(
|
|
1174
1174
|
{
|
|
@@ -1255,7 +1255,7 @@ class Logistics {
|
|
|
1255
1255
|
* Success response
|
|
1256
1256
|
* @name deleteServiceability
|
|
1257
1257
|
* @summary: Serviceability delete
|
|
1258
|
-
* @description: Delete the serviceability for a specific region within a courier partner scheme based on a unique identifier. - Check out [method documentation](https://
|
|
1258
|
+
* @description: Delete the serviceability for a specific region within a courier partner scheme based on a unique identifier. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/deleteServiceability/).
|
|
1259
1259
|
*/
|
|
1260
1260
|
async deleteServiceability(
|
|
1261
1261
|
{
|
|
@@ -1340,7 +1340,7 @@ class Logistics {
|
|
|
1340
1340
|
* Success response
|
|
1341
1341
|
* @name bulkServiceability
|
|
1342
1342
|
* @summary: Serviceability Import or Export
|
|
1343
|
-
* @description: Serviceability Import or Export - Check out [method documentation](https://
|
|
1343
|
+
* @description: Serviceability Import or Export - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/bulkServiceability/).
|
|
1344
1344
|
*/
|
|
1345
1345
|
async bulkServiceability(
|
|
1346
1346
|
{ extensionId, schemeId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1421,7 +1421,7 @@ class Logistics {
|
|
|
1421
1421
|
* @returns {Promise<LogisticsPartnerModel.BulkRegionResult>} - Success response
|
|
1422
1422
|
* @name getBulkServiceability
|
|
1423
1423
|
* @summary: Get Region Serviceability Bulk History
|
|
1424
|
-
* @description: Get Region Serviceability Bulk History - Check out [method documentation](https://
|
|
1424
|
+
* @description: Get Region Serviceability Bulk History - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getBulkServiceability/).
|
|
1425
1425
|
*/
|
|
1426
1426
|
async getBulkServiceability(
|
|
1427
1427
|
{
|
|
@@ -1545,7 +1545,7 @@ class Logistics {
|
|
|
1545
1545
|
* Success response
|
|
1546
1546
|
* @name createCourierPartnerAccount
|
|
1547
1547
|
* @summary: Create courier account
|
|
1548
|
-
* @description: Retrieves a list of courier partner accounts. - Check out [method documentation](https://
|
|
1548
|
+
* @description: Retrieves a list of courier partner accounts. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/createCourierPartnerAccount/).
|
|
1549
1549
|
*/
|
|
1550
1550
|
async createCourierPartnerAccount(
|
|
1551
1551
|
{ companyId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1628,7 +1628,7 @@ class Logistics {
|
|
|
1628
1628
|
*
|
|
1629
1629
|
* @name getCourierPartnerAccounts
|
|
1630
1630
|
* @summary: List courier accounts
|
|
1631
|
-
* @description: Retrieves a list of courier partner accounts. - Check out [method documentation](https://
|
|
1631
|
+
* @description: Retrieves a list of courier partner accounts. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCourierPartnerAccounts/).
|
|
1632
1632
|
*/
|
|
1633
1633
|
async getCourierPartnerAccounts(
|
|
1634
1634
|
{
|
|
@@ -1749,7 +1749,7 @@ class Logistics {
|
|
|
1749
1749
|
* Success response
|
|
1750
1750
|
* @name updateCourierPartnerAccount
|
|
1751
1751
|
* @summary: Update courier account
|
|
1752
|
-
* @description: Updates an existing courier partner account. - Check out [method documentation](https://
|
|
1752
|
+
* @description: Updates an existing courier partner account. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/updateCourierPartnerAccount/).
|
|
1753
1753
|
*/
|
|
1754
1754
|
async updateCourierPartnerAccount(
|
|
1755
1755
|
{ companyId, accountId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1832,7 +1832,7 @@ class Logistics {
|
|
|
1832
1832
|
* @returns {Promise<LogisticsPartnerModel.CourierAccountResult>} - Success response
|
|
1833
1833
|
* @name getCourierPartnerAccount
|
|
1834
1834
|
* @summary: Get courier account
|
|
1835
|
-
* @description: Retrieves a single courier partner account. - Check out [method documentation](https://
|
|
1835
|
+
* @description: Retrieves a single courier partner account. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCourierPartnerAccount/).
|
|
1836
1836
|
*/
|
|
1837
1837
|
async getCourierPartnerAccount(
|
|
1838
1838
|
{ companyId, accountId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1913,7 +1913,7 @@ class Logistics {
|
|
|
1913
1913
|
* @returns {Promise<LogisticsPartnerModel.GetCountries>} - Success response
|
|
1914
1914
|
* @name getCountries
|
|
1915
1915
|
* @summary: Get all countries and associated data
|
|
1916
|
-
* @description: Retrieve a list of countries for logistical purposes. - Check out [method documentation](https://
|
|
1916
|
+
* @description: Retrieve a list of countries for logistical purposes. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCountries/).
|
|
1917
1917
|
*/
|
|
1918
1918
|
async getCountries(
|
|
1919
1919
|
{ onboard, pageNo, pageSize, q, hierarchy, requestHeaders } = {
|
|
@@ -2008,7 +2008,7 @@ class Logistics {
|
|
|
2008
2008
|
*
|
|
2009
2009
|
* @name createCourierPartnerScheme
|
|
2010
2010
|
* @summary: Create Scheme for courier partner extension
|
|
2011
|
-
* @description: Create Scheme for courier partner extension - Check out [method documentation](https://
|
|
2011
|
+
* @description: Create Scheme for courier partner extension - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/createCourierPartnerScheme/).
|
|
2012
2012
|
*/
|
|
2013
2013
|
async createCourierPartnerScheme(
|
|
2014
2014
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2088,7 +2088,7 @@ class Logistics {
|
|
|
2088
2088
|
* Success response
|
|
2089
2089
|
* @name getCourierPartnerSchemes
|
|
2090
2090
|
* @summary: Get created Schemes for courier partner
|
|
2091
|
-
* @description: Get created Schemes for courier partner - Check out [method documentation](https://
|
|
2091
|
+
* @description: Get created Schemes for courier partner - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCourierPartnerSchemes/).
|
|
2092
2092
|
*/
|
|
2093
2093
|
async getCourierPartnerSchemes(
|
|
2094
2094
|
{ schemeType, paymentMode, capabilities, schemeIds, requestHeaders } = {
|
|
@@ -2181,7 +2181,7 @@ class Logistics {
|
|
|
2181
2181
|
* Success response
|
|
2182
2182
|
* @name updateCourierPartnerScheme
|
|
2183
2183
|
* @summary: Update Scheme for courier partner extension
|
|
2184
|
-
* @description: Update Scheme for courier partner extension - Check out [method documentation](https://
|
|
2184
|
+
* @description: Update Scheme for courier partner extension - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/updateCourierPartnerScheme/).
|
|
2185
2185
|
*/
|
|
2186
2186
|
async updateCourierPartnerScheme(
|
|
2187
2187
|
{ schemeId, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2264,7 +2264,7 @@ class Logistics {
|
|
|
2264
2264
|
*
|
|
2265
2265
|
* @name getCourierPartnerScheme
|
|
2266
2266
|
* @summary: Get Scheme for courier partner extension by Id
|
|
2267
|
-
* @description: Update Scheme for courier partner extension by Id - Check out [method documentation](https://
|
|
2267
|
+
* @description: Update Scheme for courier partner extension by Id - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/logistics/getCourierPartnerScheme/).
|
|
2268
2268
|
*/
|
|
2269
2269
|
async getCourierPartnerScheme(
|
|
2270
2270
|
{ schemeId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -542,7 +542,7 @@ export = LogisticsPartnerModel;
|
|
|
542
542
|
*/
|
|
543
543
|
/**
|
|
544
544
|
* @typedef Page
|
|
545
|
-
* @property {number} [item_total] - The total number of items
|
|
545
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
546
546
|
* @property {string} [next_id] - The identifier for the next page.
|
|
547
547
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
548
548
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
@@ -1904,7 +1904,7 @@ type Error = {
|
|
|
1904
1904
|
declare function Page(): Page;
|
|
1905
1905
|
type Page = {
|
|
1906
1906
|
/**
|
|
1907
|
-
* - The total number of items
|
|
1907
|
+
* - The total number of all items across all pages.
|
|
1908
1908
|
*/
|
|
1909
1909
|
item_total?: number;
|
|
1910
1910
|
/**
|
|
@@ -577,7 +577,7 @@ const Joi = require("joi");
|
|
|
577
577
|
|
|
578
578
|
/**
|
|
579
579
|
* @typedef Page
|
|
580
|
-
* @property {number} [item_total] - The total number of items
|
|
580
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
581
581
|
* @property {string} [next_id] - The identifier for the next page.
|
|
582
582
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
583
583
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|