featurebyte.OnlineStore.get¶ get( name: str ) -> OnlineStore Description¶ Gets a OnlineStore object by its name. Parameters¶ name: str Name of the online store to retrieve. Returns¶ OnlineStore OnlineStore object. Examples¶ Get a OnlineStore object that is already saved. >>> online_store = fb.OnlineStore.get("online_store_name")