"""General constants module.""" # profile level headers. ORCHARD_IDENTITY_ID = "Orchard-Identity-Id" ORCHARD_PROFILE_ID = "Orchard-Profile-Id" ORCHARD_PROFILE_TYPE = "Orchard-Profile-Type" # store status STORE_STATUS = [ "active", "inactive", "terminated", "reporting only", "onboarding", "suspended", ] STORE_PDP_RESOURCE_TYPE = "delivery_store" # territory standard TERRITORY_STANDARD_ORCH_1_2016 = 0