@gofynd/fdk-client-javascript 1.4.2-beta.7 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -10
- package/application.d.ts +3 -3
- package/common.d.ts +3 -3
- package/index.d.ts +15 -15
- package/package.json +5 -3
- package/partner.d.ts +3 -3
- package/platform.d.ts +3 -3
- package/public.d.ts +2 -2
- package/sdk/application/ApplicationAPIClient.d.ts +1 -1
- package/sdk/application/ApplicationAPIClient.js +0 -1
- package/sdk/application/ApplicationClient.d.ts +17 -17
- package/sdk/application/ApplicationConfig.d.ts +3 -3
- package/sdk/application/Cart/CartApplicationClient.d.ts +58 -58
- package/sdk/application/Cart/CartApplicationClient.js +56 -56
- package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
- package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
- package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
- package/sdk/application/Common/CommonApplicationClient.js +4 -4
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
- package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
- package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
- package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
- package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
- package/sdk/application/Content/ContentApplicationClient.js +45 -45
- package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
- package/sdk/application/Content/ContentApplicationModel.js +26 -26
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +15 -9
- package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
- package/sdk/application/Lead/LeadApplicationClient.d.ts +12 -12
- package/sdk/application/Lead/LeadApplicationClient.js +10 -10
- package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
- package/sdk/application/Lead/LeadApplicationModel.js +42 -52
- package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
- package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
- package/sdk/application/Order/OrderApplicationClient.d.ts +19 -30
- package/sdk/application/Order/OrderApplicationClient.js +17 -97
- package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
- package/sdk/application/Order/OrderApplicationValidator.js +0 -13
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +91 -91
- package/sdk/application/Payment/PaymentApplicationClient.js +94 -94
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
- package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +6 -6
- package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
- package/sdk/application/PosCart/PosCartApplicationClient.d.ts +29 -29
- package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
- package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +9 -9
- package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
- package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
- package/sdk/application/Share/ShareApplicationClient.d.ts +9 -9
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
- package/sdk/application/Share/ShareApplicationModel.js +2 -0
- package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
- package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
- package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
- package/sdk/application/User/UserApplicationClient.d.ts +76 -76
- package/sdk/application/User/UserApplicationClient.js +74 -74
- package/sdk/application/User/UserApplicationModel.d.ts +44 -13
- package/sdk/application/User/UserApplicationModel.js +17 -13
- package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
- package/sdk/application/index.d.ts +18 -18
- package/sdk/common/AxiosHelper.d.ts +1 -1
- package/sdk/common/AxiosHelper.js +38 -17
- package/sdk/common/Clickstream.js +22 -16
- package/sdk/common/curlHelper.js +1 -3
- package/sdk/common/utils.d.ts +15 -0
- package/sdk/common/utils.js +30 -0
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +3 -3
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +3 -3
- package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +5 -5
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
- package/sdk/partner/OAuthClient.d.ts +4 -4
- package/sdk/partner/PartnerAPIClient.d.ts +1 -1
- package/sdk/partner/PartnerAPIClient.js +0 -1
- package/sdk/partner/PartnerClient.d.ts +6 -6
- package/sdk/partner/PartnerConfig.d.ts +4 -4
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +20 -20
- package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
- package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +3 -3
- package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
- package/sdk/partner/index.d.ts +7 -7
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +8 -8
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +6 -6
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +25 -25
- package/sdk/platform/Billing/BillingPlatformClient.js +23 -23
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +115 -115
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +113 -113
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +147 -146
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +146 -145
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +156 -156
- package/sdk/platform/Catalog/CatalogPlatformClient.js +153 -153
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
- package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
- package/sdk/platform/Common/CommonPlatformClient.d.ts +5 -5
- package/sdk/platform/Common/CommonPlatformClient.js +3 -3
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +133 -133
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +131 -131
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +4 -4
- package/sdk/platform/Communication/CommunicationPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
- package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +28 -28
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +25 -25
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +52 -52
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +50 -50
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +31 -31
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +29 -29
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +128 -128
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +131 -131
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +5 -5
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
- package/sdk/platform/Content/ContentPlatformClient.d.ts +33 -33
- package/sdk/platform/Content/ContentPlatformClient.js +37 -37
- package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
- package/sdk/platform/Content/ContentPlatformModel.js +26 -26
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +5 -5
- package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +24 -24
- package/sdk/platform/Discount/DiscountPlatformClient.js +22 -22
- package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +24 -23
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +32 -25
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +15 -15
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +28 -19
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +16 -2
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +30 -30
- package/sdk/platform/Finance/FinancePlatformClient.js +28 -28
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +19 -19
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +17 -17
- package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +20 -20
- package/sdk/platform/Lead/LeadPlatformClient.js +18 -18
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
- package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
- package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
- package/sdk/platform/OAuthClient.d.ts +3 -3
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
- package/sdk/platform/Order/OrderPlatformClient.d.ts +111 -122
- package/sdk/platform/Order/OrderPlatformClient.js +109 -204
- package/sdk/platform/Order/OrderPlatformModel.d.ts +18 -2
- package/sdk/platform/Order/OrderPlatformModel.js +12 -2
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
- package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
- package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +97 -97
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +95 -95
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +13 -13
- package/sdk/platform/Payment/PaymentPlatformClient.js +11 -11
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
- package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
- package/sdk/platform/PlatformAPIClient.d.ts +1 -1
- package/sdk/platform/PlatformAPIClient.js +0 -1
- package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
- package/sdk/platform/PlatformClient.d.ts +19 -21
- package/sdk/platform/PlatformClient.js +0 -4
- package/sdk/platform/PlatformConfig.d.ts +4 -4
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +14 -14
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +55 -54
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +53 -52
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +7 -7
- package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
- package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/Share/SharePlatformModel.d.ts +4 -0
- package/sdk/platform/Share/SharePlatformModel.js +4 -0
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +42 -112
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +40 -597
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
- package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
- package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
- package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
- package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
- package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
- package/sdk/platform/User/UserPlatformModel.js +21 -13
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +20 -19
- package/sdk/platform/Webhook/WebhookPlatformClient.js +18 -17
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
- package/sdk/platform/index.d.ts +24 -25
- package/sdk/platform/index.js +0 -2
- package/sdk/public/Billing/BillingPublicClient.d.ts +3 -3
- package/sdk/public/Billing/BillingPublicClient.js +4 -4
- package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
- package/sdk/public/Billing/BillingPublicValidator.js +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +3 -3
- package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
- package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
- package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
- package/sdk/public/Content/ContentPublicValidator.js +3 -3
- package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
- package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
- package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
- package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.d.ts +3 -3
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/PublicAPIClient.d.ts +1 -1
- package/sdk/public/PublicClient.d.ts +7 -7
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +4 -4
- package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
- package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
- package/sdk/public/index.d.ts +8 -8
- package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
- package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
- package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
- package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
- package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
- 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
|
|
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:
|
|
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
|
|
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:
|
|
44
|
-
* @description:
|
|
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 `{}`
|
|
@@ -61,8 +50,8 @@ declare class Order {
|
|
|
61
50
|
* @returns {Promise<OrderPlatformModel.CreateChannelConfigResponse>} -
|
|
62
51
|
* Success response
|
|
63
52
|
* @name createChannelConfig
|
|
64
|
-
* @summary: Create channel configuration
|
|
65
|
-
* @description: Set up configuration for a channel
|
|
53
|
+
* @summary: Create channel configuration
|
|
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
|
/**
|
|
@@ -71,8 +60,8 @@ declare class Order {
|
|
|
71
60
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
72
61
|
* @returns {Promise<OrderPlatformModel.CreateOrderResponse>} - Success response
|
|
73
62
|
* @name createOrder
|
|
74
|
-
* @summary: Create order
|
|
75
|
-
* @description:
|
|
63
|
+
* @summary: Create order
|
|
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:
|
|
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
|
|
95
|
-
* @description: Download bulk
|
|
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
|
|
106
|
-
* @description: Downloads
|
|
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
|
|
116
|
-
* @description:
|
|
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
|
|
126
|
-
* @description:
|
|
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:
|
|
138
|
-
* @description: Retrieve details about credit balance
|
|
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:
|
|
149
|
-
* @description:
|
|
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:
|
|
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
|
|
170
|
-
* @description: Create a point-of-sale (POS) receipt for a specific order by order
|
|
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
|
/**
|
|
@@ -177,8 +166,8 @@ declare class Order {
|
|
|
177
166
|
* @returns {Promise<OrderPlatformModel.RoleBaseStateTransitionMapping>} -
|
|
178
167
|
* Success response
|
|
179
168
|
* @name getAllowedStateTransition
|
|
180
|
-
* @summary: Get allowed state transition
|
|
181
|
-
* @description: Retrieve next possible states based on logged in user
|
|
169
|
+
* @summary: Get allowed state transition
|
|
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
|
|
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:
|
|
201
|
-
* @description: Retrieve announcements related to orders or
|
|
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
|
|
212
|
-
* @description: Retrieve detailed information about a specific bag
|
|
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:
|
|
222
|
-
* @description:
|
|
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:
|
|
233
|
-
* @description:
|
|
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:
|
|
243
|
-
* @description:
|
|
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
|
/**
|
|
@@ -249,8 +238,8 @@ declare class Order {
|
|
|
249
238
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
250
239
|
* @returns {Promise<OrderPlatformModel.CreateChannelConfigData>} - Success response
|
|
251
240
|
* @name getChannelConfig
|
|
252
|
-
* @summary: Get channel configuration
|
|
253
|
-
* @description: Retrieve configuration settings for a channel
|
|
241
|
+
* @summary: Get channel configuration
|
|
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
|
|
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
|
/**
|
|
@@ -269,8 +258,8 @@ declare class Order {
|
|
|
269
258
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
270
259
|
* @returns {Promise<OrderPlatformModel.LaneConfigResponse>} - Success response
|
|
271
260
|
* @name getLaneConfig
|
|
272
|
-
* @summary: Get lane configuration
|
|
273
|
-
* @description:
|
|
261
|
+
* @summary: Get lane configuration
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
323
|
-
* @description:
|
|
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:
|
|
333
|
-
* @description:
|
|
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
|
/**
|
|
@@ -339,8 +328,8 @@ declare class Order {
|
|
|
339
328
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
340
329
|
* @returns {Promise<OrderPlatformModel.GetActionsResponse>} - Success response
|
|
341
330
|
* @name getRoleBasedActions
|
|
342
|
-
* @summary: Get role-based actions
|
|
343
|
-
* @description: Retrieve
|
|
331
|
+
* @summary: Get role-based actions
|
|
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
|
|
353
|
-
* @description:
|
|
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:
|
|
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:
|
|
374
|
-
* @description:
|
|
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:
|
|
386
|
-
* @description:
|
|
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
|
/**
|
|
@@ -392,8 +381,8 @@ declare class Order {
|
|
|
392
381
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
393
382
|
* @returns {Promise<OrderPlatformModel.BagStateTransitionMap>} - Success response
|
|
394
383
|
* @name getStateTransitionMap
|
|
395
|
-
* @summary: Get state transition map
|
|
396
|
-
* @description: Retrieve a map of state transitions for orders
|
|
384
|
+
* @summary: Get state transition map
|
|
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
|
|
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:
|
|
416
|
-
* @description:
|
|
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
|
/**
|
|
@@ -423,8 +412,8 @@ declare class Order {
|
|
|
423
412
|
* @returns {Promise<OrderPlatformModel.InvalidateShipmentCacheResponse>} -
|
|
424
413
|
* Success response
|
|
425
414
|
* @name invalidateShipmentCache
|
|
426
|
-
* @summary: Invalidate shipment cache
|
|
427
|
-
* @description:
|
|
415
|
+
* @summary: Invalidate shipment cache
|
|
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
|
|
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:
|
|
447
|
-
* @description:
|
|
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:
|
|
457
|
-
* @description:
|
|
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:
|
|
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
|
/**
|
|
@@ -474,8 +463,8 @@ declare class Order {
|
|
|
474
463
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
475
464
|
* @returns {Promise<OrderPlatformModel.StoreReassignResponse>} - Success response
|
|
476
465
|
* @name reassignLocation
|
|
477
|
-
* @summary: Reassign location
|
|
478
|
-
* @description:
|
|
466
|
+
* @summary: Reassign location
|
|
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
|
|
488
|
-
* @description: Send SMS
|
|
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
|
/**
|
|
@@ -494,8 +483,8 @@ declare class Order {
|
|
|
494
483
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
495
484
|
* @returns {Promise<OrderPlatformModel.SendUserMobileOtpResponse>} - Success response
|
|
496
485
|
* @name sendUserMobileOTP
|
|
497
|
-
* @summary: Send user mobile OTP
|
|
498
|
-
* @description: Send a one-time OTP to a
|
|
486
|
+
* @summary: Send user mobile OTP
|
|
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
|
/**
|
|
@@ -505,8 +494,8 @@ declare class Order {
|
|
|
505
494
|
* @returns {Promise<OrderPlatformModel.CourierPartnerTrackingResponse>} -
|
|
506
495
|
* Success response
|
|
507
496
|
* @name trackShipment
|
|
508
|
-
* @summary: Track shipment
|
|
509
|
-
* @description: Retrieve courier partner tracking details for a given shipment
|
|
497
|
+
* @summary: Track shipment
|
|
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
|
|
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
|
/**
|
|
@@ -527,8 +516,8 @@ declare class Order {
|
|
|
527
516
|
* - Success response
|
|
528
517
|
*
|
|
529
518
|
* @name updatePackagingDimensions
|
|
530
|
-
* @summary: Update packaging dimensions
|
|
531
|
-
* @description:
|
|
519
|
+
* @summary: Update packaging dimensions
|
|
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:
|
|
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
|
/**
|
|
@@ -561,8 +550,8 @@ declare class Order {
|
|
|
561
550
|
* @returns {Promise<OrderPlatformModel.CourierPartnerTrackingDetails>} -
|
|
562
551
|
* Success response
|
|
563
552
|
* @name updateShipmentTracking
|
|
564
|
-
* @summary: Update shipment tracking
|
|
565
|
-
* @description: Modify courier partner tracking details for a given shipment
|
|
553
|
+
* @summary: Update shipment tracking
|
|
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:
|
|
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
|
/**
|
|
@@ -581,10 +570,10 @@ declare class Order {
|
|
|
581
570
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
582
571
|
* @returns {Promise<OrderPlatformModel.VerifyOtpResponse>} - Success response
|
|
583
572
|
* @name verifyMobileOTP
|
|
584
|
-
* @summary: Verify mobile OTP
|
|
585
|
-
* @description:
|
|
573
|
+
* @summary: Verify mobile OTP
|
|
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
|
}
|
|
589
|
-
import OrderPlatformValidator = require("
|
|
590
|
-
import OrderPlatformModel = require("
|
|
578
|
+
import OrderPlatformValidator = require("sdk/output/javascript/code/sdk/platform/Order/OrderPlatformValidator");
|
|
579
|
+
import OrderPlatformModel = require("sdk/output/javascript/code/sdk/platform/Order/OrderPlatformModel");
|