Exemplo n.º 1
0
 public Dictionary <string, Elux.ApiIntergration.EluxPim.StockAvailabilityEntity> GetAvailabilitiesWithTTL(string[] modelNumbers,
                                                                                                           string country, string state, string cacheTTL)
 {
     return(new Dictionary <string, Elux.ApiIntergration.EluxPim.StockAvailabilityEntity> {
         { "string value 1", EluxApiIntHelper.GetStockAvailability() },
         { "string value 2", EluxApiIntHelper.GetStockAvailability() }
     });
 }
Exemplo n.º 2
0
 public Dictionary <string, Elux.ApiIntergration.EluxPim.TechDataGroupEntity> GetTechDataGroupEntities(string service, string[] modelNumbers,
                                                                                                       string country, string isBrandMobile)
 {
     return(new Dictionary <string, Elux.ApiIntergration.EluxPim.TechDataGroupEntity>
     {
         { "string value 1", EluxApiIntHelper.GetTechDataGroup() },
         { "string value 2", EluxApiIntHelper.GetTechDataGroup() },
     });
 }
Exemplo n.º 3
0
 public Elux.ApiIntergration.EluxPim.AttachmentEntity[] GetProductBrochures(string modelNumber, string publicationType, string country)
 {
     return(new Elux.ApiIntergration.EluxPim.AttachmentEntity[] { EluxApiIntHelper.GetAttachment(), EluxApiIntHelper.GetAttachment() });
 }
Exemplo n.º 4
0
        public Elux.ApiIntergration.EluxPim.ProductBasicEntity[] GetServiceProducts(string service, string categoryGuid, string[] productStatus, string country)

        {
            return(new Elux.ApiIntergration.EluxPim.ProductBasicEntity[] { EluxApiIntHelper.GetProductBasic(), EluxApiIntHelper.GetProductBasic() });
        }
Exemplo n.º 5
0
 public Elux.ApiIntergration.EluxPim.AttachmentEntity GetServiceProductHeroImage(string service, string modelNumber, string country)
 {
     return(EluxApiIntHelper.GetAttachment());
 }
Exemplo n.º 6
0
 public Elux.ApiIntergration.EluxPim.ProductEntity[] GetServiceProductDetails(string service, string[] modelNumbers, string country, string isBrandMobile)
 {
     return(new Elux.ApiIntergration.EluxPim.ProductEntity[] { EluxApiIntHelper.GetProduct(), EluxApiIntHelper.GetProduct() });
 }
Exemplo n.º 7
0
 public Elux.ApiIntergration.EluxPim.ProductEntity GetServiceProductDetail(string service, string modelNumber, string country, string isBrandMobile)
 {
     return(EluxApiIntHelper.GetProduct());
 }
Exemplo n.º 8
0
 public Elux.ApiIntergration.EluxPim.CategoryEntity GetServiceCategoryByModelNumber(string service, string modelNumber, string country)
 {
     return(EluxApiIntHelper.GetCategory());
 }
Exemplo n.º 9
0
 public Elux.ApiIntergration.EluxPim.BrochureEntity[] GetBrochures(string brand, string country)
 {
     return(new Elux.ApiIntergration.EluxPim.BrochureEntity[] { EluxApiIntHelper.GetBrochure(), EluxApiIntHelper.GetBrochure() });
 }
Exemplo n.º 10
0
 public Elux.ApiIntergration.EluxPim.PromotionEntity[] GetProductCurrentPromotions(string service, string modelNumber, string country)
 {
     return(new Elux.ApiIntergration.EluxPim.PromotionEntity[] { EluxApiIntHelper.GetPromotion(), EluxApiIntHelper.GetPromotion() });
 }
Exemplo n.º 11
0
        public Elux.ApiIntergration.EluxPim.RelationshipGroupEntity[] GetServiceRelationship(string service, string relationshipType, string modelNumber, string country)

        {
            return(new Elux.ApiIntergration.EluxPim.RelationshipGroupEntity[] { EluxApiIntHelper.GetRelationshipGroup(), EluxApiIntHelper.GetRelationshipGroup() });
        }
Exemplo n.º 12
0
 public Elux.ApiIntergration.EluxPim.PromotionAttachmentEntity PromotionAttachment()
 {
     return(EluxApiIntHelper.GetPromotionAttachment());
 }
Exemplo n.º 13
0
 public Elux.ApiIntergration.EluxPim.NewsletterEntity[] GetNewsletters(string service, string country, string site)
 {
     return(new Elux.ApiIntergration.EluxPim.NewsletterEntity[] { EluxApiIntHelper.GetNewsletter(), EluxApiIntHelper.GetNewsletter() });
 }
Exemplo n.º 14
0
 public Elux.ApiIntergration.EluxPim.CategoryExtEntity GetCategoryExtension(string service, string country)
 {
     return(EluxApiIntHelper.GetCategoryExt());
 }
Exemplo n.º 15
0
 public Elux.ApiIntergration.EluxPim.AttachmentEntity[] GetProductDimensionSheet(string modelNumber, string country)
 {
     return(new Elux.ApiIntergration.EluxPim.AttachmentEntity[] { EluxApiIntHelper.GetAttachment(), EluxApiIntHelper.GetAttachment() });
 }
Exemplo n.º 16
0
 public Elux.ApiIntergration.EluxPim.CategoryEntity GetServiceCategoryByCategoryGuid(string service, string categoryGuid, string country)
 {
     return(EluxApiIntHelper.GetCategory());
 }
Exemplo n.º 17
0
 public double GetStockAvailable(string emailAddress, string modelNumber, string ean)
 {
     return(EluxApiIntHelper.GetStockAvailable(emailAddress, modelNumber, ean));
 }
Exemplo n.º 18
0
 public Elux.ApiIntergration.EluxPim.ProductBasicEntity[] GetRecentServiceProducts(string service, string country)
 {
     return(new Elux.ApiIntergration.EluxPim.ProductBasicEntity[] { EluxApiIntHelper.GetProductBasic(), EluxApiIntHelper.GetProductBasic() });
 }