@gofynd/fdk-client-javascript 1.4.3 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -10
- package/package.json +1 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +48 -48
- package/sdk/application/Cart/CartApplicationClient.js +48 -48
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +69 -69
- package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
- package/sdk/application/Common/CommonApplicationClient.d.ts +4 -4
- package/sdk/application/Common/CommonApplicationClient.js +4 -4
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +6 -6
- package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +32 -32
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
- package/sdk/application/Content/ContentApplicationClient.d.ts +45 -45
- package/sdk/application/Content/ContentApplicationClient.js +45 -45
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +5 -5
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +5 -5
- package/sdk/application/Lead/LeadApplicationClient.d.ts +9 -9
- package/sdk/application/Lead/LeadApplicationClient.js +9 -9
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +22 -22
- package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
- package/sdk/application/Order/OrderApplicationClient.d.ts +14 -25
- package/sdk/application/Order/OrderApplicationClient.js +14 -94
- package/sdk/application/Order/OrderApplicationValidator.d.ts +1 -15
- package/sdk/application/Order/OrderApplicationValidator.js +0 -13
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +71 -71
- package/sdk/application/Payment/PaymentApplicationClient.js +71 -71
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +1 -1
- package/sdk/application/Rewards/RewardsApplicationClient.js +1 -1
- package/sdk/application/Share/ShareApplicationClient.d.ts +1 -1
- package/sdk/application/Share/ShareApplicationClient.js +1 -1
- package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
- package/sdk/application/Share/ShareApplicationModel.js +2 -0
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -8
- package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
- package/sdk/application/User/UserApplicationClient.d.ts +74 -74
- package/sdk/application/User/UserApplicationClient.js +74 -74
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +5 -5
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +5 -5
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +13 -13
- package/sdk/platform/Billing/BillingPlatformClient.js +13 -13
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +102 -102
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +102 -102
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +132 -131
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +132 -131
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +130 -130
- package/sdk/platform/Catalog/CatalogPlatformClient.js +130 -130
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +118 -118
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +118 -118
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +22 -22
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +22 -22
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +34 -7
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +35 -5
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +4 -4
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +4 -4
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +41 -41
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +41 -41
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +26 -26
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +26 -26
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +93 -93
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +93 -93
- package/sdk/platform/Content/ContentPlatformClient.d.ts +29 -29
- package/sdk/platform/Content/ContentPlatformClient.js +29 -29
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +18 -18
- package/sdk/platform/Discount/DiscountPlatformClient.js +18 -18
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +18 -17
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +18 -17
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +2 -2
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +4 -4
- package/sdk/platform/Finance/FinancePlatformClient.js +4 -4
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +12 -12
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +15 -15
- package/sdk/platform/Lead/LeadPlatformClient.js +15 -15
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +10 -10
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
- package/sdk/platform/Order/OrderPlatformClient.d.ts +95 -106
- package/sdk/platform/Order/OrderPlatformClient.js +95 -190
- package/sdk/platform/Order/OrderPlatformModel.d.ts +10 -0
- package/sdk/platform/Order/OrderPlatformModel.js +4 -0
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +1 -33
- package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -4
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +77 -77
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +77 -77
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +2 -2
- package/sdk/platform/Payment/PaymentPlatformClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
- package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
- package/sdk/platform/PlatformClient.d.ts +0 -2
- package/sdk/platform/PlatformClient.js +0 -4
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +7 -7
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +7 -7
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +40 -40
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +51 -50
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +51 -50
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +1 -1
- package/sdk/platform/Share/SharePlatformApplicationClient.js +1 -1
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
- package/sdk/platform/Share/SharePlatformModel.js +2 -0
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +34 -104
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +34 -591
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +1 -100
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +6 -6
- package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +35 -35
- package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +7 -6
- package/sdk/platform/Webhook/WebhookPlatformClient.js +7 -6
- package/sdk/platform/index.d.ts +0 -1
- package/sdk/platform/index.js +0 -2
- 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
|
@@ -20,8 +20,8 @@ class Catalog {
|
|
|
20
20
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
21
21
|
* @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
|
|
22
22
|
* @name addInventory
|
|
23
|
-
* @summary:
|
|
24
|
-
* @description: Allows add Inventory for particular size and
|
|
23
|
+
* @summary: Create Inventory
|
|
24
|
+
* @description: Allows add Inventory for particular size and selling location. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/addInventory/).
|
|
25
25
|
*/
|
|
26
26
|
async addInventory(
|
|
27
27
|
{ itemId, size, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -103,7 +103,7 @@ class Catalog {
|
|
|
103
103
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
104
104
|
* @returns {Promise<CatalogPlatformModel.GetAllSizes>} - Success response
|
|
105
105
|
* @name allSizes
|
|
106
|
-
* @summary: Get
|
|
106
|
+
* @summary: Get product sizes
|
|
107
107
|
* @description: Retrieve all available sizes for a product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/allSizes/).
|
|
108
108
|
*/
|
|
109
109
|
async allSizes(
|
|
@@ -180,8 +180,8 @@ class Catalog {
|
|
|
180
180
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
181
181
|
* @returns {Promise<CatalogPlatformModel.BulkHsnResponse>} - Success response
|
|
182
182
|
* @name bulkHsnCode
|
|
183
|
-
* @summary: Bulk update HSN
|
|
184
|
-
* @description:
|
|
183
|
+
* @summary: Create Bulk update HSN
|
|
184
|
+
* @description: Execute bulk updates for HSN codes across multiple products. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/bulkHsnCode/).
|
|
185
185
|
*/
|
|
186
186
|
async bulkHsnCode(
|
|
187
187
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -419,7 +419,7 @@ class Catalog {
|
|
|
419
419
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
420
420
|
* @returns {Promise<CatalogPlatformModel.BulkResponse>} - Success response
|
|
421
421
|
* @name createBulkProductUploadJob
|
|
422
|
-
* @summary: Create
|
|
422
|
+
* @summary: Create products bulk upload
|
|
423
423
|
* @description: This API helps to create a bulk products upload job. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createBulkProductUploadJob/).
|
|
424
424
|
*/
|
|
425
425
|
async createBulkProductUploadJob(
|
|
@@ -501,7 +501,7 @@ class Catalog {
|
|
|
501
501
|
* @returns {Promise<CatalogPlatformModel.CategoryCreateResponse>} - Success response
|
|
502
502
|
* @name createCategories
|
|
503
503
|
* @summary: Create categories
|
|
504
|
-
* @description:
|
|
504
|
+
* @description: Allows to create product categories for specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createCategories/).
|
|
505
505
|
*/
|
|
506
506
|
async createCategories(
|
|
507
507
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -581,7 +581,7 @@ class Catalog {
|
|
|
581
581
|
* Success response
|
|
582
582
|
* @name createDepartments
|
|
583
583
|
* @summary: Create departments
|
|
584
|
-
* @description: Create departments
|
|
584
|
+
* @description: Create departments for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createDepartments/).
|
|
585
585
|
*/
|
|
586
586
|
async createDepartments(
|
|
587
587
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -660,7 +660,7 @@ class Catalog {
|
|
|
660
660
|
* @returns {Promise<CatalogPlatformModel.InventoryExportResponse>} - Success response
|
|
661
661
|
* @name createInventoryExport
|
|
662
662
|
* @summary: Create inventory export
|
|
663
|
-
* @description:
|
|
663
|
+
* @description: creates export job for inventory data associated with a company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createInventoryExport/).
|
|
664
664
|
*/
|
|
665
665
|
async createInventoryExport(
|
|
666
666
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -819,8 +819,8 @@ class Catalog {
|
|
|
819
819
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
820
820
|
* @returns {Promise<CatalogPlatformModel.UpdatedResponse>} - Success response
|
|
821
821
|
* @name createMarketplaceOptin
|
|
822
|
-
* @summary: Create
|
|
823
|
-
* @description:
|
|
822
|
+
* @summary: Create or Update opt-in infomation
|
|
823
|
+
* @description: Allows to create and update opt-in information for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createMarketplaceOptin/).
|
|
824
824
|
*/
|
|
825
825
|
async createMarketplaceOptin(
|
|
826
826
|
{ marketplace, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -902,8 +902,8 @@ class Catalog {
|
|
|
902
902
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
903
903
|
* @returns {Promise<CatalogPlatformModel.SuccessResponse1>} - Success response
|
|
904
904
|
* @name createProduct
|
|
905
|
-
* @summary: Create
|
|
906
|
-
* @description:
|
|
905
|
+
* @summary: Create product
|
|
906
|
+
* @description: Users can create a product using this API, associating it with the provided company ID - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProduct/).
|
|
907
907
|
*/
|
|
908
908
|
async createProduct(
|
|
909
909
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1064,8 +1064,8 @@ class Catalog {
|
|
|
1064
1064
|
* - Success response
|
|
1065
1065
|
*
|
|
1066
1066
|
* @name createProductBundle
|
|
1067
|
-
* @summary: Create
|
|
1068
|
-
* @description: Create product bundle in the catalog
|
|
1067
|
+
* @summary: Create product bundle
|
|
1068
|
+
* @description: Create product bundle in the catalog associated to a specific company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProductBundle/).
|
|
1069
1069
|
*/
|
|
1070
1070
|
async createProductBundle(
|
|
1071
1071
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1145,7 +1145,7 @@ class Catalog {
|
|
|
1145
1145
|
* Success response
|
|
1146
1146
|
* @name createProductExportJob
|
|
1147
1147
|
* @summary: Create product export job
|
|
1148
|
-
* @description:
|
|
1148
|
+
* @description: Allows to create a product export job for a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createProductExportJob/).
|
|
1149
1149
|
*/
|
|
1150
1150
|
async createProductExportJob(
|
|
1151
1151
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1306,8 +1306,8 @@ class Catalog {
|
|
|
1306
1306
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1307
1307
|
* @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
|
|
1308
1308
|
* @name createSizeGuide
|
|
1309
|
-
* @summary: Create
|
|
1310
|
-
* @description: Allows to create a size guide associated to a
|
|
1309
|
+
* @summary: Create size guide
|
|
1310
|
+
* @description: Allows to create a size guide associated to a seller - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createSizeGuide/).
|
|
1311
1311
|
*/
|
|
1312
1312
|
async createSizeGuide(
|
|
1313
1313
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1466,8 +1466,8 @@ class Catalog {
|
|
|
1466
1466
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1467
1467
|
* @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
|
|
1468
1468
|
* @name deleteProduct
|
|
1469
|
-
* @summary: Delete
|
|
1470
|
-
* @description:
|
|
1469
|
+
* @summary: Delete product
|
|
1470
|
+
* @description: Users can delete a product using this by providing the itemid. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteProduct/).
|
|
1471
1471
|
*/
|
|
1472
1472
|
async deleteProduct(
|
|
1473
1473
|
{ itemId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1545,7 +1545,7 @@ class Catalog {
|
|
|
1545
1545
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1546
1546
|
* @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
|
|
1547
1547
|
* @name deleteProductBulkJob
|
|
1548
|
-
* @summary: Delete product bulk
|
|
1548
|
+
* @summary: Delete product bulk-upload job
|
|
1549
1549
|
* @description: Allows to delete bulk product job associated with company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteProductBulkJob/).
|
|
1550
1550
|
*/
|
|
1551
1551
|
async deleteProductBulkJob(
|
|
@@ -1624,8 +1624,8 @@ class Catalog {
|
|
|
1624
1624
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1625
1625
|
* @returns {Promise<CatalogPlatformModel.InventoryUpdateResponse>} - Success response
|
|
1626
1626
|
* @name deleteRealtimeInventory
|
|
1627
|
-
* @summary: Delete
|
|
1628
|
-
* @description:
|
|
1627
|
+
* @summary: Delete an inventory
|
|
1628
|
+
* @description: You can use this API to delete inventory linked to a particular product size. When you make the API call, the inventory associated with that size will be removed as part of api process. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteRealtimeInventory/).
|
|
1629
1629
|
*/
|
|
1630
1630
|
async deleteRealtimeInventory(
|
|
1631
1631
|
{ itemId, sellerIdentifier, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1791,8 +1791,8 @@ class Catalog {
|
|
|
1791
1791
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1792
1792
|
* @returns {Promise<string>} - Success response
|
|
1793
1793
|
* @name downloadInventoryTemplateView
|
|
1794
|
-
* @summary: Download inventory template
|
|
1795
|
-
* @description: Allows you to download product template data. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/downloadInventoryTemplateView/).
|
|
1794
|
+
* @summary: Download inventory template data
|
|
1795
|
+
* @description: Allows you to download inventory product template data for a specific company in formats like csv and excel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/downloadInventoryTemplateView/).
|
|
1796
1796
|
*/
|
|
1797
1797
|
async downloadInventoryTemplateView(
|
|
1798
1798
|
{ itemType, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1872,8 +1872,8 @@ class Catalog {
|
|
|
1872
1872
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1873
1873
|
* @returns {Promise<string>} - Success response
|
|
1874
1874
|
* @name downloadProductTemplateViews
|
|
1875
|
-
* @summary: Download product template
|
|
1876
|
-
* @description: Allows you to download product template data. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/downloadProductTemplateViews/).
|
|
1875
|
+
* @summary: Download product template view
|
|
1876
|
+
* @description: Allows you to download product template data by its slug for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/downloadProductTemplateViews/).
|
|
1877
1877
|
*/
|
|
1878
1878
|
async downloadProductTemplateViews(
|
|
1879
1879
|
{ slug, itemType, type, requestHeaders } = { requestHeaders: {} },
|
|
@@ -1956,7 +1956,7 @@ class Catalog {
|
|
|
1956
1956
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
1957
1957
|
* @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
|
|
1958
1958
|
* @name editProduct
|
|
1959
|
-
* @summary:
|
|
1959
|
+
* @summary: Update a product
|
|
1960
1960
|
* @description: Modify the details and settings of an existing product in the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/editProduct/).
|
|
1961
1961
|
*/
|
|
1962
1962
|
async editProduct(
|
|
@@ -2035,7 +2035,7 @@ class Catalog {
|
|
|
2035
2035
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2036
2036
|
* @returns {Promise<CatalogPlatformModel.InventoryConfig>} - Success response
|
|
2037
2037
|
* @name exportInventoryConfig
|
|
2038
|
-
* @summary:
|
|
2038
|
+
* @summary: Get export inventory configuration
|
|
2039
2039
|
* @description: Retrieve List of different filters like brand, store, and type for inventory export. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/exportInventoryConfig/).
|
|
2040
2040
|
*/
|
|
2041
2041
|
async exportInventoryConfig(
|
|
@@ -2117,8 +2117,8 @@ class Catalog {
|
|
|
2117
2117
|
* - Success response
|
|
2118
2118
|
*
|
|
2119
2119
|
* @name getAllProductHsnCodes
|
|
2120
|
-
* @summary:
|
|
2121
|
-
* @description: Retrieve all HSN codes associated with products
|
|
2120
|
+
* @summary: List product HSN codes
|
|
2121
|
+
* @description: Retrieve all HSN codes associated with company products and provide search capabilities based on HSN code, reporting HSN, etc - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAllProductHsnCodes/).
|
|
2122
2122
|
*/
|
|
2123
2123
|
async getAllProductHsnCodes(
|
|
2124
2124
|
{ pageNo, pageSize, q, type, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2206,8 +2206,8 @@ class Catalog {
|
|
|
2206
2206
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2207
2207
|
* @returns {Promise<CatalogPlatformModel.SingleCategoryResponse>} - Success response
|
|
2208
2208
|
* @name getCategoryData
|
|
2209
|
-
* @summary: Get category
|
|
2210
|
-
* @description: Retrieve detailed information about a specific category
|
|
2209
|
+
* @summary: Get category by uid
|
|
2210
|
+
* @description: Retrieve detailed information about a specific category by its uid for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCategoryData/).
|
|
2211
2211
|
*/
|
|
2212
2212
|
async getCategoryData(
|
|
2213
2213
|
{ uid, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2286,8 +2286,8 @@ class Catalog {
|
|
|
2286
2286
|
* @returns {Promise<CatalogPlatformModel.OptinCompanyBrandDetailsView>} -
|
|
2287
2287
|
* Success response
|
|
2288
2288
|
* @name getCompanyBrandDetail
|
|
2289
|
-
* @summary:
|
|
2290
|
-
* @description: Get the details of the Brands associated with the given company_id passed. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyBrandDetail/).
|
|
2289
|
+
* @summary: list Company Brand of Optin
|
|
2290
|
+
* @description: Get the details of the Brands associated with the given company_id passed which has opt-in. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyBrandDetail/).
|
|
2291
2291
|
*/
|
|
2292
2292
|
async getCompanyBrandDetail(
|
|
2293
2293
|
{ isActive, q, pageNo, pageSize, marketplace, requestHeaders } = {
|
|
@@ -2380,8 +2380,8 @@ class Catalog {
|
|
|
2380
2380
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2381
2381
|
* @returns {Promise<CatalogPlatformModel.OptinCompanyDetail>} - Success response
|
|
2382
2382
|
* @name getCompanyDetail
|
|
2383
|
-
* @summary: Get
|
|
2384
|
-
* @description: Get the details of the company associated with the given company_id passed. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyDetail/).
|
|
2383
|
+
* @summary: Get Company
|
|
2384
|
+
* @description: Get the details of the company associated with the given company_id passed which has opt-in. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyDetail/).
|
|
2385
2385
|
*/
|
|
2386
2386
|
async getCompanyDetail(
|
|
2387
2387
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -2456,7 +2456,7 @@ class Catalog {
|
|
|
2456
2456
|
* @returns {Promise<CatalogPlatformModel.OptinCompanyMetrics>} - Success response
|
|
2457
2457
|
* @name getCompanyMetrics
|
|
2458
2458
|
* @summary: Get company metrics
|
|
2459
|
-
* @description: Allows
|
|
2459
|
+
* @description: Allows viewing company metrics, including brand and store status, as well as the number of verified and unverified products, company documents, and store documents. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCompanyMetrics/).
|
|
2460
2460
|
*/
|
|
2461
2461
|
async getCompanyMetrics(
|
|
2462
2462
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -2530,8 +2530,8 @@ class Catalog {
|
|
|
2530
2530
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2531
2531
|
* @returns {Promise<CatalogPlatformModel.DepartmentsResponse>} - Success response
|
|
2532
2532
|
* @name getDepartmentData
|
|
2533
|
-
* @summary: Get department
|
|
2534
|
-
* @description: Retrieve detailed information about a specific department by
|
|
2533
|
+
* @summary: Get department by uid
|
|
2534
|
+
* @description: Retrieve detailed information about a specific department for a specific company by uid. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getDepartmentData/).
|
|
2535
2535
|
*/
|
|
2536
2536
|
async getDepartmentData(
|
|
2537
2537
|
{ uid, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2609,8 +2609,8 @@ class Catalog {
|
|
|
2609
2609
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2610
2610
|
* @returns {Promise<CatalogPlatformModel.GenderDetail>} - Success response
|
|
2611
2611
|
* @name getGenderAttribute
|
|
2612
|
-
* @summary: Get gender attribute
|
|
2613
|
-
* @description: Retrieve the gender attribute for catalog listings. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getGenderAttribute/).
|
|
2612
|
+
* @summary: Get gender attribute by slug
|
|
2613
|
+
* @description: Retrieve the gender attribute for catalog listings by attribute slug passed for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getGenderAttribute/).
|
|
2614
2614
|
*/
|
|
2615
2615
|
async getGenderAttribute(
|
|
2616
2616
|
{ attributeSlug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -2688,7 +2688,7 @@ class Catalog {
|
|
|
2688
2688
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2689
2689
|
* @returns {Promise<CatalogPlatformModel.HsnCode>} - Success response
|
|
2690
2690
|
* @name getHsnCode
|
|
2691
|
-
* @summary:
|
|
2691
|
+
* @summary: List HSN code
|
|
2692
2692
|
* @description: Retrieve the HSN code for a product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getHsnCode/).
|
|
2693
2693
|
*/
|
|
2694
2694
|
async getHsnCode(
|
|
@@ -2765,8 +2765,8 @@ class Catalog {
|
|
|
2765
2765
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2766
2766
|
* @returns {Promise<CatalogPlatformModel.GetInventoriesResponse>} - Success response
|
|
2767
2767
|
* @name getInventories
|
|
2768
|
-
* @summary:
|
|
2769
|
-
* @description: Allows to get Inventories data for particular company.
|
|
2768
|
+
* @summary: List Inventory
|
|
2769
|
+
* @description: Allows to get Inventories data for particular company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventories/).
|
|
2770
2770
|
*/
|
|
2771
2771
|
async getInventories(
|
|
2772
2772
|
{
|
|
@@ -2882,7 +2882,7 @@ class Catalog {
|
|
|
2882
2882
|
* @param {string} [arg.sizeIdentifier] - Size Identifier (Seller Identifier
|
|
2883
2883
|
* or Primary Identifier) of which inventory is to get.
|
|
2884
2884
|
* @returns {Paginator<CatalogPlatformModel.GetInventoriesResponse>}
|
|
2885
|
-
* @summary:
|
|
2885
|
+
* @summary: List Inventory
|
|
2886
2886
|
* @description: Allows to get Inventories data for particular company.
|
|
2887
2887
|
*/
|
|
2888
2888
|
getInventoriesPaginator({
|
|
@@ -2927,8 +2927,8 @@ class Catalog {
|
|
|
2927
2927
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
2928
2928
|
* @returns {Promise<CatalogPlatformModel.BulkInventoryGet>} - Success response
|
|
2929
2929
|
* @name getInventoryBulkUploadHistory
|
|
2930
|
-
* @summary:
|
|
2931
|
-
* @description: Helps to get bulk Inventory upload jobs
|
|
2930
|
+
* @summary: List bulk inventory upload history
|
|
2931
|
+
* @description: Helps to get bulk Inventory upload jobs status. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryBulkUploadHistory/).
|
|
2932
2932
|
*/
|
|
2933
2933
|
async getInventoryBulkUploadHistory(
|
|
2934
2934
|
{ pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -3011,8 +3011,8 @@ class Catalog {
|
|
|
3011
3011
|
* @param {number} [arg.pageSize] - Number of items to retrieve in each
|
|
3012
3012
|
* page. Default is 12.
|
|
3013
3013
|
* @returns {Paginator<CatalogPlatformModel.BulkInventoryGet>}
|
|
3014
|
-
* @summary:
|
|
3015
|
-
* @description: Helps to get bulk Inventory upload jobs
|
|
3014
|
+
* @summary: List bulk inventory upload history
|
|
3015
|
+
* @description: Helps to get bulk Inventory upload jobs status.
|
|
3016
3016
|
*/
|
|
3017
3017
|
getInventoryBulkUploadHistoryPaginator({ pageSize } = {}) {
|
|
3018
3018
|
const paginator = new Paginator();
|
|
@@ -3041,8 +3041,8 @@ class Catalog {
|
|
|
3041
3041
|
* @returns {Promise<CatalogPlatformModel.InventoryResponsePaginated>} -
|
|
3042
3042
|
* Success response
|
|
3043
3043
|
* @name getInventoryBySize
|
|
3044
|
-
* @summary:
|
|
3045
|
-
* @description:
|
|
3044
|
+
* @summary: List inventory by size
|
|
3045
|
+
* @description: Retrieve inventory data for a specific company, item ID, and size. The API supports search capabilities based on selling location (store) code and product availability (in stock or not)." - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryBySize/).
|
|
3046
3046
|
*/
|
|
3047
3047
|
async getInventoryBySize(
|
|
3048
3048
|
{ itemId, size, pageNo, pageSize, q, sellable, requestHeaders } = {
|
|
@@ -3139,8 +3139,8 @@ class Catalog {
|
|
|
3139
3139
|
* @param {string} [arg.q] - Search with help of store code.
|
|
3140
3140
|
* @param {boolean} [arg.sellable] - Filter on whether product is in stock or not.
|
|
3141
3141
|
* @returns {Paginator<CatalogPlatformModel.InventoryResponsePaginated>}
|
|
3142
|
-
* @summary:
|
|
3143
|
-
* @description:
|
|
3142
|
+
* @summary: List inventory by size
|
|
3143
|
+
* @description: Retrieve inventory data for a specific company, item ID, and size. The API supports search capabilities based on selling location (store) code and product availability (in stock or not)."
|
|
3144
3144
|
*/
|
|
3145
3145
|
getInventoryBySizePaginator({ itemId, size, pageSize, q, sellable } = {}) {
|
|
3146
3146
|
const paginator = new Paginator();
|
|
@@ -3176,8 +3176,8 @@ class Catalog {
|
|
|
3176
3176
|
* - Success response
|
|
3177
3177
|
*
|
|
3178
3178
|
* @name getInventoryBySizeIdentifier
|
|
3179
|
-
* @summary:
|
|
3180
|
-
* @description:
|
|
3179
|
+
* @summary: List inventory by size
|
|
3180
|
+
* @description: Retrieve inventory data for a specific company, item ID, and seller identifier. The API supports search capabilities using store codes and location IDs. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryBySizeIdentifier/).
|
|
3181
3181
|
*/
|
|
3182
3182
|
async getInventoryBySizeIdentifier(
|
|
3183
3183
|
{
|
|
@@ -3283,8 +3283,8 @@ class Catalog {
|
|
|
3283
3283
|
* @param {string} [arg.q] - Search with help of store code.
|
|
3284
3284
|
* @param {number[]} [arg.locationIds] - Search by store ids.
|
|
3285
3285
|
* @returns {Paginator<CatalogPlatformModel.InventorySellerIdentifierResponsePaginated>}
|
|
3286
|
-
* @summary:
|
|
3287
|
-
* @description:
|
|
3286
|
+
* @summary: List inventory by size
|
|
3287
|
+
* @description: Retrieve inventory data for a specific company, item ID, and seller identifier. The API supports search capabilities using store codes and location IDs.
|
|
3288
3288
|
*/
|
|
3289
3289
|
getInventoryBySizeIdentifierPaginator({
|
|
3290
3290
|
itemId,
|
|
@@ -3322,8 +3322,8 @@ class Catalog {
|
|
|
3322
3322
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3323
3323
|
* @returns {Promise<CatalogPlatformModel.InventoryExportJob>} - Success response
|
|
3324
3324
|
* @name getInventoryExport
|
|
3325
|
-
* @summary:
|
|
3326
|
-
* @description:
|
|
3325
|
+
* @summary: list product inventory
|
|
3326
|
+
* @description: Retrieves inventory for all products for that particular company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getInventoryExport/).
|
|
3327
3327
|
*/
|
|
3328
3328
|
async getInventoryExport(
|
|
3329
3329
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -3397,8 +3397,8 @@ class Catalog {
|
|
|
3397
3397
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3398
3398
|
* @returns {Promise<CatalogPlatformModel.GetOptInPlatform>} - Success response
|
|
3399
3399
|
* @name getMarketplaceOptinDetail
|
|
3400
|
-
* @summary: Get opt-in
|
|
3401
|
-
* @description:
|
|
3400
|
+
* @summary: Get opt-in
|
|
3401
|
+
* @description: Allows to fetch opt-in information for a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getMarketplaceOptinDetail/).
|
|
3402
3402
|
*/
|
|
3403
3403
|
async getMarketplaceOptinDetail(
|
|
3404
3404
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -3474,8 +3474,8 @@ class Catalog {
|
|
|
3474
3474
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3475
3475
|
* @returns {Promise<CatalogPlatformModel.GetAllMarketplaces>} - Success response
|
|
3476
3476
|
* @name getMarketplaces
|
|
3477
|
-
* @summary: List
|
|
3478
|
-
* @description:
|
|
3477
|
+
* @summary: List marketplaces
|
|
3478
|
+
* @description: Allows to get all marketplaces information for a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getMarketplaces/).
|
|
3479
3479
|
*/
|
|
3480
3480
|
async getMarketplaces(
|
|
3481
3481
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -3550,7 +3550,7 @@ class Catalog {
|
|
|
3550
3550
|
* @returns {Promise<CatalogPlatformModel.StoreAssignResponse>} - Success response
|
|
3551
3551
|
* @name getOptimalLocations
|
|
3552
3552
|
* @summary: Get optimal locations
|
|
3553
|
-
* @description:
|
|
3553
|
+
* @description: This API returns the optimal locations where inventory is available for the given articles. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getOptimalLocations/).
|
|
3554
3554
|
*/
|
|
3555
3555
|
async getOptimalLocations(
|
|
3556
3556
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -3628,7 +3628,7 @@ class Catalog {
|
|
|
3628
3628
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3629
3629
|
* @returns {Promise<CatalogPlatformModel.SingleProductResponse>} - Success response
|
|
3630
3630
|
* @name getProduct
|
|
3631
|
-
* @summary: Get product
|
|
3631
|
+
* @summary: Get a product
|
|
3632
3632
|
* @description: Retrieve data associated to a particular product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProduct/).
|
|
3633
3633
|
*/
|
|
3634
3634
|
async getProduct(
|
|
@@ -3711,7 +3711,7 @@ class Catalog {
|
|
|
3711
3711
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3712
3712
|
* @returns {Promise<CatalogPlatformModel.BulkAssetResponse>} - Success response
|
|
3713
3713
|
* @name getProductAssetsInBulk
|
|
3714
|
-
* @summary:
|
|
3714
|
+
* @summary: Get product assets
|
|
3715
3715
|
* @description: Helps to retrieve bulk asset jobs data associated to a particular company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductAssetsInBulk/).
|
|
3716
3716
|
*/
|
|
3717
3717
|
async getProductAssetsInBulk(
|
|
@@ -3795,7 +3795,7 @@ class Catalog {
|
|
|
3795
3795
|
* @param {number} [arg.pageSize] - Number of items to retrieve in each
|
|
3796
3796
|
* page. Default is 12.
|
|
3797
3797
|
* @returns {Paginator<CatalogPlatformModel.BulkAssetResponse>}
|
|
3798
|
-
* @summary:
|
|
3798
|
+
* @summary: Get product assets
|
|
3799
3799
|
* @description: Helps to retrieve bulk asset jobs data associated to a particular company.
|
|
3800
3800
|
*/
|
|
3801
3801
|
getProductAssetsInBulkPaginator({ pageSize } = {}) {
|
|
@@ -3825,8 +3825,8 @@ class Catalog {
|
|
|
3825
3825
|
* @returns {Promise<CatalogPlatformModel.ProductAttributesResponse>} -
|
|
3826
3826
|
* Success response
|
|
3827
3827
|
* @name getProductAttributes
|
|
3828
|
-
* @summary:
|
|
3829
|
-
* @description:
|
|
3828
|
+
* @summary: List product attributes
|
|
3829
|
+
* @description: Retrieve attributes attached to products based on their L3 category. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductAttributes/).
|
|
3830
3830
|
*/
|
|
3831
3831
|
async getProductAttributes(
|
|
3832
3832
|
{ category, filter, requestHeaders } = { requestHeaders: {} },
|
|
@@ -3908,7 +3908,7 @@ class Catalog {
|
|
|
3908
3908
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
3909
3909
|
* @returns {Promise<CatalogPlatformModel.ProductBulkRequestList>} - Success response
|
|
3910
3910
|
* @name getProductBulkUploadHistory
|
|
3911
|
-
* @summary:
|
|
3911
|
+
* @summary: List product bulk upload history
|
|
3912
3912
|
* @description: Helps to get bulk product upload jobs data. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBulkUploadHistory/).
|
|
3913
3913
|
*/
|
|
3914
3914
|
async getProductBulkUploadHistory(
|
|
@@ -3996,7 +3996,7 @@ class Catalog {
|
|
|
3996
3996
|
* @param {number} [arg.pageSize] - Number of items to retrieve in each
|
|
3997
3997
|
* page. Default is 12.
|
|
3998
3998
|
* @returns {Paginator<CatalogPlatformModel.ProductBulkRequestList>}
|
|
3999
|
-
* @summary:
|
|
3999
|
+
* @summary: List product bulk upload history
|
|
4000
4000
|
* @description: Helps to get bulk product upload jobs data.
|
|
4001
4001
|
*/
|
|
4002
4002
|
getProductBulkUploadHistoryPaginator({ search, pageSize } = {}) {
|
|
@@ -4028,8 +4028,8 @@ class Catalog {
|
|
|
4028
4028
|
* - Success response
|
|
4029
4029
|
*
|
|
4030
4030
|
* @name getProductBundle
|
|
4031
|
-
* @summary:
|
|
4032
|
-
* @description: Retrieve a list of product bundles available in the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBundle/).
|
|
4031
|
+
* @summary: List product bundles
|
|
4032
|
+
* @description: Retrieve a list of product bundles available in the catalog associated to a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBundle/).
|
|
4033
4033
|
*/
|
|
4034
4034
|
async getProductBundle(
|
|
4035
4035
|
{ q, slug, requestHeaders } = { requestHeaders: {} },
|
|
@@ -4112,8 +4112,8 @@ class Catalog {
|
|
|
4112
4112
|
* @returns {Promise<CatalogPlatformModel.GetProductBundleResponse>} -
|
|
4113
4113
|
* Success response
|
|
4114
4114
|
* @name getProductBundleDetail
|
|
4115
|
-
* @summary: Get product bundle
|
|
4116
|
-
* @description: Retrieve detailed information about a specific product bundle. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBundleDetail/).
|
|
4115
|
+
* @summary: Get product bundle
|
|
4116
|
+
* @description: Retrieve detailed information about a specific product bundle associated to a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductBundleDetail/).
|
|
4117
4117
|
*/
|
|
4118
4118
|
async getProductBundleDetail(
|
|
4119
4119
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -4194,8 +4194,8 @@ class Catalog {
|
|
|
4194
4194
|
* @returns {Promise<CatalogPlatformModel.ProductDownloadsResponse>} -
|
|
4195
4195
|
* Success response
|
|
4196
4196
|
* @name getProductExportJobs
|
|
4197
|
-
* @summary:
|
|
4198
|
-
* @description: View details including trigger data, task id , etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductExportJobs/).
|
|
4197
|
+
* @summary: Get product export jobs
|
|
4198
|
+
* @description: Get product export jobs specific to a company based on queries like query param, date range and status. View details including trigger data, task id , etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductExportJobs/).
|
|
4199
4199
|
*/
|
|
4200
4200
|
async getProductExportJobs(
|
|
4201
4201
|
{ status, fromDate, toDate, q, requestHeaders } = { requestHeaders: {} },
|
|
@@ -4283,7 +4283,7 @@ class Catalog {
|
|
|
4283
4283
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4284
4284
|
* @returns {Promise<CatalogPlatformModel.ProductListingResponse>} - Success response
|
|
4285
4285
|
* @name getProductSize
|
|
4286
|
-
* @summary:
|
|
4286
|
+
* @summary: List product size
|
|
4287
4287
|
* @description: Retrieve data associated to a particular product size. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductSize/).
|
|
4288
4288
|
*/
|
|
4289
4289
|
async getProductSize(
|
|
@@ -4373,7 +4373,7 @@ class Catalog {
|
|
|
4373
4373
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4374
4374
|
* @returns {Promise<CatalogPlatformModel.ProductTagsViewResponse>} - Success response
|
|
4375
4375
|
* @name getProductTags
|
|
4376
|
-
* @summary:
|
|
4376
|
+
* @summary: List product tags
|
|
4377
4377
|
* @description: Retrieve tags data associated to a particular company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductTags/).
|
|
4378
4378
|
*/
|
|
4379
4379
|
async getProductTags(
|
|
@@ -4448,8 +4448,8 @@ class Catalog {
|
|
|
4448
4448
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4449
4449
|
* @returns {Promise<CatalogPlatformModel.ValidateProduct>} - Success response
|
|
4450
4450
|
* @name getProductValidation
|
|
4451
|
-
* @summary: Get
|
|
4452
|
-
* @description: Retrieve validation data for
|
|
4451
|
+
* @summary: Get valid products
|
|
4452
|
+
* @description: Retrieve validation data for products at company level. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductValidation/).
|
|
4453
4453
|
*/
|
|
4454
4454
|
async getProductValidation(
|
|
4455
4455
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -4524,8 +4524,8 @@ class Catalog {
|
|
|
4524
4524
|
* @returns {Promise<CatalogPlatformModel.ProductListingResponseV2>} -
|
|
4525
4525
|
* Success response
|
|
4526
4526
|
* @name getProducts
|
|
4527
|
-
* @summary:
|
|
4528
|
-
* @description: Retrieve a list of products
|
|
4527
|
+
* @summary: List products
|
|
4528
|
+
* @description: Retrieve a list of available products - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProducts/).
|
|
4529
4529
|
*/
|
|
4530
4530
|
async getProducts(
|
|
4531
4531
|
{
|
|
@@ -4645,8 +4645,8 @@ class Catalog {
|
|
|
4645
4645
|
* @param {number} [arg.pageSize] - Number of items to retrieve in each
|
|
4646
4646
|
* page. Default is 10.
|
|
4647
4647
|
* @returns {Paginator<CatalogPlatformModel.ProductListingResponseV2>}
|
|
4648
|
-
* @summary:
|
|
4649
|
-
* @description: Retrieve a list of products
|
|
4648
|
+
* @summary: List products
|
|
4649
|
+
* @description: Retrieve a list of available products
|
|
4650
4650
|
*/
|
|
4651
4651
|
getProductsPaginator({
|
|
4652
4652
|
brandIds,
|
|
@@ -4690,8 +4690,8 @@ class Catalog {
|
|
|
4690
4690
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4691
4691
|
* @returns {Promise<CatalogPlatformModel.CrossSellingResponse>} - Success response
|
|
4692
4692
|
* @name getSellerInsights
|
|
4693
|
-
* @summary: Get seller
|
|
4694
|
-
* @description: Retrieve
|
|
4693
|
+
* @summary: Get seller catalog counts
|
|
4694
|
+
* @description: Retrieve the count of catalog related data for sellers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSellerInsights/).
|
|
4695
4695
|
*/
|
|
4696
4696
|
async getSellerInsights(
|
|
4697
4697
|
{ sellerAppId, requestHeaders } = { requestHeaders: {} },
|
|
@@ -4769,8 +4769,8 @@ class Catalog {
|
|
|
4769
4769
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4770
4770
|
* @returns {Promise<CatalogPlatformModel.HSNDataInsertV2>} - Success response
|
|
4771
4771
|
* @name getSingleProductHSNCode
|
|
4772
|
-
* @summary: Get
|
|
4773
|
-
* @description: Retrieve
|
|
4772
|
+
* @summary: Get product HSN code
|
|
4773
|
+
* @description: Retrieve HSN details associated with company ID and reporting HSN - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSingleProductHSNCode/).
|
|
4774
4774
|
*/
|
|
4775
4775
|
async getSingleProductHSNCode(
|
|
4776
4776
|
{ reportingHsn, requestHeaders } = { requestHeaders: {} },
|
|
@@ -4846,8 +4846,8 @@ class Catalog {
|
|
|
4846
4846
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4847
4847
|
* @returns {Promise<CatalogPlatformModel.SizeGuideResponse>} - Success response
|
|
4848
4848
|
* @name getSizeGuide
|
|
4849
|
-
* @summary: Get size guide
|
|
4850
|
-
* @description: Retrieve data associated about a specific size guide. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSizeGuide/).
|
|
4849
|
+
* @summary: Get size guide
|
|
4850
|
+
* @description: Retrieve data associated about a specific size guide. It contains meta deta like header values like for shoulder, head, etc. and measurement unit like cm and values contains sizes for the same. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSizeGuide/).
|
|
4851
4851
|
*/
|
|
4852
4852
|
async getSizeGuide(
|
|
4853
4853
|
{ id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -4925,8 +4925,8 @@ class Catalog {
|
|
|
4925
4925
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
4926
4926
|
* @returns {Promise<CatalogPlatformModel.ListSizeGuide>} - Success response
|
|
4927
4927
|
* @name getSizeGuides
|
|
4928
|
-
* @summary:
|
|
4929
|
-
* @description: Allows to view all the size guides associated to the seller. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSizeGuides/).
|
|
4928
|
+
* @summary: List size guides
|
|
4929
|
+
* @description: Allows to view all the size guides associated to the seller. Each size guide contains meta deta like header values like for shoulder, head, etc. and measurement unit like cm and values contains sizes for the same. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSizeGuides/).
|
|
4930
4930
|
*/
|
|
4931
4931
|
async getSizeGuides(
|
|
4932
4932
|
{ active, q, tag, pageNo, pageSize, brandId, requestHeaders } = {
|
|
@@ -5022,8 +5022,8 @@ class Catalog {
|
|
|
5022
5022
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
5023
5023
|
* @returns {Promise<CatalogPlatformModel.OptinStoreDetails>} - Success response
|
|
5024
5024
|
* @name getStoreDetail
|
|
5025
|
-
* @summary: Get
|
|
5026
|
-
* @description: Retrieve the details of the store associated with
|
|
5025
|
+
* @summary: Get selling location
|
|
5026
|
+
* @description: Retrieve the details of the selling location (store) associated with a specific company passed. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getStoreDetail/).
|
|
5027
5027
|
*/
|
|
5028
5028
|
async getStoreDetail(
|
|
5029
5029
|
{ q, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5108,8 +5108,8 @@ class Catalog {
|
|
|
5108
5108
|
* @param {number} [arg.pageSize] - Number of records that can be seen on
|
|
5109
5109
|
* the page for the company id.
|
|
5110
5110
|
* @returns {Paginator<CatalogPlatformModel.OptinStoreDetails>}
|
|
5111
|
-
* @summary: Get
|
|
5112
|
-
* @description: Retrieve the details of the store associated with
|
|
5111
|
+
* @summary: Get selling location
|
|
5112
|
+
* @description: Retrieve the details of the selling location (store) associated with a specific company passed.
|
|
5113
5113
|
*/
|
|
5114
5114
|
getStoreDetailPaginator({ q, pageSize } = {}) {
|
|
5115
5115
|
const paginator = new Paginator();
|
|
@@ -5138,7 +5138,7 @@ class Catalog {
|
|
|
5138
5138
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
5139
5139
|
* @returns {Promise<CatalogPlatformModel.ProductVariantsResponse>} - Success response
|
|
5140
5140
|
* @name getVariantsOfProducts
|
|
5141
|
-
* @summary: Get variants
|
|
5141
|
+
* @summary: Get variants
|
|
5142
5142
|
* @description: Retrieve variants of a specific product. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getVariantsOfProducts/).
|
|
5143
5143
|
*/
|
|
5144
5144
|
async getVariantsOfProducts(
|
|
@@ -5228,7 +5228,7 @@ class Catalog {
|
|
|
5228
5228
|
* @param {number} [arg.pageSize] - Number of items to retrieve in each
|
|
5229
5229
|
* page. Default is 10.
|
|
5230
5230
|
* @returns {Paginator<CatalogPlatformModel.ProductVariantsResponse>}
|
|
5231
|
-
* @summary: Get variants
|
|
5231
|
+
* @summary: Get variants
|
|
5232
5232
|
* @description: Retrieve variants of a specific product.
|
|
5233
5233
|
*/
|
|
5234
5234
|
getVariantsOfProductsPaginator({ itemId, variantType, pageSize } = {}) {
|
|
@@ -5260,7 +5260,7 @@ class Catalog {
|
|
|
5260
5260
|
* @returns {Promise<CatalogPlatformModel.CategoryResponse>} - Success response
|
|
5261
5261
|
* @name listCategories
|
|
5262
5262
|
* @summary: List categories
|
|
5263
|
-
* @description: Retrieve a list of
|
|
5263
|
+
* @description: Retrieve a list of categories data associated to a specific company and queries passed in the request. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listCategories/).
|
|
5264
5264
|
*/
|
|
5265
5265
|
async listCategories(
|
|
5266
5266
|
{ level, department, q, pageNo, pageSize, uids, slug, requestHeaders } = {
|
|
@@ -5364,7 +5364,7 @@ class Catalog {
|
|
|
5364
5364
|
* @param {string} [arg.slug] - Get category by slug
|
|
5365
5365
|
* @returns {Paginator<CatalogPlatformModel.CategoryResponse>}
|
|
5366
5366
|
* @summary: List categories
|
|
5367
|
-
* @description: Retrieve a list of
|
|
5367
|
+
* @description: Retrieve a list of categories data associated to a specific company and queries passed in the request.
|
|
5368
5368
|
*/
|
|
5369
5369
|
listCategoriesPaginator({ level, department, q, pageSize, uids, slug } = {}) {
|
|
5370
5370
|
const paginator = new Paginator();
|
|
@@ -5397,8 +5397,8 @@ class Catalog {
|
|
|
5397
5397
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
5398
5398
|
* @returns {Promise<CatalogPlatformModel.DepartmentsResponse>} - Success response
|
|
5399
5399
|
* @name listDepartmentsData
|
|
5400
|
-
* @summary: List department
|
|
5401
|
-
* @description: Allows you to list all departments
|
|
5400
|
+
* @summary: List company department
|
|
5401
|
+
* @description: Allows you to list all departments data for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listDepartmentsData/).
|
|
5402
5402
|
*/
|
|
5403
5403
|
async listDepartmentsData(
|
|
5404
5404
|
{
|
|
@@ -5511,8 +5511,8 @@ class Catalog {
|
|
|
5511
5511
|
* whether they are active or inactive.
|
|
5512
5512
|
* @param {string} [arg.slug] - Can filter by slug
|
|
5513
5513
|
* @returns {Paginator<CatalogPlatformModel.DepartmentsResponse>}
|
|
5514
|
-
* @summary: List department
|
|
5515
|
-
* @description: Allows you to list all departments
|
|
5514
|
+
* @summary: List company department
|
|
5515
|
+
* @description: Allows you to list all departments data for a specific company.
|
|
5516
5516
|
*/
|
|
5517
5517
|
listDepartmentsDataPaginator({
|
|
5518
5518
|
itemType,
|
|
@@ -5553,7 +5553,7 @@ class Catalog {
|
|
|
5553
5553
|
* @returns {Promise<CatalogPlatformModel.HSNCodesResponse>} - Success response
|
|
5554
5554
|
* @name listHSNCodes
|
|
5555
5555
|
* @summary: List HSN codes
|
|
5556
|
-
* @description: Retrieve a list of Harmonized System Nomenclature (HSN) codes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listHSNCodes/).
|
|
5556
|
+
* @description: Retrieve a list of Harmonized System Nomenclature (HSN) codes for a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listHSNCodes/).
|
|
5557
5557
|
*/
|
|
5558
5558
|
async listHSNCodes(
|
|
5559
5559
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -5629,8 +5629,8 @@ class Catalog {
|
|
|
5629
5629
|
* - Success response
|
|
5630
5630
|
*
|
|
5631
5631
|
* @name listInventoryExport
|
|
5632
|
-
* @summary: List inventory
|
|
5633
|
-
* @description:
|
|
5632
|
+
* @summary: List inventory export jobs
|
|
5633
|
+
* @description: Retrieve the history of inventory export jobs associated with the company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listInventoryExport/).
|
|
5634
5634
|
*/
|
|
5635
5635
|
async listInventoryExport(
|
|
5636
5636
|
{ status, fromDate, toDate, q, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5719,7 +5719,7 @@ class Catalog {
|
|
|
5719
5719
|
* @returns {Promise<CatalogPlatformModel.TemplatesResponse>} - Success response
|
|
5720
5720
|
* @name listProductTemplate
|
|
5721
5721
|
* @summary: List product templates
|
|
5722
|
-
* @description: Allows you to list all product templates
|
|
5722
|
+
* @description: Allows you to list all product templates for a specific company. also can filter by department. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplate/).
|
|
5723
5723
|
*/
|
|
5724
5724
|
async listProductTemplate(
|
|
5725
5725
|
{ department, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5803,7 +5803,7 @@ class Catalog {
|
|
|
5803
5803
|
*
|
|
5804
5804
|
* @name listProductTemplateCategories
|
|
5805
5805
|
* @summary: List product template categories
|
|
5806
|
-
* @description: Allows you to list all product categories values for the departments specified. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplateCategories/).
|
|
5806
|
+
* @description: Allows you to list all product template categories values for the departments specified for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplateCategories/).
|
|
5807
5807
|
*/
|
|
5808
5808
|
async listProductTemplateCategories(
|
|
5809
5809
|
{ departments, itemType, requestHeaders } = { requestHeaders: {} },
|
|
@@ -5890,8 +5890,8 @@ class Catalog {
|
|
|
5890
5890
|
* @returns {Promise<CatalogPlatformModel.ProductDownloadsResponse>} -
|
|
5891
5891
|
* Success response
|
|
5892
5892
|
* @name listProductTemplateExportDetails
|
|
5893
|
-
* @summary: List product
|
|
5894
|
-
* @description: Retrieve export details related to product templates. Can view details including trigger data, task id , etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplateExportDetails/).
|
|
5893
|
+
* @summary: List export product templates
|
|
5894
|
+
* @description: Retrieve export details related to product templates for a specific company. Can view details including trigger data, task id , etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listProductTemplateExportDetails/).
|
|
5895
5895
|
*/
|
|
5896
5896
|
async listProductTemplateExportDetails(
|
|
5897
5897
|
{ requestHeaders } = { requestHeaders: {} },
|
|
@@ -5968,8 +5968,8 @@ class Catalog {
|
|
|
5968
5968
|
* @returns {Promise<CatalogPlatformModel.ProductConfigurationDownloads>} -
|
|
5969
5969
|
* Success response
|
|
5970
5970
|
* @name listTemplateBrandTypeValues
|
|
5971
|
-
* @summary: List template brand
|
|
5972
|
-
* @description: Retrieve values related to template brand types. The filter type query parameter defines what type of data to return.
|
|
5971
|
+
* @summary: List template brand
|
|
5972
|
+
* @description: Retrieve values related to template brand types for a specific company. The filter type query parameter defines what type of data to return. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/listTemplateBrandTypeValues/).
|
|
5973
5973
|
*/
|
|
5974
5974
|
async listTemplateBrandTypeValues(
|
|
5975
5975
|
{ filter, templateTag, itemType, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6056,8 +6056,8 @@ class Catalog {
|
|
|
6056
6056
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
6057
6057
|
* @returns {Promise<CatalogPlatformModel.CategoryUpdateResponse>} - Success response
|
|
6058
6058
|
* @name updateCategory
|
|
6059
|
-
* @summary: Update category
|
|
6060
|
-
* @description: Modify data for an existing category
|
|
6059
|
+
* @summary: Update category
|
|
6060
|
+
* @description: Modify data for an existing category by its uid for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateCategory/).
|
|
6061
6061
|
*/
|
|
6062
6062
|
async updateCategory(
|
|
6063
6063
|
{ uid, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6137,8 +6137,8 @@ class Catalog {
|
|
|
6137
6137
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
6138
6138
|
* @returns {Promise<CatalogPlatformModel.DepartmentModel>} - Success response
|
|
6139
6139
|
* @name updateDepartment
|
|
6140
|
-
* @summary: Update department
|
|
6141
|
-
* @description: Modify the department by their uid
|
|
6140
|
+
* @summary: Update department
|
|
6141
|
+
* @description: Modify the department data by their uid for a specifc company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateDepartment/).
|
|
6142
6142
|
*/
|
|
6143
6143
|
async updateDepartment(
|
|
6144
6144
|
{ uid, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6300,7 +6300,7 @@ class Catalog {
|
|
|
6300
6300
|
* @returns {Promise<CatalogPlatformModel.InventoryUpdateResponse>} - Success response
|
|
6301
6301
|
* @name updateInventories
|
|
6302
6302
|
* @summary: Update inventories
|
|
6303
|
-
* @description: Allows to add Inventory for particular size and
|
|
6303
|
+
* @description: Allows to add Inventory for particular size and selling location. for associated companies - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateInventories/).
|
|
6304
6304
|
*/
|
|
6305
6305
|
async updateInventories(
|
|
6306
6306
|
{ body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6381,7 +6381,7 @@ class Catalog {
|
|
|
6381
6381
|
*
|
|
6382
6382
|
* @name updateMarketplaceOptin
|
|
6383
6383
|
* @summary: Update marketplace optin
|
|
6384
|
-
* @description:
|
|
6384
|
+
* @description: Allows to update marketplace optin for a company by marketplace_slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateMarketplaceOptin/).
|
|
6385
6385
|
*/
|
|
6386
6386
|
async updateMarketplaceOptin(
|
|
6387
6387
|
{ marketplaceSlug, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6465,8 +6465,8 @@ class Catalog {
|
|
|
6465
6465
|
* - Success response
|
|
6466
6466
|
*
|
|
6467
6467
|
* @name updateProductBundle
|
|
6468
|
-
* @summary: Update
|
|
6469
|
-
* @description: Modify the details of an existing product bundle. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateProductBundle/).
|
|
6468
|
+
* @summary: Update product bundle
|
|
6469
|
+
* @description: Modify the details of an existing product bundle in the catalog associated to a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateProductBundle/).
|
|
6470
6470
|
*/
|
|
6471
6471
|
async updateProductBundle(
|
|
6472
6472
|
{ id, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6546,8 +6546,8 @@ class Catalog {
|
|
|
6546
6546
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
6547
6547
|
* @returns {Promise<CatalogPlatformModel.InventoryUpdateResponse>} - Success response
|
|
6548
6548
|
* @name updateRealtimeInventory
|
|
6549
|
-
* @summary: Update
|
|
6550
|
-
* @description:
|
|
6549
|
+
* @summary: Update an inventory
|
|
6550
|
+
* @description: enables you to add inventory for a specific size and selling location (store). The inventory updates will be reflected instantly after the API call. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateRealtimeInventory/).
|
|
6551
6551
|
*/
|
|
6552
6552
|
async updateRealtimeInventory(
|
|
6553
6553
|
{ itemId, sellerIdentifier, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6631,8 +6631,8 @@ class Catalog {
|
|
|
6631
6631
|
* @param {import("../PlatformAPIClient").Options} - Options
|
|
6632
6632
|
* @returns {Promise<CatalogPlatformModel.SuccessResponse>} - Success response
|
|
6633
6633
|
* @name updateSizeGuide
|
|
6634
|
-
* @summary: Update
|
|
6635
|
-
* @description: Allows to edit a size guide. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateSizeGuide/).
|
|
6634
|
+
* @summary: Update size guide
|
|
6635
|
+
* @description: Allows to edit a specific size guide. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateSizeGuide/).
|
|
6636
6636
|
*/
|
|
6637
6637
|
async updateSizeGuide(
|
|
6638
6638
|
{ id, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6713,7 +6713,7 @@ class Catalog {
|
|
|
6713
6713
|
* @returns {Promise<CatalogPlatformModel.BulkResponse>} - Success response
|
|
6714
6714
|
* @name uploadBulkProducts
|
|
6715
6715
|
* @summary: Upload bulk products
|
|
6716
|
-
* @description:
|
|
6716
|
+
* @description: Users can create multiple products by providing the required information needed for product creation in a CSV or Excel file format. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/uploadBulkProducts/).
|
|
6717
6717
|
*/
|
|
6718
6718
|
async uploadBulkProducts(
|
|
6719
6719
|
{ department, productType, body, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6799,7 +6799,7 @@ class Catalog {
|
|
|
6799
6799
|
* Success response
|
|
6800
6800
|
* @name validateProductTemplate
|
|
6801
6801
|
* @summary: Validate product template
|
|
6802
|
-
* @description: Allows you to list all product templates validation values for all the fields present in the database. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/validateProductTemplate/).
|
|
6802
|
+
* @description: Allows you to list all product templates validation values by its slug for all the fields present in the database for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/validateProductTemplate/).
|
|
6803
6803
|
*/
|
|
6804
6804
|
async validateProductTemplate(
|
|
6805
6805
|
{ slug, itemType, bulk, requestHeaders } = { requestHeaders: {} },
|
|
@@ -6889,7 +6889,7 @@ class Catalog {
|
|
|
6889
6889
|
* Success response
|
|
6890
6890
|
* @name validateProductTemplateSchema
|
|
6891
6891
|
* @summary: Validate product template schema
|
|
6892
|
-
* @description: Allows you to list all product templates validation values for all the fields present in the database. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/validateProductTemplateSchema/).
|
|
6892
|
+
* @description: Allows you to list all product templates validation values for all the fields present in the database for a specific company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/validateProductTemplateSchema/).
|
|
6893
6893
|
*/
|
|
6894
6894
|
async validateProductTemplateSchema(
|
|
6895
6895
|
{ itemType, requestHeaders } = { requestHeaders: {} },
|