"""Store identifier constants used by the product physical service.""" UK_STORE = 696 AU_STORE = 737 US_STORE = 738 CA_STORE = 739 EU_STORE = 740 ABOVE_BOARD_UK = 1705 ALTAFONTE_ALBERIA = 1901 ALL_STORE_IDS = [ US_STORE, CA_STORE, EU_STORE, UK_STORE, AU_STORE, ABOVE_BOARD_UK, ALTAFONTE_ALBERIA ]