@gofynd/fdk-client-javascript 3.3.5 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/sdk/application/Cart/CartApplicationClient.d.ts +30 -30
- package/sdk/application/Cart/CartApplicationClient.js +30 -30
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +36 -33
- package/sdk/application/Catalog/CatalogApplicationClient.js +54 -35
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +2 -2
- package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
- package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
- package/sdk/application/Content/ContentApplicationClient.d.ts +24 -24
- package/sdk/application/Content/ContentApplicationClient.js +24 -24
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +2 -2
- package/sdk/application/Finance/FinanceApplicationClient.js +2 -2
- package/sdk/application/Lead/LeadApplicationClient.d.ts +5 -5
- package/sdk/application/Lead/LeadApplicationClient.js +5 -5
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +19 -9
- package/sdk/application/Logistic/LogisticApplicationClient.js +53 -9
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
- package/sdk/application/Order/OrderApplicationClient.js +12 -12
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +46 -46
- package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +7 -7
- package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
- package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
- package/sdk/application/Share/ShareApplicationClient.js +7 -7
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
- package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
- package/sdk/application/User/UserApplicationClient.d.ts +47 -47
- package/sdk/application/User/UserApplicationClient.js +47 -47
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
- package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +6 -6
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +6 -6
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +7 -7
- package/sdk/partner/Lead/LeadPartnerClient.js +7 -7
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +2 -2
- package/sdk/partner/Lead/LeadPartnerModel.js +1 -1
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +25 -25
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +6 -6
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +3 -3
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +24 -24
- package/sdk/partner/Theme/ThemePartnerClient.js +24 -24
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +10 -10
- package/sdk/partner/Webhook/WebhookPartnerClient.js +10 -10
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +7 -2
- package/sdk/partner/Webhook/WebhookPartnerModel.js +3 -1
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +3 -3
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +2 -2
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +1 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +1 -1
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +5 -5
- package/sdk/platform/Billing/BillingPlatformClient.js +5 -5
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +62 -62
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +62 -62
- package/sdk/platform/Cart/CartPlatformModel.d.ts +233 -3
- package/sdk/platform/Cart/CartPlatformModel.js +147 -1
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +66 -66
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +66 -66
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +81 -79
- package/sdk/platform/Catalog/CatalogPlatformClient.js +93 -80
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +89 -5
- package/sdk/platform/Catalog/CatalogPlatformModel.js +57 -3
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +7 -2
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +4 -2
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
- package/sdk/platform/Common/CommonPlatformClient.js +2 -2
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
- package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
- package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
- package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +19 -3
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +16 -1
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +107 -107
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +107 -107
- package/sdk/platform/Content/ContentPlatformClient.d.ts +40 -40
- package/sdk/platform/Content/ContentPlatformClient.js +40 -40
- package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -2
- package/sdk/platform/Content/ContentPlatformModel.js +1 -1
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
- package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformModel.js +1 -1
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -4
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
- package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +10 -10
- package/sdk/platform/Lead/LeadPlatformApplicationClient.js +10 -10
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +9 -9
- package/sdk/platform/Lead/LeadPlatformClient.js +9 -9
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformModel.js +1 -1
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -5
- package/sdk/platform/Order/OrderPlatformClient.d.ts +58 -58
- package/sdk/platform/Order/OrderPlatformClient.js +58 -58
- package/sdk/platform/Order/OrderPlatformModel.d.ts +29 -10
- package/sdk/platform/Order/OrderPlatformModel.js +28 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2 -2
- package/sdk/platform/Payment/PaymentPlatformModel.js +1 -1
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +162 -39
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +840 -73
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +139 -1
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +125 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +30 -30
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +36 -30
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +936 -62
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +591 -33
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +12 -0
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +5 -0
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
- package/sdk/platform/Share/SharePlatformModel.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformModel.js +1 -1
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +22 -22
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +22 -22
- package/sdk/platform/Theme/ThemePlatformClient.d.ts +4 -4
- package/sdk/platform/Theme/ThemePlatformClient.js +4 -4
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +70 -34
- package/sdk/platform/User/UserPlatformApplicationClient.js +285 -34
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +38 -1
- package/sdk/platform/User/UserPlatformApplicationValidator.js +42 -0
- package/sdk/platform/User/UserPlatformModel.d.ts +430 -10
- package/sdk/platform/User/UserPlatformModel.js +276 -7
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
- package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +12 -2
- package/sdk/platform/Webhook/WebhookPlatformModel.js +5 -1
- package/sdk/public/Catalog/CatalogPublicClient.d.ts +1 -1
- package/sdk/public/Catalog/CatalogPublicClient.js +1 -1
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
- package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
- package/sdk/public/Content/ContentPublicClient.d.ts +14 -14
- package/sdk/public/Content/ContentPublicClient.js +14 -14
- package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
- package/sdk/public/Partner/PartnerPublicClient.js +1 -1
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -5
- package/sdk/public/Webhook/WebhookPublicClient.js +5 -5
|
@@ -589,6 +589,15 @@ export = CatalogPlatformModel;
|
|
|
589
589
|
* @property {string} [stage]
|
|
590
590
|
* @property {number} [succeed]
|
|
591
591
|
* @property {number} [total]
|
|
592
|
+
* @property {string[]} [tags]
|
|
593
|
+
* @property {BulkMeta} [meta]
|
|
594
|
+
*/
|
|
595
|
+
/**
|
|
596
|
+
* @typedef BulkMeta
|
|
597
|
+
* @property {string} [comment] - Additional remarks or notes explaining the
|
|
598
|
+
* context or reason for the bulk inventory action.
|
|
599
|
+
* @property {string[]} [image_urls] - A list of image URLs providing visual
|
|
600
|
+
* evidence or supporting context for the comment.
|
|
592
601
|
*/
|
|
593
602
|
/**
|
|
594
603
|
* @typedef BulkProductJob
|
|
@@ -623,6 +632,7 @@ export = CatalogPlatformModel;
|
|
|
623
632
|
* @property {string} [template_tag]
|
|
624
633
|
* @property {number} [total]
|
|
625
634
|
* @property {string} [tracking_url]
|
|
635
|
+
* @property {string[]} [tags]
|
|
626
636
|
*/
|
|
627
637
|
/**
|
|
628
638
|
* @typedef BulkProductRequestSchema
|
|
@@ -2192,7 +2202,11 @@ export = CatalogPlatformModel;
|
|
|
2192
2202
|
* @property {string} seller_identifier - The identifier of the seller.
|
|
2193
2203
|
* @property {number} store_id - The ID of the store.
|
|
2194
2204
|
* @property {string[]} [tags] - The tags associated with the inventory item.
|
|
2205
|
+
* @property {string} [mode] - Indicates whether delta or replace operation for inventory
|
|
2195
2206
|
* @property {number} [total_quantity] - The total quantity of the inventory item.
|
|
2207
|
+
* @property {number} [damaged_quantity] - The damaged quantity of the inventory item.
|
|
2208
|
+
* @property {number} [not_available_quantity] - The not available quantity of
|
|
2209
|
+
* the inventory item.
|
|
2196
2210
|
* @property {string} [trace_id] - The trace ID of the inventory payload.
|
|
2197
2211
|
*/
|
|
2198
2212
|
/**
|
|
@@ -2615,7 +2629,9 @@ export = CatalogPlatformModel;
|
|
|
2615
2629
|
/**
|
|
2616
2630
|
* @typedef LocationQuantityRequestSchema
|
|
2617
2631
|
* @property {string} [expiration_date] - The expiration date of the inventory item.
|
|
2618
|
-
* @property {number} total_quantity - The total quantity of the inventory item.
|
|
2632
|
+
* @property {number} [total_quantity] - The total quantity of the inventory item.
|
|
2633
|
+
* @property {number} [damaged_quantity] - The total quantity of the inventory item.
|
|
2634
|
+
* @property {number} [not_available_quantity] - The total quantity of the inventory item.
|
|
2619
2635
|
*/
|
|
2620
2636
|
/**
|
|
2621
2637
|
* @typedef LocationPriceQuantitySuccessResponseSchema
|
|
@@ -2679,7 +2695,7 @@ export = CatalogPlatformModel;
|
|
|
2679
2695
|
*/
|
|
2680
2696
|
/**
|
|
2681
2697
|
* @typedef Page
|
|
2682
|
-
* @property {number} [item_total] - The total number of items
|
|
2698
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
2683
2699
|
* @property {string} [next_id] - The identifier for the next page.
|
|
2684
2700
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
2685
2701
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
@@ -4229,6 +4245,16 @@ export = CatalogPlatformModel;
|
|
|
4229
4245
|
* @property {number} [shipping]
|
|
4230
4246
|
* @property {string} [unit]
|
|
4231
4247
|
*/
|
|
4248
|
+
/**
|
|
4249
|
+
* @typedef BulkInventoryJob
|
|
4250
|
+
* @property {string} company_id - Unique identifier of the company for which
|
|
4251
|
+
* the inventory update is being performed.
|
|
4252
|
+
* @property {string} file_type - Type of inventory update file being processed,
|
|
4253
|
+
* either price or quantity.
|
|
4254
|
+
* @property {string} file_path - URL of the uploaded file containing inventory
|
|
4255
|
+
* update data.
|
|
4256
|
+
* @property {BulkMeta} [meta]
|
|
4257
|
+
*/
|
|
4232
4258
|
/**
|
|
4233
4259
|
* @typedef Marketplaces
|
|
4234
4260
|
* @property {number[]} [brand_ids]
|
|
@@ -4376,7 +4402,7 @@ export = CatalogPlatformModel;
|
|
|
4376
4402
|
declare class CatalogPlatformModel {
|
|
4377
4403
|
}
|
|
4378
4404
|
declare namespace CatalogPlatformModel {
|
|
4379
|
-
export { Action, ValidationErrors, AllSizes, AllowSingleRequestSchema, AppCatalogConfiguration, AppCategoryReturnConfig, AppCategoryReturnConfigResponseSchema, AppConfiguration, AppConfigurationDetail, AppConfigurationsSort, ApplicationBrandJson, ApplicationCategoryJson, ApplicationDepartment, ApplicationDepartmentJson, ApplicationDepartmentListingResponseSchema, ApplicationItemMOQ, ApplicationItemMeta, ApplicationItemSeoSitemap, ApplicationItemSEO, ApplicationProductsSchema, ApplicationProductListingResponseSchema, ApplicationStoreJson, AppReturnConfigResponseSchema, ArticleAssignment, ArticleAssignment1, ArticleQuery, ArticleStoreResponseSchema, AssignStore, AssignStoreArticle, AttributeDetailsGroup, AttributeMaster, AttributeMasterDetails, AttributeMasterFilter, AttributeMasterMandatoryDetails, AttributeMasterMeta, AttributeMasterSchema, AttributeSchemaRange, AutoCompleteMedia, AutocompleteAction, AutocompletePageAction, AutocompleteResult, BannerImage, BaseAppCategoryReturnConfig, BaseAppCategoryReturnConfigResponseSchema, Brand, BrandItem, BrandListingResponseSchema, ApplicationBrandListingItemSchema, ApplicationBrandListingSchema, ApplicationCategoryListingSchema, ApplicationCategoryListingItemSchema, BrandMeta, InventoryBrandMeta, BulkAssetResponseSchema, BulkHsnResponseSchema, BulkHsnUpsert, BulkInventoryGet, FailedRecord, BulkInventoryGetItems, BulkProductJob, BulkJob, BulkProductRequestSchema, BulkResponseSchema, CatalogInsightBrand, CatalogInsightItem, CatalogInsightResponseSchema, CategoriesResponseSchema, Category, CategoryItems, CategoryListingResponseSchema, CategoryMapping, CategoryMappingValues, CategoryResponseSchema, Child, CollectionBadge, CollectionBanner, CollectionCreateResponseSchema, CollectionDetailResponseSchema, CollectionImage, CollectionItem, CollectionItemUpdate, CollectionListingFilter, CollectionListingFilterTag, CollectionListingFilterType, CollectionQuery, CollectionSchedule, CompanyBrandDetail, CompanyMeta, InventoryCompanyMeta, CompanyOptIn, ConfigErrorResponseSchema, ConfigSuccessResponseSchema, ConfigurationBucketPoints, ConfigurationListing, ConfigurationListingFilter, ConfigurationListingFilterConfig, ConfigurationListingFilterValue, ConfigurationListingSort, ConfigurationListingSortConfig, ConfigurationProduct, ConfigurationProductConfig, ConfigurationProductSimilar, ConfigurationProductVariant, ConfigurationProductVariantConfig, CreateAutocompleteKeyword, CreateAutocompleteWordsResponseSchema, CreateCollection, CreateSearchConfigurationRequestSchema, CreateSearchConfigurationResponseSchema, CreateSearchKeyword, CreateUpdateAppReturnConfig, CrossSellingData, CrossSellingResponseSchema, CustomOrder, DateMeta, DefaultKeyRequestSchema, DeleteAppCategoryReturnConfig, DeleteResponseSchema, DeleteSearchConfigurationResponseSchema, Department, DepartmentCategoryTree, DepartmentErrorResponseSchema, DepartmentIdentifier, DepartmentResponseSchema, DepartmentsResponseSchema, DimensionResponseSchema, InventoryDimensionResponseSchema, Document, EntityConfiguration, ErrorResponseSchema, FilerList, RawProduct, RawProductListingResponseSchema, GTIN, AttributeDetail, LatLong, ApplicationLocationAddressSchema, GetAddressSchema, GetAllSizes, GetAppCatalogConfiguration, GetAppCatalogEntityConfiguration, GetAutocompleteWordsData, GetAutocompleteWordsResponseSchema, GetCatalogConfigurationDetailsProduct, GetCatalogConfigurationDetailsSchemaListing, GetCatalogConfigurationMetaData, GetCollectionDetailNest, GetCollectionItemsResponseSchema, GetCollectionListingResponseSchema, GetCollectionQueryOptionResponseSchema, GetCompanySchema, ConditionItem, DataItem, ValueTypeItem, SortTypeItem, GetConfigMetadataResponseSchema, GetConfigMetadataValues, GetConfigResponseSchema, ConfigItem, AttributeConfig, GetDepartment, GetInventories, GetInventoriesResponseSchema, GetLocationSchema, GetOptInPlatform, GetProductBundleCreateResponseSchema, GetProductBundleListingResponseSchema, GetProductBundleResponseSchema, GetProducts, ProductDetails, GetCollectionDetailResponseSchema, CommonResponseSchemaCollection, GetQueryFiltersKeysResponseSchema, GetQueryFiltersResponseSchema, GetCollectionItemsResponseSchemaV2, Page1, CollectionItemSchemaV2, CollectionItemUpdateSchema, CollectionQuerySchemaV2, ProductDetailV2, GetSearchConfigurationResponseSchema, GetSearchWordsData, GetSearchWordsDetailResponseSchema, GetSearchWordsResponseSchema, GlobalValidation, Guide, HSNCodesResponseSchema, HSNData, CreatedBySchema, ModifiedBySchema, HSNDataInsertV2, Hierarchy, HsnCode, HsnCodesListingResponseSchemaV2, HsnCodesObject, HsnUpsert, Image, ImageUrls, InvSize, InventoryBulkRequestSchema, InventoryConfig, InventoryCreateRequestSchema, InventoryExportAdvanceOption, InventoryExportFilter, InventoryExportJob, InventoryExportJobListResponseSchema, InventoryExportQuantityFilter, InventoryExportRequestSchema, InventoryExportResponseSchema, InventoryFailedReason, InventoryJobDetailResponseSchema, InventoryJobFilters, InventoryJobPayload, InventoryPage, AddInventoryRequestPayload, InventoryPayload, InventoryRequestSchema, InventoryRequestSchemaV2, InventoryResponseSchema, InventoryResponseItem, InventoryResponsePaginated, InventorySellerIdentifierResponsePaginated, ApplicationInventorySellerIdentifierResponsePaginated, InventorySellerResponseSchema, ApplicationInventorySellerResponseSchema, InventorySet, InventoryStockResponseSchema, InventoryUpdateResponseSchema, InventoryValidationResponseSchema, InvoiceCredSchema, InvoiceDetailsSchema, ItemQuery, Items, LimitedProductData, SizeGuideItem, ListSizeGuide, LocationDayWiseSchema, LocationIntegrationType, LocationListSchema, LocationManagerSchema, LocationTimingSchema, Logo, MOQData, ManufacturerResponseSchema, InventoryManufacturerResponseSchema, Media, Media1, DepartmentMedia, BrandMedia, Meta, MetaDataListingFilterMetaResponseSchema, MetaDataListingFilterResponseSchema, MetaDataListingResponseSchema, MetaDataListingSortMetaResponseSchema, MetaDataListingSortResponseSchema, MetaFields, NetQuantity, NetQuantityResponseSchema, NextSchedule, LocationPriceRequestSchema, LocationQuantityRequestSchema, LocationPriceQuantitySuccessResponseSchema, OptInPostRequestSchema, OptinCompanyBrandDetailsView, OptinCompanyDetail, OptinCompanyMetrics, OptinStoreDetails, OwnerAppItemResponseSchema, PTErrorResponseSchema, Page, PageResponseSchema, PageResponseType, Price, ProductListingDetailPrice, PriceArticle, PriceMeta, ProdcutTemplateCategoriesResponseSchema, Product, ProductAttributesResponseSchema, ProductBrand, ProductBulkAssets, ProductBulkRequestSchema, ProductBulkRequestList, ProductBundleItem, ProductBundleRequestSchema, ProductBundleUpdateRequestSchema, ProductConfigurationDownloads, ProductUpdateSchemaV2, ProductCreateSchemaV2, ProductDetail, ProductDetailAttribute, ProductDetailGroupedAttribute, ProductDownloadsResponseSchema, CollectionProductFilters, ProductFilters, GetQueryFiltersValuesResponseSchema, ProductFiltersKeysOnly, ProductFiltersKey, ProductQueryFiltersValue, CollectionProductFiltersValue, ProductFiltersValue, CollectionProductListingDetail, ProductCategory, ApplicationCategoryAction, ApplicationCategoryItem, ApplicationProductMedia, ApplicationProductCategoryItem, CategoryPageAction, CategoryQuery, CategoryImage, ProductListingDetail, ActionObject, PageAction, ProductListingPrice, ProductListingResponseSchema, ProductListingResponseV2, ProductPublish, ProductPublished, ProductReturnConfigSchema, ProductReturnConfigBaseSchema, Identifier, SizeDetails, ProductSchemaV2, ProductSize, ProductSizeDeleteDataResponseSchema, ProductSizeDeleteResponseSchema, CollectionProductSortOn, ProductSortOn, ProductTagsViewResponseSchema, CreatedBy, ModifiedBy, ProductTemplate, ProductTemplateDownloadsExport, ProductTemplateExportFilterRequestSchema, ProductTemplateExportResponseSchema, ProductVariants, ProductVariantsResponseSchema, Properties, Quantities, QuantitiesArticle, Quantity, QuantityBase, ReturnConfig, InventoryReturnConfig, ReturnConfig2, ReturnConfigResponseSchema, Sitemap, PageQuery, ApplicationCollectionItemSeoPage, ApplicationCollectionItemSeoAction, ApplicationItemSeoAction, ApplicationItemSeoBreadcrumbs, ApplicationCollectionItemSeoBreadcrumbs, ApplicationItemSeoMetaTagItem, ApplicationItemSeoMetaTags, Metatags, SizePromotionThreshold, SEOData, SearchKeywordResult, SearchableAttribute, SecondLevelChild, SellerPhoneNumber, CollectionSeoDetail, SeoDetail, SetSize, SingleCategoryResponseSchema, SingleProductResponseSchema, Size, SizeDistribution, SizeGuideResponseSchema, StoreAssignResponseSchema, StoreDetail, StoreMeta, SuccessResponseSchema, SuccessResponseObject, TaxIdentifier, TaxSlab, TeaserTag, TemplateDetails, TemplateGlobalValidationData, TemplateValidationData, TemplatesResponseSchema, TemplatesGlobalValidationResponseSchema, TemplatesValidationResponseSchema, ThirdLevelChild, Trader, Trader1, TraderResponseSchema, UpdateCollection, UpdateSearchConfigurationRequestSchema, UpdateSearchConfigurationResponseSchema, CreateMarketplaceOptinResponseSchema, UserCommon, UserDetail, UserDetail1, UserInfo, UserSchema, RequestUserSchema, ValidateIdentifier, ValidateProduct, ValidateSizeGuide, VerifiedBy, WeightResponseSchema, InventoryWeightResponseSchema, Marketplaces, GetAllMarketplaces, UpdateMarketplaceOptinRequestSchema, UpdateMarketplaceOptinResponseSchema, Filters, ActionPage, ValidationError, Price1, MultiCategoriesSchema, NetQuantitySchema, CustomMeta, PageType };
|
|
4405
|
+
export { Action, ValidationErrors, AllSizes, AllowSingleRequestSchema, AppCatalogConfiguration, AppCategoryReturnConfig, AppCategoryReturnConfigResponseSchema, AppConfiguration, AppConfigurationDetail, AppConfigurationsSort, ApplicationBrandJson, ApplicationCategoryJson, ApplicationDepartment, ApplicationDepartmentJson, ApplicationDepartmentListingResponseSchema, ApplicationItemMOQ, ApplicationItemMeta, ApplicationItemSeoSitemap, ApplicationItemSEO, ApplicationProductsSchema, ApplicationProductListingResponseSchema, ApplicationStoreJson, AppReturnConfigResponseSchema, ArticleAssignment, ArticleAssignment1, ArticleQuery, ArticleStoreResponseSchema, AssignStore, AssignStoreArticle, AttributeDetailsGroup, AttributeMaster, AttributeMasterDetails, AttributeMasterFilter, AttributeMasterMandatoryDetails, AttributeMasterMeta, AttributeMasterSchema, AttributeSchemaRange, AutoCompleteMedia, AutocompleteAction, AutocompletePageAction, AutocompleteResult, BannerImage, BaseAppCategoryReturnConfig, BaseAppCategoryReturnConfigResponseSchema, Brand, BrandItem, BrandListingResponseSchema, ApplicationBrandListingItemSchema, ApplicationBrandListingSchema, ApplicationCategoryListingSchema, ApplicationCategoryListingItemSchema, BrandMeta, InventoryBrandMeta, BulkAssetResponseSchema, BulkHsnResponseSchema, BulkHsnUpsert, BulkInventoryGet, FailedRecord, BulkInventoryGetItems, BulkMeta, BulkProductJob, BulkJob, BulkProductRequestSchema, BulkResponseSchema, CatalogInsightBrand, CatalogInsightItem, CatalogInsightResponseSchema, CategoriesResponseSchema, Category, CategoryItems, CategoryListingResponseSchema, CategoryMapping, CategoryMappingValues, CategoryResponseSchema, Child, CollectionBadge, CollectionBanner, CollectionCreateResponseSchema, CollectionDetailResponseSchema, CollectionImage, CollectionItem, CollectionItemUpdate, CollectionListingFilter, CollectionListingFilterTag, CollectionListingFilterType, CollectionQuery, CollectionSchedule, CompanyBrandDetail, CompanyMeta, InventoryCompanyMeta, CompanyOptIn, ConfigErrorResponseSchema, ConfigSuccessResponseSchema, ConfigurationBucketPoints, ConfigurationListing, ConfigurationListingFilter, ConfigurationListingFilterConfig, ConfigurationListingFilterValue, ConfigurationListingSort, ConfigurationListingSortConfig, ConfigurationProduct, ConfigurationProductConfig, ConfigurationProductSimilar, ConfigurationProductVariant, ConfigurationProductVariantConfig, CreateAutocompleteKeyword, CreateAutocompleteWordsResponseSchema, CreateCollection, CreateSearchConfigurationRequestSchema, CreateSearchConfigurationResponseSchema, CreateSearchKeyword, CreateUpdateAppReturnConfig, CrossSellingData, CrossSellingResponseSchema, CustomOrder, DateMeta, DefaultKeyRequestSchema, DeleteAppCategoryReturnConfig, DeleteResponseSchema, DeleteSearchConfigurationResponseSchema, Department, DepartmentCategoryTree, DepartmentErrorResponseSchema, DepartmentIdentifier, DepartmentResponseSchema, DepartmentsResponseSchema, DimensionResponseSchema, InventoryDimensionResponseSchema, Document, EntityConfiguration, ErrorResponseSchema, FilerList, RawProduct, RawProductListingResponseSchema, GTIN, AttributeDetail, LatLong, ApplicationLocationAddressSchema, GetAddressSchema, GetAllSizes, GetAppCatalogConfiguration, GetAppCatalogEntityConfiguration, GetAutocompleteWordsData, GetAutocompleteWordsResponseSchema, GetCatalogConfigurationDetailsProduct, GetCatalogConfigurationDetailsSchemaListing, GetCatalogConfigurationMetaData, GetCollectionDetailNest, GetCollectionItemsResponseSchema, GetCollectionListingResponseSchema, GetCollectionQueryOptionResponseSchema, GetCompanySchema, ConditionItem, DataItem, ValueTypeItem, SortTypeItem, GetConfigMetadataResponseSchema, GetConfigMetadataValues, GetConfigResponseSchema, ConfigItem, AttributeConfig, GetDepartment, GetInventories, GetInventoriesResponseSchema, GetLocationSchema, GetOptInPlatform, GetProductBundleCreateResponseSchema, GetProductBundleListingResponseSchema, GetProductBundleResponseSchema, GetProducts, ProductDetails, GetCollectionDetailResponseSchema, CommonResponseSchemaCollection, GetQueryFiltersKeysResponseSchema, GetQueryFiltersResponseSchema, GetCollectionItemsResponseSchemaV2, Page1, CollectionItemSchemaV2, CollectionItemUpdateSchema, CollectionQuerySchemaV2, ProductDetailV2, GetSearchConfigurationResponseSchema, GetSearchWordsData, GetSearchWordsDetailResponseSchema, GetSearchWordsResponseSchema, GlobalValidation, Guide, HSNCodesResponseSchema, HSNData, CreatedBySchema, ModifiedBySchema, HSNDataInsertV2, Hierarchy, HsnCode, HsnCodesListingResponseSchemaV2, HsnCodesObject, HsnUpsert, Image, ImageUrls, InvSize, InventoryBulkRequestSchema, InventoryConfig, InventoryCreateRequestSchema, InventoryExportAdvanceOption, InventoryExportFilter, InventoryExportJob, InventoryExportJobListResponseSchema, InventoryExportQuantityFilter, InventoryExportRequestSchema, InventoryExportResponseSchema, InventoryFailedReason, InventoryJobDetailResponseSchema, InventoryJobFilters, InventoryJobPayload, InventoryPage, AddInventoryRequestPayload, InventoryPayload, InventoryRequestSchema, InventoryRequestSchemaV2, InventoryResponseSchema, InventoryResponseItem, InventoryResponsePaginated, InventorySellerIdentifierResponsePaginated, ApplicationInventorySellerIdentifierResponsePaginated, InventorySellerResponseSchema, ApplicationInventorySellerResponseSchema, InventorySet, InventoryStockResponseSchema, InventoryUpdateResponseSchema, InventoryValidationResponseSchema, InvoiceCredSchema, InvoiceDetailsSchema, ItemQuery, Items, LimitedProductData, SizeGuideItem, ListSizeGuide, LocationDayWiseSchema, LocationIntegrationType, LocationListSchema, LocationManagerSchema, LocationTimingSchema, Logo, MOQData, ManufacturerResponseSchema, InventoryManufacturerResponseSchema, Media, Media1, DepartmentMedia, BrandMedia, Meta, MetaDataListingFilterMetaResponseSchema, MetaDataListingFilterResponseSchema, MetaDataListingResponseSchema, MetaDataListingSortMetaResponseSchema, MetaDataListingSortResponseSchema, MetaFields, NetQuantity, NetQuantityResponseSchema, NextSchedule, LocationPriceRequestSchema, LocationQuantityRequestSchema, LocationPriceQuantitySuccessResponseSchema, OptInPostRequestSchema, OptinCompanyBrandDetailsView, OptinCompanyDetail, OptinCompanyMetrics, OptinStoreDetails, OwnerAppItemResponseSchema, PTErrorResponseSchema, Page, PageResponseSchema, PageResponseType, Price, ProductListingDetailPrice, PriceArticle, PriceMeta, ProdcutTemplateCategoriesResponseSchema, Product, ProductAttributesResponseSchema, ProductBrand, ProductBulkAssets, ProductBulkRequestSchema, ProductBulkRequestList, ProductBundleItem, ProductBundleRequestSchema, ProductBundleUpdateRequestSchema, ProductConfigurationDownloads, ProductUpdateSchemaV2, ProductCreateSchemaV2, ProductDetail, ProductDetailAttribute, ProductDetailGroupedAttribute, ProductDownloadsResponseSchema, CollectionProductFilters, ProductFilters, GetQueryFiltersValuesResponseSchema, ProductFiltersKeysOnly, ProductFiltersKey, ProductQueryFiltersValue, CollectionProductFiltersValue, ProductFiltersValue, CollectionProductListingDetail, ProductCategory, ApplicationCategoryAction, ApplicationCategoryItem, ApplicationProductMedia, ApplicationProductCategoryItem, CategoryPageAction, CategoryQuery, CategoryImage, ProductListingDetail, ActionObject, PageAction, ProductListingPrice, ProductListingResponseSchema, ProductListingResponseV2, ProductPublish, ProductPublished, ProductReturnConfigSchema, ProductReturnConfigBaseSchema, Identifier, SizeDetails, ProductSchemaV2, ProductSize, ProductSizeDeleteDataResponseSchema, ProductSizeDeleteResponseSchema, CollectionProductSortOn, ProductSortOn, ProductTagsViewResponseSchema, CreatedBy, ModifiedBy, ProductTemplate, ProductTemplateDownloadsExport, ProductTemplateExportFilterRequestSchema, ProductTemplateExportResponseSchema, ProductVariants, ProductVariantsResponseSchema, Properties, Quantities, QuantitiesArticle, Quantity, QuantityBase, ReturnConfig, InventoryReturnConfig, ReturnConfig2, ReturnConfigResponseSchema, Sitemap, PageQuery, ApplicationCollectionItemSeoPage, ApplicationCollectionItemSeoAction, ApplicationItemSeoAction, ApplicationItemSeoBreadcrumbs, ApplicationCollectionItemSeoBreadcrumbs, ApplicationItemSeoMetaTagItem, ApplicationItemSeoMetaTags, Metatags, SizePromotionThreshold, SEOData, SearchKeywordResult, SearchableAttribute, SecondLevelChild, SellerPhoneNumber, CollectionSeoDetail, SeoDetail, SetSize, SingleCategoryResponseSchema, SingleProductResponseSchema, Size, SizeDistribution, SizeGuideResponseSchema, StoreAssignResponseSchema, StoreDetail, StoreMeta, SuccessResponseSchema, SuccessResponseObject, TaxIdentifier, TaxSlab, TeaserTag, TemplateDetails, TemplateGlobalValidationData, TemplateValidationData, TemplatesResponseSchema, TemplatesGlobalValidationResponseSchema, TemplatesValidationResponseSchema, ThirdLevelChild, Trader, Trader1, TraderResponseSchema, UpdateCollection, UpdateSearchConfigurationRequestSchema, UpdateSearchConfigurationResponseSchema, CreateMarketplaceOptinResponseSchema, UserCommon, UserDetail, UserDetail1, UserInfo, UserSchema, RequestUserSchema, ValidateIdentifier, ValidateProduct, ValidateSizeGuide, VerifiedBy, WeightResponseSchema, InventoryWeightResponseSchema, BulkInventoryJob, Marketplaces, GetAllMarketplaces, UpdateMarketplaceOptinRequestSchema, UpdateMarketplaceOptinResponseSchema, Filters, ActionPage, ValidationError, Price1, MultiCategoriesSchema, NetQuantitySchema, CustomMeta, PageType };
|
|
4380
4406
|
}
|
|
4381
4407
|
/** @returns {Action} */
|
|
4382
4408
|
declare function Action(): Action;
|
|
@@ -5627,6 +5653,22 @@ type BulkInventoryGetItems = {
|
|
|
5627
5653
|
stage?: string;
|
|
5628
5654
|
succeed?: number;
|
|
5629
5655
|
total?: number;
|
|
5656
|
+
tags?: string[];
|
|
5657
|
+
meta?: BulkMeta;
|
|
5658
|
+
};
|
|
5659
|
+
/** @returns {BulkMeta} */
|
|
5660
|
+
declare function BulkMeta(): BulkMeta;
|
|
5661
|
+
type BulkMeta = {
|
|
5662
|
+
/**
|
|
5663
|
+
* - Additional remarks or notes explaining the
|
|
5664
|
+
* context or reason for the bulk inventory action.
|
|
5665
|
+
*/
|
|
5666
|
+
comment?: string;
|
|
5667
|
+
/**
|
|
5668
|
+
* - A list of image URLs providing visual
|
|
5669
|
+
* evidence or supporting context for the comment.
|
|
5670
|
+
*/
|
|
5671
|
+
image_urls?: string[];
|
|
5630
5672
|
};
|
|
5631
5673
|
/** @returns {BulkProductJob} */
|
|
5632
5674
|
declare function BulkProductJob(): BulkProductJob;
|
|
@@ -5696,6 +5738,7 @@ type BulkJob = {
|
|
|
5696
5738
|
template_tag?: string;
|
|
5697
5739
|
total?: number;
|
|
5698
5740
|
tracking_url?: string;
|
|
5741
|
+
tags?: string[];
|
|
5699
5742
|
};
|
|
5700
5743
|
/** @returns {BulkProductRequestSchema} */
|
|
5701
5744
|
declare function BulkProductRequestSchema(): BulkProductRequestSchema;
|
|
@@ -9040,10 +9083,23 @@ type InventoryPayload = {
|
|
|
9040
9083
|
* - The tags associated with the inventory item.
|
|
9041
9084
|
*/
|
|
9042
9085
|
tags?: string[];
|
|
9086
|
+
/**
|
|
9087
|
+
* - Indicates whether delta or replace operation for inventory
|
|
9088
|
+
*/
|
|
9089
|
+
mode?: string;
|
|
9043
9090
|
/**
|
|
9044
9091
|
* - The total quantity of the inventory item.
|
|
9045
9092
|
*/
|
|
9046
9093
|
total_quantity?: number;
|
|
9094
|
+
/**
|
|
9095
|
+
* - The damaged quantity of the inventory item.
|
|
9096
|
+
*/
|
|
9097
|
+
damaged_quantity?: number;
|
|
9098
|
+
/**
|
|
9099
|
+
* - The not available quantity of
|
|
9100
|
+
* the inventory item.
|
|
9101
|
+
*/
|
|
9102
|
+
not_available_quantity?: number;
|
|
9047
9103
|
/**
|
|
9048
9104
|
* - The trace ID of the inventory payload.
|
|
9049
9105
|
*/
|
|
@@ -9979,7 +10035,15 @@ type LocationQuantityRequestSchema = {
|
|
|
9979
10035
|
/**
|
|
9980
10036
|
* - The total quantity of the inventory item.
|
|
9981
10037
|
*/
|
|
9982
|
-
total_quantity
|
|
10038
|
+
total_quantity?: number;
|
|
10039
|
+
/**
|
|
10040
|
+
* - The total quantity of the inventory item.
|
|
10041
|
+
*/
|
|
10042
|
+
damaged_quantity?: number;
|
|
10043
|
+
/**
|
|
10044
|
+
* - The total quantity of the inventory item.
|
|
10045
|
+
*/
|
|
10046
|
+
not_available_quantity?: number;
|
|
9983
10047
|
};
|
|
9984
10048
|
/** @returns {LocationPriceQuantitySuccessResponseSchema} */
|
|
9985
10049
|
declare function LocationPriceQuantitySuccessResponseSchema(): LocationPriceQuantitySuccessResponseSchema;
|
|
@@ -10077,7 +10141,7 @@ type PTErrorResponseSchema = {
|
|
|
10077
10141
|
declare function Page(): Page;
|
|
10078
10142
|
type Page = {
|
|
10079
10143
|
/**
|
|
10080
|
-
* - The total number of items
|
|
10144
|
+
* - The total number of all items across all pages.
|
|
10081
10145
|
*/
|
|
10082
10146
|
item_total?: number;
|
|
10083
10147
|
/**
|
|
@@ -13587,6 +13651,26 @@ type InventoryWeightResponseSchema = {
|
|
|
13587
13651
|
shipping?: number;
|
|
13588
13652
|
unit?: string;
|
|
13589
13653
|
};
|
|
13654
|
+
/** @returns {BulkInventoryJob} */
|
|
13655
|
+
declare function BulkInventoryJob(): BulkInventoryJob;
|
|
13656
|
+
type BulkInventoryJob = {
|
|
13657
|
+
/**
|
|
13658
|
+
* - Unique identifier of the company for which
|
|
13659
|
+
* the inventory update is being performed.
|
|
13660
|
+
*/
|
|
13661
|
+
company_id: string;
|
|
13662
|
+
/**
|
|
13663
|
+
* - Type of inventory update file being processed,
|
|
13664
|
+
* either price or quantity.
|
|
13665
|
+
*/
|
|
13666
|
+
file_type: string;
|
|
13667
|
+
/**
|
|
13668
|
+
* - URL of the uploaded file containing inventory
|
|
13669
|
+
* update data.
|
|
13670
|
+
*/
|
|
13671
|
+
file_path: string;
|
|
13672
|
+
meta?: BulkMeta;
|
|
13673
|
+
};
|
|
13590
13674
|
/** @returns {Marketplaces} */
|
|
13591
13675
|
declare function Marketplaces(): Marketplaces;
|
|
13592
13676
|
type Marketplaces = {
|
|
@@ -648,6 +648,16 @@ const Joi = require("joi");
|
|
|
648
648
|
* @property {string} [stage]
|
|
649
649
|
* @property {number} [succeed]
|
|
650
650
|
* @property {number} [total]
|
|
651
|
+
* @property {string[]} [tags]
|
|
652
|
+
* @property {BulkMeta} [meta]
|
|
653
|
+
*/
|
|
654
|
+
|
|
655
|
+
/**
|
|
656
|
+
* @typedef BulkMeta
|
|
657
|
+
* @property {string} [comment] - Additional remarks or notes explaining the
|
|
658
|
+
* context or reason for the bulk inventory action.
|
|
659
|
+
* @property {string[]} [image_urls] - A list of image URLs providing visual
|
|
660
|
+
* evidence or supporting context for the comment.
|
|
651
661
|
*/
|
|
652
662
|
|
|
653
663
|
/**
|
|
@@ -684,6 +694,7 @@ const Joi = require("joi");
|
|
|
684
694
|
* @property {string} [template_tag]
|
|
685
695
|
* @property {number} [total]
|
|
686
696
|
* @property {string} [tracking_url]
|
|
697
|
+
* @property {string[]} [tags]
|
|
687
698
|
*/
|
|
688
699
|
|
|
689
700
|
/**
|
|
@@ -2408,7 +2419,11 @@ const Joi = require("joi");
|
|
|
2408
2419
|
* @property {string} seller_identifier - The identifier of the seller.
|
|
2409
2420
|
* @property {number} store_id - The ID of the store.
|
|
2410
2421
|
* @property {string[]} [tags] - The tags associated with the inventory item.
|
|
2422
|
+
* @property {string} [mode] - Indicates whether delta or replace operation for inventory
|
|
2411
2423
|
* @property {number} [total_quantity] - The total quantity of the inventory item.
|
|
2424
|
+
* @property {number} [damaged_quantity] - The damaged quantity of the inventory item.
|
|
2425
|
+
* @property {number} [not_available_quantity] - The not available quantity of
|
|
2426
|
+
* the inventory item.
|
|
2412
2427
|
* @property {string} [trace_id] - The trace ID of the inventory payload.
|
|
2413
2428
|
*/
|
|
2414
2429
|
|
|
@@ -2876,7 +2891,9 @@ const Joi = require("joi");
|
|
|
2876
2891
|
/**
|
|
2877
2892
|
* @typedef LocationQuantityRequestSchema
|
|
2878
2893
|
* @property {string} [expiration_date] - The expiration date of the inventory item.
|
|
2879
|
-
* @property {number} total_quantity - The total quantity of the inventory item.
|
|
2894
|
+
* @property {number} [total_quantity] - The total quantity of the inventory item.
|
|
2895
|
+
* @property {number} [damaged_quantity] - The total quantity of the inventory item.
|
|
2896
|
+
* @property {number} [not_available_quantity] - The total quantity of the inventory item.
|
|
2880
2897
|
*/
|
|
2881
2898
|
|
|
2882
2899
|
/**
|
|
@@ -2949,7 +2966,7 @@ const Joi = require("joi");
|
|
|
2949
2966
|
|
|
2950
2967
|
/**
|
|
2951
2968
|
* @typedef Page
|
|
2952
|
-
* @property {number} [item_total] - The total number of items
|
|
2969
|
+
* @property {number} [item_total] - The total number of all items across all pages.
|
|
2953
2970
|
* @property {string} [next_id] - The identifier for the next page.
|
|
2954
2971
|
* @property {boolean} [has_previous] - Indicates whether there is a previous page.
|
|
2955
2972
|
* @property {boolean} [has_next] - Indicates whether there is a next page.
|
|
@@ -4634,6 +4651,17 @@ const Joi = require("joi");
|
|
|
4634
4651
|
* @property {string} [unit]
|
|
4635
4652
|
*/
|
|
4636
4653
|
|
|
4654
|
+
/**
|
|
4655
|
+
* @typedef BulkInventoryJob
|
|
4656
|
+
* @property {string} company_id - Unique identifier of the company for which
|
|
4657
|
+
* the inventory update is being performed.
|
|
4658
|
+
* @property {string} file_type - Type of inventory update file being processed,
|
|
4659
|
+
* either price or quantity.
|
|
4660
|
+
* @property {string} file_path - URL of the uploaded file containing inventory
|
|
4661
|
+
* update data.
|
|
4662
|
+
* @property {BulkMeta} [meta]
|
|
4663
|
+
*/
|
|
4664
|
+
|
|
4637
4665
|
/**
|
|
4638
4666
|
* @typedef Marketplaces
|
|
4639
4667
|
* @property {number[]} [brand_ids]
|
|
@@ -5487,6 +5515,16 @@ class CatalogPlatformModel {
|
|
|
5487
5515
|
stage: Joi.string().allow(""),
|
|
5488
5516
|
succeed: Joi.number(),
|
|
5489
5517
|
total: Joi.number(),
|
|
5518
|
+
tags: Joi.array().items(Joi.string().allow("")),
|
|
5519
|
+
meta: CatalogPlatformModel.BulkMeta(),
|
|
5520
|
+
});
|
|
5521
|
+
}
|
|
5522
|
+
|
|
5523
|
+
/** @returns {BulkMeta} */
|
|
5524
|
+
static BulkMeta() {
|
|
5525
|
+
return Joi.object({
|
|
5526
|
+
comment: Joi.string().allow(""),
|
|
5527
|
+
image_urls: Joi.array().items(Joi.string().allow("")),
|
|
5490
5528
|
});
|
|
5491
5529
|
}
|
|
5492
5530
|
|
|
@@ -5524,6 +5562,7 @@ class CatalogPlatformModel {
|
|
|
5524
5562
|
template_tag: Joi.string().allow(""),
|
|
5525
5563
|
total: Joi.number(),
|
|
5526
5564
|
tracking_url: Joi.string().allow(""),
|
|
5565
|
+
tags: Joi.array().items(Joi.string().allow("")),
|
|
5527
5566
|
});
|
|
5528
5567
|
}
|
|
5529
5568
|
|
|
@@ -7385,7 +7424,10 @@ class CatalogPlatformModel {
|
|
|
7385
7424
|
seller_identifier: Joi.string().allow("").required(),
|
|
7386
7425
|
store_id: Joi.number().required(),
|
|
7387
7426
|
tags: Joi.array().items(Joi.string().allow("")).allow(null, ""),
|
|
7427
|
+
mode: Joi.string().allow(""),
|
|
7388
7428
|
total_quantity: Joi.number().allow(null),
|
|
7429
|
+
damaged_quantity: Joi.number().allow(null),
|
|
7430
|
+
not_available_quantity: Joi.number().allow(null),
|
|
7389
7431
|
trace_id: Joi.string().allow(""),
|
|
7390
7432
|
});
|
|
7391
7433
|
}
|
|
@@ -7905,7 +7947,9 @@ class CatalogPlatformModel {
|
|
|
7905
7947
|
static LocationQuantityRequestSchema() {
|
|
7906
7948
|
return Joi.object({
|
|
7907
7949
|
expiration_date: Joi.string().allow(""),
|
|
7908
|
-
total_quantity: Joi.number()
|
|
7950
|
+
total_quantity: Joi.number(),
|
|
7951
|
+
damaged_quantity: Joi.number(),
|
|
7952
|
+
not_available_quantity: Joi.number(),
|
|
7909
7953
|
});
|
|
7910
7954
|
}
|
|
7911
7955
|
|
|
@@ -9739,6 +9783,16 @@ class CatalogPlatformModel {
|
|
|
9739
9783
|
});
|
|
9740
9784
|
}
|
|
9741
9785
|
|
|
9786
|
+
/** @returns {BulkInventoryJob} */
|
|
9787
|
+
static BulkInventoryJob() {
|
|
9788
|
+
return Joi.object({
|
|
9789
|
+
company_id: Joi.string().allow("").required(),
|
|
9790
|
+
file_type: Joi.string().allow("").required(),
|
|
9791
|
+
file_path: Joi.string().allow("").required(),
|
|
9792
|
+
meta: CatalogPlatformModel.BulkMeta(),
|
|
9793
|
+
});
|
|
9794
|
+
}
|
|
9795
|
+
|
|
9742
9796
|
/** @returns {Marketplaces} */
|
|
9743
9797
|
static Marketplaces() {
|
|
9744
9798
|
return Joi.object({
|
|
@@ -20,7 +20,7 @@ export = CatalogPlatformValidator;
|
|
|
20
20
|
*/
|
|
21
21
|
/**
|
|
22
22
|
* @typedef CreateBulkInventoryJobParam
|
|
23
|
-
* @property {CatalogPlatformModel.
|
|
23
|
+
* @property {CatalogPlatformModel.BulkInventoryJob} body
|
|
24
24
|
*/
|
|
25
25
|
/**
|
|
26
26
|
* @typedef CreateBulkProductUploadJobParam
|
|
@@ -188,6 +188,7 @@ export = CatalogPlatformValidator;
|
|
|
188
188
|
* @property {string} [startDate] - Filter results by the job's start date.
|
|
189
189
|
* @property {string} [endDate] - Filter results by the job's end date.
|
|
190
190
|
* @property {string} [stage] - Filter results by the current stage of the import job.
|
|
191
|
+
* @property {string} [tags] - Filter results by the tags of the import job.
|
|
191
192
|
*/
|
|
192
193
|
/**
|
|
193
194
|
* @typedef GetInventoryBySizeParam
|
|
@@ -680,7 +681,7 @@ type CreateBulkInventoryParam = {
|
|
|
680
681
|
body: CatalogPlatformModel.InventoryBulkRequestSchema;
|
|
681
682
|
};
|
|
682
683
|
type CreateBulkInventoryJobParam = {
|
|
683
|
-
body: CatalogPlatformModel.
|
|
684
|
+
body: CatalogPlatformModel.BulkInventoryJob;
|
|
684
685
|
};
|
|
685
686
|
type CreateBulkProductUploadJobParam = {
|
|
686
687
|
body: CatalogPlatformModel.BulkJob;
|
|
@@ -975,6 +976,10 @@ type GetInventoryBulkUploadHistoryParam = {
|
|
|
975
976
|
* - Filter results by the current stage of the import job.
|
|
976
977
|
*/
|
|
977
978
|
stage?: string;
|
|
979
|
+
/**
|
|
980
|
+
* - Filter results by the tags of the import job.
|
|
981
|
+
*/
|
|
982
|
+
tags?: string;
|
|
978
983
|
};
|
|
979
984
|
type GetInventoryBySizeParam = {
|
|
980
985
|
/**
|
|
@@ -27,7 +27,7 @@ const CatalogPlatformModel = require("./CatalogPlatformModel");
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* @typedef CreateBulkInventoryJobParam
|
|
30
|
-
* @property {CatalogPlatformModel.
|
|
30
|
+
* @property {CatalogPlatformModel.BulkInventoryJob} body
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
/**
|
|
@@ -224,6 +224,7 @@ const CatalogPlatformModel = require("./CatalogPlatformModel");
|
|
|
224
224
|
* @property {string} [startDate] - Filter results by the job's start date.
|
|
225
225
|
* @property {string} [endDate] - Filter results by the job's end date.
|
|
226
226
|
* @property {string} [stage] - Filter results by the current stage of the import job.
|
|
227
|
+
* @property {string} [tags] - Filter results by the tags of the import job.
|
|
227
228
|
*/
|
|
228
229
|
|
|
229
230
|
/**
|
|
@@ -608,7 +609,7 @@ class CatalogPlatformValidator {
|
|
|
608
609
|
/** @returns {CreateBulkInventoryJobParam} */
|
|
609
610
|
static createBulkInventoryJob() {
|
|
610
611
|
return Joi.object({
|
|
611
|
-
body: CatalogPlatformModel.
|
|
612
|
+
body: CatalogPlatformModel.BulkInventoryJob().required(),
|
|
612
613
|
}).required();
|
|
613
614
|
}
|
|
614
615
|
|
|
@@ -845,6 +846,7 @@ class CatalogPlatformValidator {
|
|
|
845
846
|
startDate: Joi.string().allow(""),
|
|
846
847
|
endDate: Joi.string().allow(""),
|
|
847
848
|
stage: Joi.string().allow(""),
|
|
849
|
+
tags: Joi.string().allow(""),
|
|
848
850
|
}).required();
|
|
849
851
|
}
|
|
850
852
|
|
|
@@ -9,7 +9,7 @@ declare class Common {
|
|
|
9
9
|
* @returns {Promise<CommonPlatformModel.Locations>} - Success response
|
|
10
10
|
* @name getLocations
|
|
11
11
|
* @summary: Get company locations
|
|
12
|
-
* @description: Retrieve a list of locations associated with the company. - Check out [method documentation](https://
|
|
12
|
+
* @description: Retrieve a list of locations associated with the company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/common/getLocations/).
|
|
13
13
|
*/
|
|
14
14
|
getLocations({ locationType, id, requestHeaders }?: CommonPlatformValidator.GetLocationsParam, { responseHeaders }?: object): Promise<CommonPlatformModel.Locations>;
|
|
15
15
|
/**
|
|
@@ -20,7 +20,7 @@ declare class Common {
|
|
|
20
20
|
* Success response
|
|
21
21
|
* @name searchApplication
|
|
22
22
|
* @summary: List sales channel categories
|
|
23
|
-
* @description: This API retrieves details for a specific sales channel based on the provided search criteria. The search can be performed using the name of the sales channel - Check out [method documentation](https://
|
|
23
|
+
* @description: This API retrieves details for a specific sales channel based on the provided search criteria. The search can be performed using the name of the sales channel - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/common/searchApplication/).
|
|
24
24
|
*/
|
|
25
25
|
searchApplication({ authorization, query, requestHeaders }?: CommonPlatformValidator.SearchApplicationParam, { responseHeaders }?: object): Promise<CommonPlatformModel.ApplicationResponseSchema>;
|
|
26
26
|
}
|
|
@@ -21,7 +21,7 @@ class Common {
|
|
|
21
21
|
* @returns {Promise<CommonPlatformModel.Locations>} - Success response
|
|
22
22
|
* @name getLocations
|
|
23
23
|
* @summary: Get company locations
|
|
24
|
-
* @description: Retrieve a list of locations associated with the company. - Check out [method documentation](https://
|
|
24
|
+
* @description: Retrieve a list of locations associated with the company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/common/getLocations/).
|
|
25
25
|
*/
|
|
26
26
|
async getLocations(
|
|
27
27
|
{ locationType, id, requestHeaders } = { requestHeaders: {} },
|
|
@@ -97,7 +97,7 @@ class Common {
|
|
|
97
97
|
* Success response
|
|
98
98
|
* @name searchApplication
|
|
99
99
|
* @summary: List sales channel categories
|
|
100
|
-
* @description: This API retrieves details for a specific sales channel based on the provided search criteria. The search can be performed using the name of the sales channel - Check out [method documentation](https://
|
|
100
|
+
* @description: This API retrieves details for a specific sales channel based on the provided search criteria. The search can be performed using the name of the sales channel - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/common/searchApplication/).
|
|
101
101
|
*/
|
|
102
102
|
async searchApplication(
|
|
103
103
|
{ authorization, query, requestHeaders } = { requestHeaders: {} },
|