idosell 0.4.9 → 0.4.12

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.
@@ -1948,27 +1948,27 @@ export type GetOrdersPackagesResponse = {
1948
1948
  /** @description Information on error that occurred during gate call. */
1949
1949
  errors?: FaultCodeString;
1950
1950
  /** @description Package details. */
1951
- deliveryPackage: {} | {
1951
+ deliveryPackage: {
1952
1952
  /** @description Shipment ID. */
1953
- deliveryPackageId: number;
1953
+ deliveryPackageId?: number;
1954
1954
  /** @description Package number. */
1955
- deliveryPackageNumber: string;
1955
+ deliveryPackageNumber?: string;
1956
1956
  /** @description consignment number. */
1957
- deliveryShippingNumber: string;
1957
+ deliveryShippingNumber?: string;
1958
1958
  /** @description Courier ID. */
1959
- courierId: number;
1959
+ courierId?: number;
1960
1960
  /** @description Name of the supplier of the shipment. */
1961
- courierName: string;
1961
+ courierName?: string;
1962
1962
  /** @description Selected delivery date. */
1963
- deliveryDate: string;
1963
+ deliveryDate?: string;
1964
1964
  /** @description Additional information on delivery date. */
1965
- deliveryDateAdditional: string;
1965
+ deliveryDateAdditional?: string;
1966
1966
  /** @description Estimated date of shipment of the order. */
1967
- estimatedDeliveryDate: string;
1967
+ estimatedDeliveryDate?: string;
1968
1968
  /** @description Date of receipt by the buyer, possible formats: "YYYY-MM-dd HH:mm:ss", "YYYY-MM-dd", */
1969
- receivedDate: string;
1969
+ receivedDate?: string;
1970
1970
  /** @description Package parameters. */
1971
- deliveryPackageParameters: {
1971
+ deliveryPackageParameters?: {
1972
1972
  /** @description Cash on delivery. */
1973
1973
  cashOnDelivery: number;
1974
1974
  /** @description Postal cash on delivery currency. */
@@ -4697,18 +4697,18 @@ export type SearchProductsResponse = {
4697
4697
  }[];
4698
4698
  }[];
4699
4699
  }[];
4700
- /** @description Parameters set for price comparison websites */
4701
- productShopPriceComparisonSites: {
4702
- /** @description price comparison website ID */
4703
- priceComparisonSiteId: number;
4704
- /** @description Whether the product is exported in the feed to the sales service */
4700
+ /** @description Parameters set for external services (price comparison & marketplace sites) */
4701
+ externalServicesList: {
4702
+ /** @description External service ID */
4703
+ id: number;
4704
+ /** @description Whether the product is exported in the feed to the service */
4705
4705
  active?: boolean;
4706
- /** @description price comparison website name */
4707
- priceComparisonSiteName: string;
4708
- /** @description Price settings, possible values: "manual" - Price entered manually, "automatically_calculated" - Price calculated automatically. */
4709
- priceComparisonSitePricesConfig?: string;
4706
+ /** @description External service name */
4707
+ name: string;
4708
+ /** @description Price settings, possible values: "manual" - Price entered manually, "automatically_calculated" - Price calculated automatically, "default_price" - Product's default price. */
4709
+ pricesConfig?: string;
4710
4710
  /** @description Configuration details for setting of parameter prices_config=automatically_calculated */
4711
- priceComparisonSitePriceConfigAutomatonDetails?: {
4711
+ priceConfigAutomatonDetails?: {
4712
4712
  /** @description Price setting, one of values: own, last_purchased, avarage_purchased, retail, wholsale, minimal */
4713
4713
  priceAutomatonPriceSettings: string;
4714
4714
  /** @description Price type, one of values: gross, net */
@@ -7504,4 +7504,1228 @@ export type PutWmsSuppliersResponse = {
7504
7504
  }[];
7505
7505
  };
7506
7506
 
7507
+ export type GetProductsResponse = {
7508
+ /** @description Object contains detailed information on result of operation. */
7509
+ results: {
7510
+ /** @description Product IAI code */
7511
+ productId: number;
7512
+ /** @description External product system code. */
7513
+ productDisplayedCode?: string;
7514
+ /** @example productIsDeleted */
7515
+ productIsDeleted?: string;
7516
+ /** @description Annotation. */
7517
+ productNote?: string;
7518
+ /** @description PKWiU [PCPandS]. */
7519
+ productTaxCode?: string;
7520
+ /** @description Brand ID */
7521
+ producerId?: number;
7522
+ /** @description Brand name */
7523
+ producerName?: string;
7524
+ /** @description IdoSell Category ID */
7525
+ categoryIdoSellId?: number;
7526
+ /** @description IdoSell Category pathname */
7527
+ categoryIdoSellPath?: string;
7528
+ /** @description Category id */
7529
+ categoryId?: number;
7530
+ /** @description Category name */
7531
+ categoryName?: string;
7532
+ /** @description Currency ID */
7533
+ currencyId?: string;
7534
+ /** @description CN/TARIC */
7535
+ cnTaricCode?: string;
7536
+ /** @description Country of origin. Country code in the ISO 3166-1 A2 standard */
7537
+ countryOfOrigin?: string;
7538
+ /** @description Currency, in which product prices are stored. */
7539
+ productCurrenciesShops?: {
7540
+ /** @description Shop Id */
7541
+ shopId: number;
7542
+ /** @description Currency ID */
7543
+ currencyId: string;
7544
+ }[];
7545
+ /** @description Product is bestseller. Available values: "n" - no, "y" - yes. */
7546
+ productInBestseller?: string;
7547
+ /** @description Gross price */
7548
+ productRetailPrice?: number;
7549
+ /** @description Gross price after promotion. The item is returned when the 'showPromotionsPrices' parameter is specified in the request */
7550
+ productPromoRetailPrice?: number;
7551
+ /** @description Wholesale price */
7552
+ productWholesalePrice?: number;
7553
+ /** @description Wholesale price after promotion. The item is returned when the 'showPromotionsPrices' parameter is specified in the request */
7554
+ productPromoWholesalePrice?: number;
7555
+ /** @description Minimal price */
7556
+ productMinimalPrice?: number;
7557
+ /** @description Price for automatic calculations */
7558
+ productAutomaticCalculationPrice?: number;
7559
+ /** @description price for POS. */
7560
+ productPosPrice?: number;
7561
+ /** @description Strikethrough gross retail price */
7562
+ productStrikethroughRetailPrice?: number;
7563
+ /** @description Strikethrough gross wholesale price */
7564
+ productStrikethroughWholesalePrice?: number;
7565
+ /** @description Average purchase price net. */
7566
+ productPurchasePriceNetAverage?: number;
7567
+ /** @description Last net purchase price */
7568
+ productPurchasePriceNetLast?: number;
7569
+ /** @description Average purchase price gross. */
7570
+ productPurchasePriceGrossAverage?: number;
7571
+ /** @description Last gross purchase price */
7572
+ productPurchasePriceGrossLast?: number;
7573
+ /** @description Value of VAT */
7574
+ productVat?: number;
7575
+ /** @description Is product VAT free Allowed values "y" - yes, "n" - no. */
7576
+ productVatFree?: string;
7577
+ /** @description Discount profile ID */
7578
+ productRebate?: number;
7579
+ /** @description Product is new. Available values: "y" - is new, "n" - is not new. */
7580
+ productInNew?: string;
7581
+ /** @description Settings of hotspots display. */
7582
+ productHotspotsZones?: {
7583
+ /** @description Is attribute set */
7584
+ productHotspotIsEnabled: boolean;
7585
+ /** @description Shop Id */
7586
+ shopId: number;
7587
+ /** @description Promotion for shop. */
7588
+ productIsPromotion: boolean;
7589
+ /** @description Discount for shop. */
7590
+ productIsDiscount: boolean;
7591
+ /** @description Distinguished product in store. */
7592
+ productIsDistinguished: boolean;
7593
+ /** @description Special product in store. */
7594
+ productIsSpecial: boolean;
7595
+ }[];
7596
+ /** @description Product value in points. */
7597
+ productProfitPoints?: {
7598
+ /** @description Is attribute set */
7599
+ productProfitPointsAreEnabled: boolean;
7600
+ /** @description Shop Id */
7601
+ shopId: number;
7602
+ /** @description Point value required for purchase made by retail customers. */
7603
+ productProfitPointsCostRetail: number;
7604
+ /** @description Point value required for purchase made by wholesale customers. */
7605
+ productProfitPointsCostWholesale: number;
7606
+ /** @description Points granted for product purchase made by retail customers. */
7607
+ productProfitPointsAwardRetail: number;
7608
+ /** @description Points granted for product purchase made by wholesale customers. */
7609
+ productProfitPointsAwardWholesale: number;
7610
+ }[];
7611
+ /** @description Weight. */
7612
+ productWeight?: number;
7613
+ /** @description Product visibility in export to price comparison and marketplaces. Available values: "y" - Visible, "selected" - Selected, "assign_selected" - Enable the visibility of the product in the export to price comparison sites passed in the priceComparisonSites node. Price comparison sites previously assigned to the commodity will be retained, "unassign_selected" - Disable product visibility in exports to price comparison sites passed in the priceComparisonSites node, "n" - invisible. */
7614
+ productInExportToPriceComparisonSites?: string;
7615
+ /** @description Visibility of an item in an export to Amazon Marketplace. Available values: "y" - Visible, "selected" - Visible on selected regional services, "n" - invisible. */
7616
+ productInExportToAmazonMarketplace?: string;
7617
+ /** @description Object determines if the product is available in POS sale Available values: "n" - no, "y" - yes. */
7618
+ productEnableInPos?: string;
7619
+ /** @description Complex rating Available values: "0" - no, "1" - yes. */
7620
+ productComplexNotes?: number;
7621
+ /** @description Availability profile ID. */
7622
+ availableProfile?: number;
7623
+ /** @description Availability profile name. */
7624
+ availableProfileName?: string;
7625
+ /** @description Product visibility in store Available values: "y" - Visible, "n" - Invisible. */
7626
+ productIsVisible?: string;
7627
+ /** @description Product visible even though out of stock Available values: "y" - visible even though out of stock, "n" - not visible when out of stock. */
7628
+ productInPersistent?: string;
7629
+ /** @description Priority. Allowed values from 1 to 10. */
7630
+ productPriority?: number;
7631
+ /** @description Bit mask of shop IDs. Mask for indicated store is calculated on basis of following formula: 2^(store_ID - 1). If the product should be available in more than one shop, the masks should be summed up. */
7632
+ shopsMask?: number;
7633
+ /** @description Product icon details. */
7634
+ productIcon?: {
7635
+ /** @description Determines whether icon has been set. Available values: "y" - icon is set, "n" - icon is not set (default icon is visible). */
7636
+ productIconExists: string;
7637
+ /** @description URL to large icon graphic file */
7638
+ productIconLargeUrl: string;
7639
+ /** @description Width of large icon */
7640
+ productIconLargeWidth?: number;
7641
+ /** @description Height of large icon */
7642
+ productIconLargeHeight?: number;
7643
+ /** @description Large icon size */
7644
+ productIconLargeSize?: number;
7645
+ /** @description URL to small icon graphic file */
7646
+ productIconSmallUrl: string;
7647
+ /** @description MD5 hash of large icon graphic file */
7648
+ productIconHash?: string | false;
7649
+ /** @example productIconLargeUrlSecond */
7650
+ productIconLargeUrlSecond?: string;
7651
+ /** */
7652
+ productIconLargeSizeSecond?: number;
7653
+ };
7654
+ /** @description Information about the external listing icon */
7655
+ productAuctionIcon?: {
7656
+ /** @description Determines whether icon has been set. Available values: "y" - icon is set, "n" - icon is not set (default icon is visible). */
7657
+ productAuctionIconExists: string;
7658
+ /** @description URL to large icon graphic file */
7659
+ productAuctionIconLargeUrl?: string;
7660
+ /** @description Width of large icon */
7661
+ productAuctionIconLargeWidth?: number;
7662
+ /** @description Height of large icon */
7663
+ productAuctionIconLargeHeight?: number;
7664
+ /** @description Large icon size */
7665
+ productAuctionIconLargeSize?: number;
7666
+ /** @description URL to small icon graphic file */
7667
+ productAuctionIconSmallUrl?: string;
7668
+ /** @description MD5 hash of large icon graphic file */
7669
+ productAuctionIconHash?: string;
7670
+ /** @example productAuctionIconLargeUrlSecond */
7671
+ productAuctionIconLargeUrlSecond?: string;
7672
+ /** */
7673
+ productAuctionIconLargeSizeSecond?: number;
7674
+ /** @example productAuctionIconSmallUrlSecond */
7675
+ productAuctionIconSmallUrlSecond?: string;
7676
+ /** */
7677
+ productAuctionIconSmallSizeSecond?: number;
7678
+ };
7679
+ /** @description Information about the product group icon */
7680
+ productGroupIcon?: {
7681
+ /** @description Determines whether icon has been set. Available values: "y" - icon is set, "n" - icon is not set (default icon is visible). */
7682
+ productGroupIconExists: string;
7683
+ /** @description URL to large icon graphic file */
7684
+ productGroupIconLargeUrl?: string;
7685
+ /** @description Width of large icon */
7686
+ productGroupIconLargeWidth?: number;
7687
+ /** @description Height of large icon */
7688
+ productGroupIconLargeHeight?: number;
7689
+ /** @description Large icon size */
7690
+ productGroupIconLargeSize?: number;
7691
+ /** @description URL to small icon graphic file */
7692
+ productGroupIconSmallUrl?: string;
7693
+ /** @description MD5 hash of large icon graphic file */
7694
+ productGroupIconHash?: string;
7695
+ /** @example productGroupIconLargeUrlSecond */
7696
+ productGroupIconLargeUrlSecond?: string;
7697
+ /** @example productGroupIconLargeSizeSecond */
7698
+ productGroupIconLargeSizeSecond?: string;
7699
+ /** @example productGroupIconSmallUrlSecond */
7700
+ productGroupIconSmallUrlSecond?: string;
7701
+ /** */
7702
+ productGroupIconSmallSize?: number;
7703
+ /** */
7704
+ productGroupIconSmallSizeSecond?: number;
7705
+ };
7706
+ /** @description Product photos details. */
7707
+ productImages?: {
7708
+ /** @description URL of a large graphics */
7709
+ productImageLargeUrl?: string;
7710
+ /** @example productImageLargeUrlSecond */
7711
+ productImageLargeUrlSecond?: string;
7712
+ /** @example productImageMediumUrlSecond */
7713
+ productImageMediumUrlSecond?: string;
7714
+ /** @example productImageSmallUrlSecond */
7715
+ productImageSmallUrlSecond?: string;
7716
+ /** @description URL of a medium graphics */
7717
+ productImageMediumUrl?: string;
7718
+ /** @description URL of a small graphics */
7719
+ productImageSmallUrl?: string;
7720
+ /** @description Id */
7721
+ productImageId?: string;
7722
+ /** @description Picture height */
7723
+ productImageWidth?: number;
7724
+ /** @description Picture width */
7725
+ productImageHeight?: number;
7726
+ /** @description Image size on disk */
7727
+ productImageSize?: number;
7728
+ /** @description Date Photo was added */
7729
+ productImageDate?: string;
7730
+ /** @description Picture priority */
7731
+ productImagePriority?: number;
7732
+ /** @description Picture hash */
7733
+ productImageHash?: string;
7734
+ }[];
7735
+ /** @description Data of series, product belong to. */
7736
+ productSeries?: {
7737
+ /** @description ID of series, to which product belongs. */
7738
+ seriesId: number;
7739
+ /** @description Name of series, to which the product belongs, visible in panel. */
7740
+ seriesPanelName: string;
7741
+ /** @description Names of series in indicated language visible in shop. */
7742
+ seriesDescriptionsLangData: {
7743
+ /** @description Name of series in indicated language */
7744
+ seriesName: string;
7745
+ /** @description Language ID */
7746
+ langId: string;
7747
+ }[];
7748
+ };
7749
+ /** @description Product unit of measure data */
7750
+ productUnit?: {
7751
+ /** @description Product unit of measure ID. */
7752
+ unitId: number;
7753
+ /** @description Product unit of measure name. */
7754
+ unitName: string;
7755
+ /** @description Unit of measure precision. */
7756
+ unitPrecision: number;
7757
+ };
7758
+ /** @description Number of items in package data */
7759
+ productInWrapper?: number;
7760
+ /** @description Sold at - for retailers. */
7761
+ productSellByRetail?: number;
7762
+ /** @description Sold at - for wholesalers. */
7763
+ productSellByWholesale?: number;
7764
+ /** @description Size group ID Change of one size group to another results in zeroing all stock quantities in all stocks. Change of size group can be made, if product is not present in any unhandled orders nor listed on auctions. */
7765
+ sizesGroupId?: number;
7766
+ /** @description Product creation time and date in YYYY-MM-DD HH:MM:SS format */
7767
+ productAddingTime?: string;
7768
+ /** @description Last product modification date and time in YYYY-MM-DD HH:MM:SS format */
7769
+ productModificationTime?: string;
7770
+ /** @description Last product price modification date and time in YYYY-MM-DD HH:MM:SS format */
7771
+ productPriceChangedTime?: string;
7772
+ /** @description Last product stock quantities modification date and time in YYYY-MM-DD HH:MM:SS format */
7773
+ productQuantityChangedTime?: string;
7774
+ /** @description Product warranty data. */
7775
+ productWarranty?: {
7776
+ /** @description Product warranty ID. */
7777
+ warrantyId: number;
7778
+ /** @description Name of warranty for indicated product. */
7779
+ warrantyName: string;
7780
+ };
7781
+ /** @description Data on product groups (variants) */
7782
+ productVersion?: {
7783
+ /** @description ID of the main item (variant) in the group */
7784
+ versionParentId: number;
7785
+ /** @description Parameter value names */
7786
+ versionNames: {
7787
+ /** @description Array of languages, values are displayed in. */
7788
+ versionNamesLangData: {
7789
+ /** @description Language ID */
7790
+ langId: string;
7791
+ /** @description Name of the parameter value, e.g. orange, green, red */
7792
+ versionName: string;
7793
+ }[];
7794
+ };
7795
+ /** @description Parameter names */
7796
+ versionGroupNames: {
7797
+ /** @description Parameter name */
7798
+ versionGroupNamesLangData: {
7799
+ /** @description Language ID */
7800
+ langId: string;
7801
+ /** @description Parameter name, e.g. color, width */
7802
+ versionGroupName: string;
7803
+ }[];
7804
+ };
7805
+ /** @description Settings for groups of items (variants) */
7806
+ versionSettings: {
7807
+ /** @description Show in shop. Available values: "y" - all products from group, "n" - only the first product from group. */
7808
+ versionDisplayAllInShop: string;
7809
+ /** @description Show in panel. Available values: "y" - wszystkie towary z grupy, "n" - only the first product from group. */
7810
+ versionDisplayAllInPanel: string;
7811
+ /** @description Adding the canonical links to the site. Available values: "y" - on, "n" - Off. */
7812
+ versionDisplayRelCanonicalInShop: string;
7813
+ /** @description The same code. Available values: "y" - yes, "n" - no. */
7814
+ versionCommonCode: string;
7815
+ /** @description The same brand. Available values: "y" - yes, "n" - no. */
7816
+ versionCommonProducer: string;
7817
+ /** @description The same annotation. Available values: "y" - yes, "n" - no. */
7818
+ versionCommonNote: string;
7819
+ /** @description The same warranty. Available values: "y" - yes, "n" - no. */
7820
+ versionCommonWarranty: string;
7821
+ /** @description The same series. Available values: "y" - yes, "n" - no. */
7822
+ versionCommonSeries: string;
7823
+ /** @description The same category. Available values: "y" - yes, "n" - no. */
7824
+ versionCommonCategory: string;
7825
+ /** @description The same price. Available values: "y" - yes, "n" - no. */
7826
+ versionCommonPrice: string;
7827
+ /** @description Same price for auction services. Available values: "y" - yes, "n" - no. */
7828
+ versionCommonPriceAuctions?: string;
7829
+ /** @description Same advance. Available values: "y" - yes, "n" - no. */
7830
+ versionCommonAdvance: string;
7831
+ /** @description Same quantity discount. Available values: "y" - yes, "n" - no. */
7832
+ versionCommonRebate: string;
7833
+ /** @description the same VAT rate. Available values: "y" - yes, "n" - no. */
7834
+ versionCommonVat: string;
7835
+ /** @description The same loyalty points. Available values: "y" - yes, "n" - no. */
7836
+ versionCommonProfitPoints: string;
7837
+ /** @description The same promotion. Available values: "y" - yes, "n" - no. */
7838
+ versionCommonPromotion?: string;
7839
+ /** @description The same loyalty discount. Available values: "y" - yes, "n" - no. */
7840
+ versionCommonDiscount?: string;
7841
+ /** @description The same privileged products. Available values: "y" - yes, "n" - no. */
7842
+ versionCommonDistinguished?: string;
7843
+ /** @description The same for special. Available values: "y" - yes, "n" - no. */
7844
+ versionCommonSpecial?: string;
7845
+ /** @description The same related product. Available values: "y" - yes, "n" - no. */
7846
+ versionCommonAssociated: string;
7847
+ /** @description The same visibility. Available values: "y" - yes, "n" - no. */
7848
+ versionCommonVisibility: string;
7849
+ /** @description Same display when not in stock. Available values: "y" - yes, "n" - no. */
7850
+ versionCommonPersistent?: string;
7851
+ /** @description The same priority. Available values: "y" - yes, "n" - no. */
7852
+ versionCommonPriority: string;
7853
+ /** @description The same shops. Available values: "y" - yes, "n" - no. */
7854
+ versionCommonShops: string;
7855
+ /** @description The same sizes. Available values: "y" - yes, "n" - no. */
7856
+ versionCommonSizes: string;
7857
+ /** @description The same unit of measure. Available values: "y" - yes, "n" - no. */
7858
+ versionCommonUnit?: string;
7859
+ /** @description The same weight. Available values: "y" - yes, "n" - no. */
7860
+ versionCommonWeight: string;
7861
+ /** @description The same parameters. possible values "y" - yes, "n" - no. */
7862
+ versionCommonDictionary: string;
7863
+ /** @description The same name. Available values: "y" - yes, "n" - no. */
7864
+ versionCommonName: string;
7865
+ /** @description The same short description. Available values: "y" - yes, "n" - no. */
7866
+ versionCommonDescription: string;
7867
+ /** @description The same long description. Available values: "y" - yes, "n" - no. */
7868
+ versionCommonLongDescription: string;
7869
+ /** @description The same icon. Available values: "y" - yes, "n" - no. */
7870
+ versionCommonIcon: string;
7871
+ /** @description The same large photos. Available values: "y" - yes, "n" - no. */
7872
+ versionCommonPhotos: string;
7873
+ /** @description The same availability profile. Available values: "y" - yes, "n" - no. */
7874
+ versionCommonAvailableProfile: string;
7875
+ /** @description The same complex rating. Available values: "y" - yes, "n" - no. */
7876
+ versionCommonComplexNotes: string;
7877
+ /** @description The same currency. Available values: "y" - yes, "n" - no. */
7878
+ versionCommonCurrency: string;
7879
+ /** @description The same supplier. Available values: "y" - yes, "n" - no. */
7880
+ versionCommonDeliverer: string;
7881
+ /** @description Do You wish to sum up the products in the basket as a one order? Available values: "y" - yes, "n" - no. */
7882
+ versionCommonSumInBasket: string;
7883
+ /** @description The same objects in menu Available values: "y" - yes, "n" - no. */
7884
+ versionCommonMenuItems: string;
7885
+ /** @description Same promotions Available values: "y" - yes, "n" - no. */
7886
+ versionCommonPromotions?: string;
7887
+ };
7888
+ /** @description List of product variants. */
7889
+ versionProductsIds: string[];
7890
+ };
7891
+ /** @description Recommended products data. */
7892
+ associatedProductsIds?: number[];
7893
+ /** @description Data of advance payment required for order with this product. */
7894
+ productAdvance?: {
7895
+ /** @description Required advance payment in percents */
7896
+ productAdvancePrice: number;
7897
+ /** @description Percentage of product price, that is an advance payment. */
7898
+ productAdvancePercent: number;
7899
+ };
7900
+ /** @description Data of stores product is assigned to. */
7901
+ productShops?: {
7902
+ /** @description Bit mask of shop IDs. Mask for indicated store is calculated on basis of following formula: 2^(store_ID - 1). If the product should be available in more than one shop, the masks should be summed up. */
7903
+ shopsMask?: number;
7904
+ /** @description Shop Id */
7905
+ shopId: number;
7906
+ }[];
7907
+ /** @description Array of language-dependent elements. */
7908
+ productDescriptionsLangData?: {
7909
+ /** @description Language ID */
7910
+ langId: string;
7911
+ /** @description Product name. */
7912
+ productName: string;
7913
+ /** @description Product name for auction service. */
7914
+ productAuctionName: string;
7915
+ /** @description Product name on price comparison sites. */
7916
+ productPriceComparisonSitesName: string;
7917
+ /** @description Short product description. */
7918
+ productDescription: string;
7919
+ /** @description Long product description. */
7920
+ productLongDescription: string;
7921
+ /** @description DEPRECATED. This parameter is deprecated. Long product description for external listings. */
7922
+ productAuctionLongDescription: string;
7923
+ /** @description Product meta title. */
7924
+ productMetaTitle: string;
7925
+ /** @description Product meta description. */
7926
+ productMetaDescription?: string;
7927
+ /** @description Product meta keywords. */
7928
+ productMetaKeywords: string;
7929
+ }[];
7930
+ /** @description Product data for auction services */
7931
+ productAuctionDescriptionsData?: {
7932
+ /** @description Auction system ID */
7933
+ productAuctionId: number;
7934
+ /** @description Auction site ID */
7935
+ productAuctionSiteId: number;
7936
+ /** @description Product name for auction service. */
7937
+ productAuctionName: string;
7938
+ /** @description Subtitle for auction service */
7939
+ productAuctionAdditionalName: string;
7940
+ /** @description Product description for marketplaces */
7941
+ productAuctionDescription: string;
7942
+ }[];
7943
+ /** @description Reduced price */
7944
+ productPromotion?: {
7945
+ /** @description Object determines if the promotion should be active.. Allowed values: "y" - active promotion, "n" - inactive promotion. */
7946
+ promoteItemEnabled: string;
7947
+ /** @description Strikethrough price */
7948
+ promoteItemNormalPrice?: number;
7949
+ /** @description Strikethrough wholesale price */
7950
+ promoteItemWholesaleNormalPrice?: number;
7951
+ /** @description Switching off date */
7952
+ promoteItemEndingDate?: string;
7953
+ };
7954
+ /** @description Discount for shop. */
7955
+ productDiscount?: {
7956
+ /** @description Object determines if the promotion should be active.. Allowed values: "y" - active promotion, "n" - inactive promotion. */
7957
+ promoteItemEnabled: string;
7958
+ /** @description Strikethrough price */
7959
+ promoteItemNormalPrice?: number;
7960
+ /** @description Strikethrough wholesale price */
7961
+ promoteItemWholesaleNormalPrice?: number;
7962
+ /** @description Switching off date */
7963
+ promoteItemEndingDate?: string;
7964
+ };
7965
+ /** @description Distinguished product in store. */
7966
+ productDistinguished?: {
7967
+ /** @description Object determines if the promotion should be active.. Allowed values: "y" - active promotion, "n" - inactive promotion. */
7968
+ promoteItemEnabled: string;
7969
+ /** @description Strikethrough price */
7970
+ promoteItemNormalPrice?: number;
7971
+ /** @description Strikethrough wholesale price */
7972
+ promoteItemWholesaleNormalPrice?: number;
7973
+ /** @description Switching off date */
7974
+ promoteItemEndingDate?: string;
7975
+ };
7976
+ /** @description Special product in store. */
7977
+ productSpecial?: {
7978
+ /** @description Object determines if the promotion should be active.. Allowed values: "y" - active promotion, "n" - inactive promotion. */
7979
+ promoteItemEnabled: string;
7980
+ /** @description Strikethrough price */
7981
+ promoteItemNormalPrice?: number;
7982
+ /** @description Strikethrough wholesale price */
7983
+ promoteItemWholesaleNormalPrice?: number;
7984
+ /** @description Switching off date */
7985
+ promoteItemEndingDate?: string;
7986
+ };
7987
+ /** @description Parameters (distinguished). */
7988
+ productParametersDistinction?: {
7989
+ /** @description Parameter ID */
7990
+ parameterId: number;
7991
+ /** @description Parameter name. */
7992
+ parameterName: string;
7993
+ /** @description Parameter value ID */
7994
+ parameterValueId: number;
7995
+ /** @description Attributes group name. */
7996
+ parameterValueName: string;
7997
+ }[];
7998
+ /** @description Product stock quantity data. */
7999
+ productStocksData?: {
8000
+ /** @description Stocks data */
8001
+ productStocksQuantities?: {
8002
+ /** @description Stock ID */
8003
+ stockId: number;
8004
+ /** @description Size data */
8005
+ productSizesData: {
8006
+ /** @description Size identifier */
8007
+ sizeId: string;
8008
+ /** @description Size name */
8009
+ sizePanelName: string;
8010
+ /** @description External product system code for size. */
8011
+ productSizeCodeExternal: string;
8012
+ /** @description Product stock quantity */
8013
+ productSizeQuantity: number;
8014
+ /** @description Information of reservations */
8015
+ productSizeReservations: {
8016
+ /** @description Number of products reserved ad hoc. */
8017
+ productSizeReservationAdhoc: number;
8018
+ /** @description Number of products reserved for auctions. */
8019
+ productSizeReservationAuction: number;
8020
+ /** @description Customer's login */
8021
+ productSizeReservationClient: number;
8022
+ /** @description Number of products reserved for orders. */
8023
+ productSizeReservationOrder: number;
8024
+ /** @description Number of products reserved for retail sales. */
8025
+ productSizeReservationRetail: number;
8026
+ /** @description Number of products reserved for wholesale sales. */
8027
+ productSizeReservationWholesale: number;
8028
+ };
8029
+ }[];
8030
+ }[];
8031
+ /** @description Information on auction sites */
8032
+ productAuctionsQuantities?: {
8033
+ /** @description Stock ID */
8034
+ stockId: number;
8035
+ /** @description Size data */
8036
+ productSizesData: {
8037
+ /** @description Size identifier */
8038
+ sizeId: string;
8039
+ /** @description Size name */
8040
+ sizePanelName: string;
8041
+ /** @description External product system code for size. */
8042
+ productSizeCodeExternal: string;
8043
+ /** @description Product stock quantity */
8044
+ productSizeQuantity: number;
8045
+ /** @description Information of reservations */
8046
+ productSizeReservations: {
8047
+ /** @description Number of products reserved ad hoc. */
8048
+ productSizeReservationAdhoc: number;
8049
+ /** @description Number of products reserved for auctions. */
8050
+ productSizeReservationAuction: number;
8051
+ /** @description Customer's login */
8052
+ productSizeReservationClient: number;
8053
+ /** @description Number of products reserved for orders. */
8054
+ productSizeReservationOrder: number;
8055
+ /** @description Number of products reserved for retail sales. */
8056
+ productSizeReservationRetail: number;
8057
+ /** @description Number of products reserved for wholesale sales. */
8058
+ productSizeReservationWholesale: number;
8059
+ };
8060
+ }[];
8061
+ }[];
8062
+ /** @description Information on incomplete orders */
8063
+ productOrdersUnfinishedQuantities?: {
8064
+ /** @description Stock ID */
8065
+ stockId: number;
8066
+ /** @description Size data */
8067
+ productSizesData: {
8068
+ /** @description Size identifier */
8069
+ sizeId: string;
8070
+ /** @description Size name */
8071
+ sizePanelName: string;
8072
+ /** @description External product system code for size. */
8073
+ productSizeCodeExternal: string;
8074
+ /** @description Product stock quantity */
8075
+ productSizeQuantity: number;
8076
+ /** @description Information of reservations */
8077
+ productSizeReservations?: {
8078
+ /** @description Number of products reserved ad hoc. */
8079
+ productSizeReservationAdhoc: number;
8080
+ /** @description Number of products reserved for auctions. */
8081
+ productSizeReservationAuction: number;
8082
+ /** @description Customer's login */
8083
+ productSizeReservationClient: number;
8084
+ /** @description Number of products reserved for orders. */
8085
+ productSizeReservationOrder: number;
8086
+ /** @description Number of products reserved for retail sales. */
8087
+ productSizeReservationRetail: number;
8088
+ /** @description Number of products reserved for wholesale sales. */
8089
+ productSizeReservationWholesale: number;
8090
+ };
8091
+ }[];
8092
+ }[];
8093
+ /** @description Available stock quantities data */
8094
+ productSizesDispositions?: {
8095
+ /** @description Available stock quantities for auctions */
8096
+ productSizesDispositionsInAuctions: {
8097
+ /** @description Size identifier */
8098
+ sizeId: string;
8099
+ /** @description Size name */
8100
+ sizePanelName: string;
8101
+ /** @description External product system code for size. */
8102
+ productSizeCodeExternal: string;
8103
+ /** @description Product stock quantity */
8104
+ productSizeQuantity: number;
8105
+ }[];
8106
+ /** @description Available stock quantity for order sales */
8107
+ productSizesDispositionsInSales: {
8108
+ /** @description Size identifier */
8109
+ sizeId: string;
8110
+ /** @description Size name */
8111
+ sizePanelName: string;
8112
+ /** @description External product system code for size. */
8113
+ productSizeCodeExternal: string;
8114
+ /** @description Available stock quantity of product from supplier stock. */
8115
+ productSizeQuantityOutsideStock: number;
8116
+ /** @description Available stock quantity of product from own stock. */
8117
+ productSizeQuantityOwnStock: number;
8118
+ /** @description Available stock quantity of product from all stocks. */
8119
+ productSizeQuantityAllStocks: number;
8120
+ /** @description Available product quantity in own stock from before 1 day . */
8121
+ productSizeDisposition1d?: number;
8122
+ /** @description Available product quantity in own stock from before 2 Days. */
8123
+ productSizeDisposition2d?: number;
8124
+ /** @description Available product quantity in own stock from before 3 Days. */
8125
+ productSizeDisposition3d?: number;
8126
+ /** @description Available product quantity in own stock from before 4 Days. */
8127
+ productSizeDisposition4d?: number;
8128
+ /** @description Available product quantity in own stock from before 5 Days. */
8129
+ productSizeDisposition5d?: number;
8130
+ /** @description Available product quantity in own stock from before 6 Days. */
8131
+ productSizeDisposition6d?: number;
8132
+ /** @description Available product quantity in own stock from before 7 Days. */
8133
+ productSizeDisposition7d?: number;
8134
+ /** @description Available product quantity in own stock from before 1 week. */
8135
+ productSizeDisposition1w?: number;
8136
+ /** @description Available product quantity in own stock from before 2 weeks. */
8137
+ productSizeDisposition2w?: number;
8138
+ /** @description Available product quantity in own stock from before 3 weeks. */
8139
+ productSizeDisposition3w?: number;
8140
+ /** @description Available product quantity in own stock from before 4 weeks. */
8141
+ productSizeDisposition4w?: number;
8142
+ }[];
8143
+ };
8144
+ /** @description Delivery data */
8145
+ productSizesDeliveries: {
8146
+ /** @description Size identifier */
8147
+ sizeId: string;
8148
+ /** @description Size name */
8149
+ sizePanelName: string;
8150
+ /** @description Product stock quantity */
8151
+ productSizeQuantity: number;
8152
+ }[];
8153
+ /** @description Data of number of products added to GRN */
8154
+ productSizesGoodsReceivedNotes?: {
8155
+ /** @description Size identifier */
8156
+ sizeId: string;
8157
+ /** @description Size name */
8158
+ sizePanelName: string;
8159
+ /** @description Product stock quantity */
8160
+ productSizeQuantity: number;
8161
+ }[];
8162
+ /** @description Size data */
8163
+ productSizesStocksLocations: {
8164
+ /** @description Stock ID */
8165
+ stockId: number;
8166
+ productSizesLocation: {
8167
+ /** @description Size identifier */
8168
+ sizeId: string;
8169
+ /** @description Warehouse location ID */
8170
+ stockLocationId: number;
8171
+ /** @description Warehouse location full path */
8172
+ stockLocationTextId: string;
8173
+ /** @description Storage location code */
8174
+ stockLocationCode?: string;
8175
+ /** @description Additional locations */
8176
+ stockAdditionalLocations?: {
8177
+ /** @description Warehouse location ID */
8178
+ stockAdditionalLocationId: number;
8179
+ /** @description Warehouse location full path */
8180
+ stockAdditionalLocationTextId: string;
8181
+ /** @description Storage location code */
8182
+ stockAdditionalLocationCode: string;
8183
+ }[];
8184
+ }[];
8185
+ }[];
8186
+ };
8187
+ /** @description Data concerning attributes dependent on indicated product sizes. */
8188
+ productSizesAttributes?: {
8189
+ /** @description Size identifier */
8190
+ sizeId: string;
8191
+ /** @description Size name */
8192
+ sizePanelName?: string;
8193
+ /** @description External product system code for size. */
8194
+ productSizeCodeExternal?: string;
8195
+ /** @description Producer code for size. */
8196
+ productSizeCodeProducer?: string;
8197
+ /** @description Supplier code */
8198
+ productSizeCodeDeliverer?: string;
8199
+ /** @description Product visible even though out of stock Available values: "y" - visible even though out of stock, "n" - not visible when out of stock. */
8200
+ productInPersistent: string;
8201
+ /** @description Data of customers observing product. */
8202
+ productObservedByClients?: {
8203
+ /** @description Customer's login */
8204
+ productSizeObservedClientLogin: string;
8205
+ /** @description Shop Id */
8206
+ shopId: number;
8207
+ /** @description Observed from */
8208
+ productSizeObservedDate: string;
8209
+ }[];
8210
+ /** @description Gross price */
8211
+ productRetailPrice?: number;
8212
+ /** @description Gross price after promotion. The item is returned when the 'showPromotionsPrices' parameter is specified in the request */
8213
+ productPromoRetailPrice?: number;
8214
+ /** @description Wholesale price */
8215
+ productWholesalePrice?: number;
8216
+ /** @description Wholesale price after promotion. The item is returned when the 'showPromotionsPrices' parameter is specified in the request */
8217
+ productPromoWholesalePrice?: number;
8218
+ /** @description Minimal price */
8219
+ productMinimalPrice?: number;
8220
+ /** @description Price for automatic calculations */
8221
+ productAutomaticCalculationPrice?: number;
8222
+ /** @description price for POS. */
8223
+ productPosPrice?: number;
8224
+ /** @description Strikethrough gross retail price */
8225
+ productStrikethroughRetailPrice?: number;
8226
+ /** @description Strikethrough gross wholesale price */
8227
+ productStrikethroughWholesalePrice?: number;
8228
+ /** @description Weight */
8229
+ productSizeWeight: number;
8230
+ /** @description Weight without the packaging */
8231
+ productSizeWeightWithoutPackaging: number;
8232
+ }[];
8233
+ /** @description Data concerning attributes dependent on indicated stores with particular product assigned. */
8234
+ productShopsAttributes?: {
8235
+ /** @description Shop Id */
8236
+ shopId: number;
8237
+ /** @description Information on the prices dependent on shop. */
8238
+ productShopSizesAttributes?: {
8239
+ /** @description Size identifier */
8240
+ sizeId: string;
8241
+ /** @description Size name */
8242
+ sizePanelName: string;
8243
+ /** @description External product system code for size. */
8244
+ productSizeCodeExternal: string;
8245
+ /** @description Gross price */
8246
+ productRetailPrice: number;
8247
+ /** @description Gross price after promotion. The item is returned when the 'showPromotionsPrices' parameter is specified in the request */
8248
+ productPromoRetailPrice: number;
8249
+ /** @description Wholesale price */
8250
+ productWholesalePrice: number;
8251
+ /** @description Wholesale price after promotion. The item is returned when the 'showPromotionsPrices' parameter is specified in the request */
8252
+ productPromoWholesalePrice: number;
8253
+ /** @description Minimal price */
8254
+ productMinimalPrice: number;
8255
+ /** @description Price for automatic calculations */
8256
+ productAutomaticCalculationPrice: number;
8257
+ /** @description Recommended retail price */
8258
+ productSuggestedPrice: number;
8259
+ /** @description Strikethrough gross retail price */
8260
+ productStrikethroughRetailPrice: number;
8261
+ /** @description Strikethrough gross wholesale price */
8262
+ productStrikethroughWholesalePrice: number;
8263
+ }[];
8264
+ /** @description Information about prices for price comparison websites dependent on a shop */
8265
+ productShopPriceComparisonSitesPrices: {
8266
+ /** @description price comparison website ID */
8267
+ priceComparisonSiteId: number;
8268
+ /** @description Percentage difference between the price comparison website and the shop */
8269
+ productPriceComparisonSitePercentDiff: number;
8270
+ /** @description Price for a price comparison website in a shop */
8271
+ productPriceComparisonSitePrice: number;
8272
+ }[];
8273
+ /** @description Gross price */
8274
+ productRetailPrice: number;
8275
+ /** @description Gross price after promotion. The item is returned when the 'showPromotionsPrices' parameter is specified in the request */
8276
+ productPromoRetailPrice?: number;
8277
+ /** @description Wholesale price */
8278
+ productWholesalePrice: number;
8279
+ /** @description Wholesale price after promotion. The item is returned when the 'showPromotionsPrices' parameter is specified in the request */
8280
+ productPromoWholesalePrice?: number;
8281
+ /** @description Minimal price */
8282
+ productMinimalPrice: number;
8283
+ /** @description Price for automatic calculations */
8284
+ productAutomaticCalculationPrice: number;
8285
+ /** @description Price settings, possible values: "wholesale_equals_retail" - Wholesale price same as retail price, "wholesale_notequals_retail" - Wholesale price different than retail price, "all_prices_equals_zero" - All prices request a quote by phone, "retail_price_equals_zero" - Retail price on call, "default_prices" - default prices, "retail_equals_suggested" - Retail price is the same as recommended one, "automatically_calculated" - Price calculated automatically. */
8286
+ productPricesConfig: string;
8287
+ /** @description Currency ID */
8288
+ currencyId: string;
8289
+ /** @description Recommended retail price */
8290
+ productSuggestedPrice: number;
8291
+ /** @description Strikethrough gross retail price */
8292
+ productStrikethroughRetailPrice: number;
8293
+ /** @description Strikethrough gross wholesale price */
8294
+ productStrikethroughWholesalePrice: number;
8295
+ /** @description Configuration details for setting of parameter prices_config=default_prices. */
8296
+ productConfigPricesDefaultShop?: number;
8297
+ /** @description Average retail margin against average purchase price . */
8298
+ productMarginRetailFromAvaragePrices: number;
8299
+ /** @description Average wholesale margin against average purchase price. */
8300
+ productMarginWholesaleFromAvaragePrices: number;
8301
+ /** @description Configuration details for setting of parameter prices_config=automatically_calculated. */
8302
+ productPricesConfigAutomatonDetails?: {
8303
+ /** @description Price name, one of values: retail, wholsale, minimal. */
8304
+ priceAutomatonPriceName: string;
8305
+ /** @description Price setting, one of values: own, last_purchased, avarage_purchased, retail, wholsale, minimal */
8306
+ priceAutomatonPriceSettings: string;
8307
+ /** @description Price type, one of values: gross, net */
8308
+ priceAutomatonPriceType: string;
8309
+ /** @description Final amount */
8310
+ priceAutomatonPriceValue: number;
8311
+ /** @description Final amount currency */
8312
+ priceAutomatonPriceCurrencyId: string;
8313
+ /** @description shop ID from which price is retrieved */
8314
+ priceAutomatonPriceShop: number;
8315
+ /** @description Amount margin */
8316
+ priceAutomatonMarginCurrencyValue: number;
8317
+ /** @description Amount margin currency */
8318
+ priceAutomatonMarginCurrencyId: string;
8319
+ /** @description Percentage margin */
8320
+ priceAutomatonMarginPercentValue: number;
8321
+ /** @description Minimal value of percentage margin */
8322
+ priceAutomatonPricePercentMinimalValue: number;
8323
+ /** @description Minimal value of percentage margin currency */
8324
+ priceAutomatonPricePercentMinimalCurrencyId: string;
8325
+ /** @description Minimal amount with margins reflected */
8326
+ priceAutomatonPriceMinimalValue: number;
8327
+ /** @description Minimal amount currency */
8328
+ priceAutomatonPriceMinimalCurrencyId: string;
8329
+ /** @description Decimal complement should contain 0 to 2 digits. If it contains 0 digits, the system will calculate the amount with precision of up to 2 decimal places. If it contains 2 digits, the system will calculate the amount with precision of the total number and will add the value of this field as a decimal part of this amount */
8330
+ priceAutomatonDecimalRoundValue: number;
8331
+ }[];
8332
+ /** @description Prices for marketplaces */
8333
+ productAuctionsPrices?: {
8334
+ /** @description Auction site ID */
8335
+ auctionId: number;
8336
+ /** @description Auction site page ID */
8337
+ auctionSiteId: number;
8338
+ /** @description Size identifier */
8339
+ sizeId: string;
8340
+ /** @description "Buy It Now" price */
8341
+ auctionBuyNowPrice: number;
8342
+ /** @description Minimal price */
8343
+ auctionMinimalPrice: number;
8344
+ /** @description Auction starting price */
8345
+ auctionStartPrice: number;
8346
+ }[];
8347
+ /** @description Parameters set for auction sites */
8348
+ productAuctions?: {
8349
+ /** @description Auction site ID */
8350
+ auctionId: number;
8351
+ /** @description Auction site page ID */
8352
+ auctionSiteId: number;
8353
+ /** @description Price settings, possible values: "manual" - Price entered manually, "automatically_calculated" - Price calculated automatically. */
8354
+ auctionPricesConfig: string;
8355
+ /** @description Configuration details for setting of parameter prices_config=automatically_calculated */
8356
+ auctionPricesConfigAutomatonDetails?: {
8357
+ /** @description Price name, one of values: retail, wholsale, minimal. */
8358
+ priceAutomatonPriceName: string;
8359
+ /** @description Price setting, one of values: own, last_purchased, avarage_purchased, retail, wholsale, minimal */
8360
+ priceAutomatonPriceSettings: string;
8361
+ /** @description Price type, one of values: gross, net */
8362
+ priceAutomatonPriceType: string;
8363
+ /** @description Final amount */
8364
+ priceAutomatonPriceValue: number;
8365
+ /** @description Final amount currency */
8366
+ priceAutomatonPriceCurrencyId: string;
8367
+ /** @description shop ID from which price is retrieved */
8368
+ priceAutomatonPriceShop: number;
8369
+ /** @description Amount margin */
8370
+ priceAutomatonMarginCurrencyValue: number;
8371
+ /** @description Amount margin currency */
8372
+ priceAutomatonMarginCurrencyId: string;
8373
+ /** @description Percentage margin */
8374
+ priceAutomatonMarginPercentValue: number;
8375
+ /** @description Minimal value of percentage margin */
8376
+ priceAutomatonPricePercentMinimalValue: number;
8377
+ /** @description Minimal value of percentage margin currency */
8378
+ priceAutomatonPricePercentMinimalCurrencyId: string;
8379
+ /** @description Minimal amount with margins reflected */
8380
+ priceAutomatonPriceMinimalValue: number;
8381
+ /** @description Minimal amount currency */
8382
+ priceAutomatonPriceMinimalCurrencyId: string;
8383
+ /** @description Decimal complement should contain 0 to 2 digits. If it contains 0 digits, the system will calculate the amount with precision of up to 2 decimal places. If it contains 2 digits, the system will calculate the amount with precision of the total number and will add the value of this field as a decimal part of this amount */
8384
+ priceAutomatonDecimalRoundValue: number;
8385
+ }[];
8386
+ /** @description Parameters for sizes */
8387
+ productAuctionsSizes?: {
8388
+ /** @description Size identifier */
8389
+ sizeId: string;
8390
+ /** @description Configuration details for setting of parameter prices_config=automatically_calculated */
8391
+ auctionPricesConfigAutomatonDetails: {
8392
+ /** @description Price name, one of values: retail, wholsale, minimal. */
8393
+ priceAutomatonPriceName: string;
8394
+ /** @description Price setting, one of values: own, last_purchased, avarage_purchased, retail, wholsale, minimal */
8395
+ priceAutomatonPriceSettings: string;
8396
+ /** @description Price type, one of values: gross, net */
8397
+ priceAutomatonPriceType: string;
8398
+ /** @description Final amount */
8399
+ priceAutomatonPriceValue: number;
8400
+ /** @description Final amount currency */
8401
+ priceAutomatonPriceCurrencyId: string;
8402
+ /** @description shop ID from which price is retrieved */
8403
+ priceAutomatonPriceShop: number;
8404
+ /** @description Amount margin */
8405
+ priceAutomatonMarginCurrencyValue: number;
8406
+ /** @description Amount margin currency */
8407
+ priceAutomatonMarginCurrencyId: string;
8408
+ /** @description Percentage margin */
8409
+ priceAutomatonMarginPercentValue: number;
8410
+ /** @description Minimal value of percentage margin */
8411
+ priceAutomatonPricePercentMinimalValue: number;
8412
+ /** @description Minimal value of percentage margin currency */
8413
+ priceAutomatonPricePercentMinimalCurrencyId: string;
8414
+ /** @description Minimal amount with margins reflected */
8415
+ priceAutomatonPriceMinimalValue: number;
8416
+ /** @description Minimal amount currency */
8417
+ priceAutomatonPriceMinimalCurrencyId: string;
8418
+ /** @description Decimal complement should contain 0 to 2 digits. If it contains 0 digits, the system will calculate the amount with precision of up to 2 decimal places. If it contains 2 digits, the system will calculate the amount with precision of the total number and will add the value of this field as a decimal part of this amount */
8419
+ priceAutomatonDecimalRoundValue: number;
8420
+ }[];
8421
+ }[];
8422
+ }[];
8423
+ /** @description Parameters set for external services (price comparison & marketplace sites) */
8424
+ externalServicesList: {
8425
+ /** @description External service ID */
8426
+ id: number;
8427
+ /** @description Whether the product is exported in the feed to the service */
8428
+ active?: boolean;
8429
+ /** @description External service name */
8430
+ name: string;
8431
+ /** @description Price settings, possible values: "manual" - Price entered manually, "automatically_calculated" - Price calculated automatically, "default_price" - Product's default price. */
8432
+ pricesConfig?: string;
8433
+ /** @description Configuration details for setting of parameter prices_config=automatically_calculated */
8434
+ priceConfigAutomatonDetails?: {
8435
+ /** @description Price setting, one of values: own, last_purchased, avarage_purchased, retail, wholsale, minimal */
8436
+ priceAutomatonPriceSettings: string;
8437
+ /** @description Price type, one of values: gross, net */
8438
+ priceAutomatonPriceType: string;
8439
+ /** @description Final amount */
8440
+ priceAutomatonPriceValue: number;
8441
+ /** @description Final amount currency */
8442
+ priceAutomatonPriceCurrencyId: string;
8443
+ /** @description shop ID from which price is retrieved */
8444
+ priceAutomatonPriceShop: number;
8445
+ /** @description Amount margin */
8446
+ priceAutomatonMarginCurrencyValue: number;
8447
+ /** @description Amount margin currency */
8448
+ priceAutomatonMarginCurrencyId: string;
8449
+ /** @description Percentage margin */
8450
+ priceAutomatonMarginPercentValue: number;
8451
+ /** @description Minimal value of percentage margin */
8452
+ priceAutomatonPricePercentMinimalValue: number;
8453
+ /** @description Minimal value of percentage margin currency */
8454
+ priceAutomatonPricePercentMinimalCurrencyId: string;
8455
+ /** @description Minimal amount with margins reflected */
8456
+ priceAutomatonPriceMinimalValue: number;
8457
+ /** @description Minimal amount currency */
8458
+ priceAutomatonPriceMinimalCurrencyId: string;
8459
+ /** @description Decimal complement should contain 0 to 2 digits. If it contains 0 digits, the system will calculate the amount with precision of up to 2 decimal places. If it contains 2 digits, the system will calculate the amount with precision of the total number and will add the value of this field as a decimal part of this amount */
8460
+ priceAutomatonDecimalRoundValue: number;
8461
+ };
8462
+ }[];
8463
+ }[];
8464
+ /** @description Supplier ID. */
8465
+ delivererId?: number;
8466
+ /** @description Supplier name. */
8467
+ delivererName?: string | null;
8468
+ /** @description Sizes available for products data. */
8469
+ productSizes?: {
8470
+ /** @description Size identifier */
8471
+ sizeId: string;
8472
+ /** @description Size name */
8473
+ sizePanelName: string;
8474
+ }[];
8475
+ /** @description Size chart ID */
8476
+ sizeChartId?: number;
8477
+ /** @description Size chart name */
8478
+ sizeChartName?: string;
8479
+ /** @description Number of photos assigned to product. */
8480
+ productImagesCount?: number;
8481
+ /** @description Product availability management method Available values: "stock" - by means of stock management tools, "manual" - manually. */
8482
+ productAvailabilityManagementType?: string;
8483
+ /** @description Do You wish to sum up the products in the basket as a one order? Available values: "y" - yes, "n" - no. */
8484
+ productSumInBasket?: string;
8485
+ /** @description Menu assignments */
8486
+ productMenu?: {
8487
+ /** @description ID of the menu node to which the product is to be assigned */
8488
+ menuItemId: number;
8489
+ /** @description Shop Id */
8490
+ shopId: number;
8491
+ /** @description ID of the menu zone displayed in the mask */
8492
+ menuId: number;
8493
+ /** @description Menu lang data. */
8494
+ menuItemDescriptionsLangData: {
8495
+ /** @description Language ID */
8496
+ langId: string;
8497
+ /** @description Menu item name. */
8498
+ menuItemName: string;
8499
+ /** @description Menu element text identifier. Example: "item1\item2\item3". */
8500
+ menuItemTextId: string;
8501
+ }[];
8502
+ }[];
8503
+ /** @description Product type. Allowed values: "product_item" - Goods, "product_packaging" - packaging, "product_bundle" - set. "product_collection" - collection. "product_service" - service. "product_virtual" - virtual product. "product_configurable" - configurable product. */
8504
+ productType?: string;
8505
+ /** @description List of components if a products is a set or collection. */
8506
+ productBundleItems?: {
8507
+ /** @description Product IAI code */
8508
+ productId: number;
8509
+ /** @description Product ID in a set or collection */
8510
+ bundledId: number;
8511
+ /** @description Number of products in a set or collection */
8512
+ bundleQuantity: number;
8513
+ /** @description If a collection or a set is displayed with this product in a shop. */
8514
+ isBundleShown: boolean;
8515
+ /** @description Available sizes of products in a set or collection for the shop */
8516
+ bundledAvailableSizes: {
8517
+ /** @description Size identifier */
8518
+ sizeId: string;
8519
+ /** @description Size name */
8520
+ sizePanelName: string;
8521
+ }[];
8522
+ /** @description All sizes of products in a set or collection. */
8523
+ bundledAllSizes: {
8524
+ /** @description Size identifier */
8525
+ sizeId: string;
8526
+ /** @description Size name */
8527
+ sizePanelName: string;
8528
+ }[];
8529
+ /** @description Available sizes of products in a set or collection for marketplaces */
8530
+ bundledAvailableSizesInAuctions: {
8531
+ /** @description Size identifier */
8532
+ sizeId: string;
8533
+ /** @description Size name */
8534
+ sizePanelName: string;
8535
+ }[];
8536
+ }[];
8537
+ /** @description Remember serial numbers of sold products : "required" - #!wymagane!#, "optional" - optional, "na" - not used */
8538
+ productSaveSerialNumbers?: string;
8539
+ /** @description Parameters. */
8540
+ productParameters?: {
8541
+ /** @description Parameter ID */
8542
+ parameterId: number;
8543
+ /** @description Parameter type */
8544
+ parameterType: "section" | "parameter";
8545
+ /** @description Language data */
8546
+ parameterDescriptionsLangData: {
8547
+ /** @description Language ID */
8548
+ langId: string;
8549
+ /** @description Parameter name. */
8550
+ parameterName: string;
8551
+ /** @description Parameter description */
8552
+ parameterDescription: string;
8553
+ /** @description Parameter options for shops */
8554
+ parameterShopsData: {
8555
+ /** @description Shop Id */
8556
+ shopId: number;
8557
+ /** @description Link to icon on a product card */
8558
+ parameterIconCard: string;
8559
+ /** @description Link to icon on a product list */
8560
+ parameterIconProductsList: string;
8561
+ }[];
8562
+ }[];
8563
+ /** @description Parameter values */
8564
+ parameterValues?: {
8565
+ /** @description Parameter value ID */
8566
+ parameterValueId: number;
8567
+ /** @description Language data */
8568
+ parameterValueDescriptionsLangData: {
8569
+ /** @description Language ID */
8570
+ langId: string;
8571
+ /** @description Attributes group name. */
8572
+ parameterValueName: string;
8573
+ /** @description Parameter description */
8574
+ parameterValueDescription: string;
8575
+ /** @description Parameter options for shops */
8576
+ parameterValueShopsData: {
8577
+ /** @description Shop Id */
8578
+ shopId: number;
8579
+ /** @description Link to icon on a product card */
8580
+ parameterValueIconCard: string;
8581
+ /** @description Link to icon on a product list */
8582
+ parameterValueIconProductsList: string;
8583
+ }[];
8584
+ }[];
8585
+ }[];
8586
+ }[];
8587
+ /** @description Standard producer code. Available values: "auto" - Choose automatically, "GTIN14" - GTIN-14 "GTIN13" - GTIN-13 (EAN-13) "ISBN13" - GTIN-13 (ISBN-13) "GTIN12" - GTIN-12 (UPC-A) "ISBN10" - ISBN-10 "GTIN8" - GTIN-8 (EAN-8) "UPCE" - UPC-E "MPN" - MPN "other" - Other */
8588
+ producerCodesStandard?: string;
8589
+ /** @description The JavaScript formula calculating prices */
8590
+ priceFormula?: {
8591
+ /** @description Formula identifier */
8592
+ priceFormulaId: number;
8593
+ /** @description Formula parameters for calculating price */
8594
+ priceFormulaParameters: string;
8595
+ /** @description Formula function for calculating price */
8596
+ priceFormulaFunction: string;
8597
+ };
8598
+ /** @description Identifiers of the sets, to which the goods are assigned */
8599
+ bundledIds?: string[];
8600
+ /** @description Data of individual descriptions for stores */
8601
+ productIndividualDescriptionsData?: {
8602
+ /** @description Shop Id */
8603
+ shopId: string;
8604
+ /** @description Language ID */
8605
+ langId: string;
8606
+ /** @description Product name. */
8607
+ productName: string;
8608
+ /** @description Short product description. */
8609
+ productDescription: string;
8610
+ /** @description Long product description. */
8611
+ productLongDescription: string;
8612
+ }[];
8613
+ /** @description #!DaneIndywidualnychAdresowURLDlaSklepow!# */
8614
+ productIndividualUrlsData?: {
8615
+ /** @description Shop Id */
8616
+ shopId: number;
8617
+ /** @description Language ID */
8618
+ langId: string;
8619
+ /** @example url */
8620
+ url: string;
8621
+ }[];
8622
+ /** @description Individual description data for external services */
8623
+ productServicesDescriptionsData?: {
8624
+ /** @description Shop Id */
8625
+ shopId: string;
8626
+ /** @description External service identifier */
8627
+ serviceId: string;
8628
+ /** @description Product name. */
8629
+ productName: string;
8630
+ /** @description Short product description. */
8631
+ productDescription: string;
8632
+ /** @description Long product description. */
8633
+ productLongDescription: string;
8634
+ }[];
8635
+ /** @description Shipping, returns and complaints settings */
8636
+ dispatchSettings?: {
8637
+ enabled: boolean;
8638
+ /** @description Shipping settings */
8639
+ shippingSettings?: {
8640
+ /** @description Disable cash on delivery orders */
8641
+ codDisabled: boolean;
8642
+ /** @description Only personal collection */
8643
+ dvpOnly: boolean;
8644
+ /** @description Insurance required */
8645
+ insuranceOnly: boolean;
8646
+ /** @description Oversized product */
8647
+ atypicalSize: boolean;
8648
+ /** @description Exclusion from the Smile service */
8649
+ excludeSmileService: boolean;
8650
+ /** @description List of courier services which cannot be used to ship this product */
8651
+ disallowedCouriers: string[];
8652
+ };
8653
+ /** @description Free shipping settings */
8654
+ freeShippingSettings?: {
8655
+ /** @description Edition mode */
8656
+ mode: "no" | "onlyProduct" | "wholeBasket";
8657
+ /** @description Set free shipping for the payment method only . */
8658
+ availablePaymentForms: {
8659
+ /** @description prepayment */
8660
+ prepaid: boolean;
8661
+ /** @description Cash on delivery */
8662
+ cashOnDelivery: boolean;
8663
+ /** @description Trade credit */
8664
+ tradeCredit: boolean;
8665
+ };
8666
+ /** @description List of courier services for which shipping is free */
8667
+ availableCouriers: number[];
8668
+ /** @description List of courier services by which the products can be sent free of charge. IDs couriers */
8669
+ availableCouriersForSingleProduct: number[];
8670
+ /** @description List of regions with free shipment */
8671
+ availableRegions: number[];
8672
+ };
8673
+ /** @description Return and complaint settings */
8674
+ returnProductSettings?: {
8675
+ /** @description Product can be returned */
8676
+ returnOptions: {
8677
+ enabled: boolean;
8678
+ /** @description yes - for companies */
8679
+ firm: boolean;
8680
+ /** @description yes - for wholesalers */
8681
+ hurt: boolean;
8682
+ /** @description yes - for retailers */
8683
+ detalist: boolean;
8684
+ };
8685
+ byOwnService: boolean;
8686
+ byInPostSzybkieZwrotyByIAI: boolean;
8687
+ };
8688
+ };
8689
+ /** @description Standard unit settings */
8690
+ standardUnit?: {
8691
+ /** @description Possible special contexts corresponding to standard units. Available values: "CONTEXT_STD_UNIT_WEIGHT" - Product weight in grams, "CONTEXT_STD_UNIT_WEIGHT_SI" - Product weight in kilograms, "CONTEXT_STD_UNIT_VOLUME" - A product's value in milliliters "CONTEXT_STD_UNIT_VOLUME_SI" - A product's value in liters "CONTEXT_STD_UNIT_LENGTH" - Length of product in meters "CONTEXT_STD_UNIT_AREA_M2" - Area of ​​product in square meters "CONTEXT_STD_UNIT_VOLUME_M3" - The volume of products in cubic meters "CONTEXT_STD_UNIT_QUANTITY_PACKAGE" - Number of pieces per pack for standard unit */
8692
+ contextValue: string;
8693
+ /** @description Total length/volume/area/weight of product */
8694
+ standardUnitValue: number;
8695
+ /** @description Price converter per unit. Available values: "0" - default (taken from the category), "1" - price per gram/milliliter/meter "10" - price per 10 grams/10 milliliters/10 meters "100" - price per 100 grams/100 milliliters/100 meters "1000" - price per liter/kilogram/kilometer */
8696
+ converterUnitValue: number;
8697
+ };
8698
+ /** @description Minimal number of products in an order */
8699
+ minQuantityPerOrder?: {
8700
+ /** @description Minimum number of products in a retail order */
8701
+ minQuantityPerOrderRetail: number;
8702
+ /** @description Minimum number of products in a wholesale order */
8703
+ minQuantityPerOrderWholesale: number;
8704
+ };
8705
+ /** @description The product is free of charge. Possible values: "y" - is free of charge, "n" - is not free of charge. */
8706
+ productIsGratis?: string;
8707
+ /** @description Dimensions and overall weight */
8708
+ productDimensions?: {
8709
+ /** @description The width of a product in centimeters */
8710
+ productWidth: number;
8711
+ /** @description Height of a product in centimeters */
8712
+ productHeight: number;
8713
+ /** @description The length of a product in centimeters */
8714
+ productLength: number;
8715
+ /** @description Overall weight in grams */
8716
+ productOverallWeight: number;
8717
+ };
8718
+ /** @description Responsible producer code */
8719
+ responsibleProducerCode?: string | null;
8720
+ /** @description Responsible person code */
8721
+ responsiblePersonCode?: string | null;
8722
+ /** @description Deposit type */
8723
+ depositType?: number;
8724
+ /** @description Product deposit id */
8725
+ depositProductId?: number;
8726
+ /** @description Product deposit count */
8727
+ depositCount?: number;
8728
+ }[];
8729
+ } & { resultsLimit: number; };
8730
+
7507
8731
  export { };