Inhalte aufrufen

Profilbild

WebApi: How to limit product to store


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 TripleNico

TripleNico

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 124 Beiträge

Geschrieben: 01 May 2020 - 12:55

Simple quest how can i assign the limited stores to a product. I can find the Product.LimitedToStores property but i can't find the way to tell to which stores the product is limited?



#2 Marcel Schmidt

Marcel Schmidt

    SmartStore AG

  • Administrators
  • 149 Beiträge

Geschrieben: 02 June 2020 - 16:05

Hi there,

 

Products are only flaged as LimitedToStores. You can find the exact store mappings (Entity > Store) in StoreMappingService or dbo.StoreMapping

 

Best regards


  • TripleNico gefällt das